public abstract class AbstractBlobContainer extends Object implements BlobContainer
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
AbstractBlobContainer(BlobPath path) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 BlobContainerpublic void deleteBlobsByPrefix(String blobNamePrefix) throws IOException
BlobContainerdeleteBlobsByPrefix インタフェース内 BlobContainerIOExceptionpublic void deleteBlobs(Collection<String> blobNames) throws IOException
BlobContainerdeleteBlobs インタフェース内 BlobContainerIOExceptionCopyright © 2009–2016. All rights reserved.