public interface AzureBlobAsyncClient
ExecutionException
as documented in
Future.get()
.AzureBlobClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
blobExists(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
containerExists(String container) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
createContainer(String container,
CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
createRootContainer(CreateContainerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteBlob(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteContainer(String container) |
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteRootContainer() |
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
getBlob(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
getBlobProperties(String container,
String name) |
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
getContainerProperties(String container) |
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
getPublicAccessForContainer(String container) |
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> |
listBlobs(ListBlobsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> |
listBlobs(String container,
ListBlobsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> |
listContainers(ListOptions... listOptions) |
AzureBlob |
newBlob() |
com.google.common.util.concurrent.ListenableFuture<String> |
putBlob(String container,
AzureBlob object) |
com.google.common.util.concurrent.ListenableFuture<Void> |
setBlobMetadata(String container,
String name,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<Void> |
setResourceMetadata(String container,
Map<String,String> metadata) |
@Provides AzureBlob newBlob()
com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> listContainers(ListOptions... listOptions)
com.google.common.util.concurrent.ListenableFuture<Boolean> createContainer(String container, CreateContainerOptions... options)
com.google.common.util.concurrent.ListenableFuture<PublicAccess> getPublicAccessForContainer(String container)
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> getContainerProperties(String container)
com.google.common.util.concurrent.ListenableFuture<Boolean> containerExists(String container)
com.google.common.util.concurrent.ListenableFuture<Void> setResourceMetadata(String container, Map<String,String> metadata)
com.google.common.util.concurrent.ListenableFuture<Void> deleteContainer(String container)
com.google.common.util.concurrent.ListenableFuture<Boolean> createRootContainer(CreateContainerOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> deleteRootContainer()
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> listBlobs(String container, ListBlobsOptions... options)
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> listBlobs(ListBlobsOptions... options)
com.google.common.util.concurrent.ListenableFuture<String> putBlob(String container, AzureBlob object)
com.google.common.util.concurrent.ListenableFuture<AzureBlob> getBlob(String container, String name, GetOptions... options)
com.google.common.util.concurrent.ListenableFuture<BlobProperties> getBlobProperties(String container, String name)
com.google.common.util.concurrent.ListenableFuture<Boolean> blobExists(String container, String name)
com.google.common.util.concurrent.ListenableFuture<Void> setBlobMetadata(String container, String name, Map<String,String> metadata)
Copyright © 2009-2012 jclouds. All Rights Reserved.