org.jclouds.ContextBuilder#buildApi(AzureBlobClient.class)
as
AzureBlobAsyncClient
interface will be removed in jclouds 1.7.@Deprecated 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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
containerExists(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
createContainer(String container,
CreateContainerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
createRootContainer(CreateContainerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteBlob(String container,
String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteContainer(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteRootContainer()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
getBlob(String container,
String name,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<BlobProperties> |
getBlobProperties(String container,
String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListBlobBlocksResponse> |
getBlockList(String container,
String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ContainerProperties> |
getContainerProperties(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<PublicAccess> |
getPublicAccessForContainer(String container)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> |
listBlobs(ListBlobsOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> |
listBlobs(String container,
ListBlobsOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> |
listContainers(ListOptions... listOptions)
Deprecated.
|
AzureBlob |
newBlob()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
putBlob(String container,
AzureBlob object)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
putBlock(String container,
String name,
String blockId,
Payload part)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<String> |
putBlockList(String container,
String name,
List<String> blockIdList)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
setBlobMetadata(String container,
String name,
Map<String,String> metadata)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
setResourceMetadata(String container,
Map<String,String> metadata)
Deprecated.
|
@Provides AzureBlob newBlob()
@Named(value="ListContainers") com.google.common.util.concurrent.ListenableFuture<? extends BoundedSet<ContainerProperties>> listContainers(ListOptions... listOptions)
@Named(value="CreateContainer") com.google.common.util.concurrent.ListenableFuture<Boolean> createContainer(String container, CreateContainerOptions... options)
@Named(value="GetContainerACL") com.google.common.util.concurrent.ListenableFuture<PublicAccess> getPublicAccessForContainer(String container)
@Named(value="GetContainerProperties") com.google.common.util.concurrent.ListenableFuture<ContainerProperties> getContainerProperties(String container)
@Named(value="GetContainerProperties") com.google.common.util.concurrent.ListenableFuture<Boolean> containerExists(String container)
@Named(value="SetContainerMetadata") com.google.common.util.concurrent.ListenableFuture<Void> setResourceMetadata(String container, Map<String,String> metadata)
@Named(value="DeleteContainer") com.google.common.util.concurrent.ListenableFuture<Void> deleteContainer(String container)
@Named(value="CreateContainer") com.google.common.util.concurrent.ListenableFuture<Boolean> createRootContainer(CreateContainerOptions... options)
@Named(value="DeleteContainer") com.google.common.util.concurrent.ListenableFuture<Void> deleteRootContainer()
@Named(value="ListBlobs") com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> listBlobs(String container, ListBlobsOptions... options)
@Named(value="ListBlobs") com.google.common.util.concurrent.ListenableFuture<ListBlobsResponse> listBlobs(ListBlobsOptions... options)
@Named(value="PutBlob") com.google.common.util.concurrent.ListenableFuture<String> putBlob(String container, AzureBlob object)
@Named(value="GetBlob") com.google.common.util.concurrent.ListenableFuture<AzureBlob> getBlob(String container, String name, GetOptions... options)
@Named(value="GetBlobProperties") com.google.common.util.concurrent.ListenableFuture<BlobProperties> getBlobProperties(String container, String name)
@Named(value="GetBlobProperties") com.google.common.util.concurrent.ListenableFuture<Boolean> blobExists(String container, String name)
@Named(value="SetBlobMetadata") com.google.common.util.concurrent.ListenableFuture<Void> setBlobMetadata(String container, String name, Map<String,String> metadata)
@Named(value="DeleteBlob") com.google.common.util.concurrent.ListenableFuture<Void> deleteBlob(String container, String name)
@Named(value="PutBlock") com.google.common.util.concurrent.ListenableFuture<Void> putBlock(String container, String name, String blockId, Payload part)
@Named(value="PutBlockList") com.google.common.util.concurrent.ListenableFuture<String> putBlockList(String container, String name, List<String> blockIdList)
@Named(value="GetBlockList") com.google.common.util.concurrent.ListenableFuture<ListBlobBlocksResponse> getBlockList(String container, String name)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.