Class BlobFetchRequest.BlobPart

java.lang.Object
org.opensearch.index.store.remote.utils.BlobFetchRequest.BlobPart
Enclosing class:
BlobFetchRequest

public static class BlobFetchRequest.BlobPart extends Object
BlobPart represents a single chunk of a file
  • Constructor Details

    • BlobPart

      public BlobPart(String blobName, long position, long length)
  • Method Details

    • getBlobName

      public String getBlobName()
    • getPosition

      public long getPosition()
    • getLength

      public long getLength()