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