java.lang.AutoCloseable, java.io.CloseableFsBlobStorepublic interface BlobStore
extends java.io.Closeable
| Modifier and Type | Method | Description |
|---|---|---|
BlobContainer |
blobContainer(BlobPath path) |
Get a blob container instance for storing blobs at the given
BlobPath. |
void |
delete(BlobPath path) |
Delete the blob store at the given
BlobPath. |
BlobContainer blobContainer(BlobPath path)
BlobPath.