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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:BlobContainerGets theBlobPaththat defines the implementation specific paths to where the blobs are contained.- Specified by:
pathin interfaceBlobContainer- Returns:
- the BlobPath where the blobs are contained
-