Class AbstractBlobContainer
java.lang.Object
org.elasticsearch.common.blobstore.support.AbstractBlobContainer
- All Implemented Interfaces:
BlobContainer
- Direct Known Subclasses:
FsBlobContainer
public abstract class AbstractBlobContainer extends java.lang.Object implements BlobContainer
A base abstract blob container that implements higher level container methods.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBlobContainer(BlobPath path) -
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
children, delete, deleteBlobsIgnoringIfNotExists, listBlobs, listBlobsByPrefix, readBlob, writeBlob, writeBlobAtomic
-
Constructor Details
-
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
-