public abstract class AbstractBlobContainer extends Object implements BlobContainer
Modifier | Constructor and Description |
---|---|
protected |
AbstractBlobContainer(BlobPath path) |
Modifier and Type | Method and Description |
---|---|
void |
deleteBlobsByPrefix(String blobNamePrefix) |
BlobPath |
path() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
blobExists, createOutput, deleteBlob, listBlobs, listBlobsByPrefix, openInput
protected AbstractBlobContainer(BlobPath path)
public BlobPath path()
path
in interface BlobContainer
public void deleteBlobsByPrefix(String blobNamePrefix) throws IOException
deleteBlobsByPrefix
in interface BlobContainer
IOException
Copyright © 2009–2016. All rights reserved.