Class AbstractBlobContainer

java.lang.Object
org.elasticsearch.common.blobstore.support.AbstractBlobContainer
All Implemented Interfaces:
BlobContainer
Direct Known Subclasses:
FsBlobContainer

public abstract class AbstractBlobContainer extends Object implements BlobContainer
A base abstract blob container that implements higher level container methods.
  • Constructor Details

    • AbstractBlobContainer

      protected AbstractBlobContainer(BlobPath path)
  • Method Details

    • path

      public BlobPath path()
      Description copied from interface: BlobContainer
      Gets the BlobPath that defines the implementation specific paths to where the blobs are contained.
      Specified by:
      path in interface BlobContainer
      Returns:
      the BlobPath where the blobs are contained