Interface BlobStore
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
FsBlobStore
public interface BlobStore extends java.io.CloseableAn interface for storing blobs.
-
-
Method Summary
Modifier and Type Method Description BlobContainerblobContainer(BlobPath path)Get a blob container instance for storing blobs at the givenBlobPath.voiddelete(BlobPath path)Delete the blob store at the givenBlobPath.
-
-
-
Method Detail
-
blobContainer
BlobContainer blobContainer(BlobPath path)
Get a blob container instance for storing blobs at the givenBlobPath.
-
-