org.jclouds.ContextBuilder#buildApi(HPCloudObjectStorageApi.class)
as
HPCloudObjectStorageAsyncApi
interface will be removed in jclouds 1.7.@Deprecated public interface HPCloudObjectStorageAsyncApi extends CommonSwiftAsyncClient
ExecutionException
as documented in
Future.get()
.HPCloudObjectStorageApi
,
HP
Cloud Object Storage APIModifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteContainerIfEmpty(String container)
Deprecated.
|
com.google.common.base.Optional<CDNContainerAsyncApi> |
getCDNExtension()
Deprecated.
Provides asynchronous access to CDN features.
|
Set<String> |
getConfiguredRegions()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> |
listContainers(ListContainerOptions... options)
Deprecated.
|
containerExists, copyObject, createContainer, createContainer, deleteContainerMetadata, getAccountStatistics, getContainerMetadata, getObject, getObjectInfo, listObjects, newSwiftObject, objectExists, putObject, putObjectManifest, removeObject, setContainerMetadata, setObjectInfo
@Provides Set<String> getConfiguredRegions()
@Named(value="ListContainers") com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> listContainers(ListContainerOptions... options)
listContainers
in interface CommonSwiftAsyncClient
CommonSwiftClient.listContainers(org.jclouds.openstack.swift.options.ListContainerOptions...)
@Named(value="DeleteContainer") com.google.common.util.concurrent.ListenableFuture<Boolean> deleteContainerIfEmpty(String container)
deleteContainerIfEmpty
in interface CommonSwiftAsyncClient
CommonSwiftClient.deleteContainerIfEmpty(java.lang.String)
com.google.common.base.Optional<CDNContainerAsyncApi> getCDNExtension()
Copyright © 2009-2013 jclouds. All Rights Reserved.