BlobContainerFsBlobContainerpublic abstract class AbstractBlobContainer extends java.lang.Object implements BlobContainer
| Modifier | Constructor | Description |
|---|---|---|
protected |
AbstractBlobContainer(BlobPath path) |
| Modifier and Type | Method | Description |
|---|---|---|
BlobPath |
path() |
Gets the
BlobPath that defines the implementation specific paths to where the blobs are contained. |
blobExists, deleteBlob, listBlobs, listBlobsByPrefix, move, readBlob, writeBlobprotected AbstractBlobContainer(BlobPath path)
public BlobPath path()
BlobContainerBlobPath that defines the implementation specific paths to where the blobs are contained.path in interface BlobContainer