Class AbstractBlobContainer
java.lang.Object
org.elasticsearch.common.blobstore.support.AbstractBlobContainer
- All Implemented Interfaces:
BlobContainer
- Direct Known Subclasses:
FsBlobContainer
A base abstract blob container that implements higher level container methods.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.blobstore.BlobContainer
blobExists, children, delete, deleteBlobsIgnoringIfNotExists, listBlobs, listBlobsByPrefix, readBlob, readBlob, readBlobPreferredLength, writeBlob, writeBlob, writeBlob, writeBlobAtomic
-
Constructor Details
-
AbstractBlobContainer
-
-
Method Details
-
path
Description copied from interface:BlobContainer
Gets theBlobPath
that defines the implementation specific paths to where the blobs are contained.- Specified by:
path
in interfaceBlobContainer
- Returns:
- the BlobPath where the blobs are contained
-