Package org.elasticsearch.common.blobstore


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