public abstract class AbstractBlobContainer extends Object implements BlobContainer
BlobContainer.BlobNameFilter| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBlobContainer(BlobPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBlobsByFilter(BlobContainer.BlobNameFilter filter) |
void |
deleteBlobsByPrefix(String blobNamePrefix) |
com.google.common.collect.ImmutableMap<String,BlobMetaData> |
listBlobsByPrefix(String blobNamePrefix) |
BlobPath |
path() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblobExists, createOutput, deleteBlob, listBlobs, openInputprotected AbstractBlobContainer(BlobPath path)
public BlobPath path()
path in interface BlobContainerpublic com.google.common.collect.ImmutableMap<String,BlobMetaData> listBlobsByPrefix(String blobNamePrefix) throws IOException
listBlobsByPrefix in interface BlobContainerIOExceptionpublic void deleteBlobsByPrefix(String blobNamePrefix) throws IOException
deleteBlobsByPrefix in interface BlobContainerIOExceptionpublic void deleteBlobsByFilter(BlobContainer.BlobNameFilter filter) throws IOException
deleteBlobsByFilter in interface BlobContainerIOExceptionCopyright © 2009–2015. All rights reserved.