Class ReadContext
java.lang.Object
org.opensearch.common.blobstore.stream.read.ReadContext
ReadContext is used to encapsulate all data needed by
BlobContainer#readBlobAsync
- Opensearch.experimental:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder forReadContext
.static interface
Functional interface defining an instance that can create an async action to create a part of an object represented as an InputStreamContainer. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
-
Constructor Details
-
ReadContext
-
-
Method Details
-
getBlobChecksum
-
getMetadata
-
getNumberOfParts
public int getNumberOfParts() -
getBlobSize
public long getBlobSize() -
getPartStreams
-