Class FsBlobStore
java.lang.Object
org.elasticsearch.common.blobstore.fs.FsBlobStore
- All Implemented Interfaces:
Closeable,AutoCloseable,BlobStore
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FsBlobStore
- Throws:
IOException
-
-
Method Details
-
toString
-
path
-
bufferSizeInBytes
public int bufferSizeInBytes() -
blobContainer
Description copied from interface:BlobStoreGet a blob container instance for storing blobs at the givenBlobPath.- Specified by:
blobContainerin interfaceBlobStore
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-