Package org.elasticsearch.common.blobstore

  • Interface Summary
    Interface Description
    BlobContainer
    An interface for managing a repository of blob entries, where each blob entry is just a named group of bytes.
    BlobMetadata
    An interface for providing basic metadata about a blob.
    BlobStore
    An interface for storing blobs.
  • Class Summary
    Class Description
    BlobPath
    The list of paths where a blob can reside.
    DeleteResult
    The result of deleting multiple blobs from a BlobStore.
  • Exception Summary
    Exception Description
    BlobStoreException