public abstract class AbstractBlobContainer extends Object implements BlobContainer
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBlobContainer(BlobPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBlobs(Collection<String> blobNames)
Deletes blobs with giving names.
|
void |
deleteBlobsByPrefix(String blobNamePrefix)
Deletes all blobs in the container that match the specified prefix.
|
BlobPath |
path() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblobExists, deleteBlob, listBlobs, listBlobsByPrefix, move, readBlob, writeBlob, writeBlobprotected AbstractBlobContainer(BlobPath path)
public BlobPath path()
path in interface BlobContainerpublic void deleteBlobsByPrefix(String blobNamePrefix) throws IOException
BlobContainerdeleteBlobsByPrefix in interface BlobContainerIOExceptionpublic void deleteBlobs(Collection<String> blobNames) throws IOException
BlobContainerdeleteBlobs in interface BlobContainerIOExceptionCopyright © 2009–2017. All rights reserved.