You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Multi-stream download support was added as a part of Add async blob read and download support using multiple streams #9592 using two new APIs readBlobAsync(String blobName, ActionListener<ReadContext> listener) and asyncBlobDownload(String blobName, Path fileLocation, ThreadPool threadPool, ActionListener<String> completionListener)
Is your feature request related to a problem? Please describe.
readBlobAsync(String blobName, ActionListener<ReadContext> listener)
andasyncBlobDownload(String blobName, Path fileLocation, ThreadPool threadPool, ActionListener<String> completionListener)
OpenSearch/server/src/internalClusterTest/java/org/opensearch/remotestore/multipart/RemoteStoreMultipartIT.java
Line 38 in b5cc002
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: