Package org.opensearch.common.blobstore
Interface BlobStore
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
FsBlobStore
An interface for storing blobs.
- Opensearch.internal:
-
Method Summary
Modifier and TypeMethodDescriptionblobContainer
(BlobPath path) Get a blob container instance for storing blobs at the givenBlobPath
.stats()
Returns statistics on the count of operations that have been performed on this blob store
-
Method Details
-
blobContainer
Get a blob container instance for storing blobs at the givenBlobPath
. -
stats
Returns statistics on the count of operations that have been performed on this blob store
-