Uses of Interface
org.jclouds.hpcloud.objectstorage.HPCloudObjectStorageClient

Packages that use HPCloudObjectStorageClient
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.blobstore   
org.jclouds.hpcloud.objectstorage.blobstore.config   
org.jclouds.hpcloud.objectstorage.blobstore.functions   
 

Uses of HPCloudObjectStorageClient in org.jclouds.hpcloud.objectstorage
 

Fields in org.jclouds.hpcloud.objectstorage with type parameters of type HPCloudObjectStorageClient
static com.google.common.reflect.TypeToken<RestContext<HPCloudObjectStorageClient,HPCloudObjectStorageAsyncClient>> HPCloudObjectStorageApiMetadata.CONTEXT_TOKEN
           
 

Uses of HPCloudObjectStorageClient in org.jclouds.hpcloud.objectstorage.blobstore
 

Constructors in org.jclouds.hpcloud.objectstorage.blobstore with parameters of type HPCloudObjectStorageClient
HPCloudObjectStorageAsyncBlobStore(BlobStoreContext context, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageClient sync, HPCloudObjectStorageAsyncClient async, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
           
HPCloudObjectStorageBlobStore(BlobStoreContext context, BlobUtils blobUtils, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, HPCloudObjectStorageClient sync, ContainerToResourceMetadata container2ResourceMd, BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions, ContainerToResourceList container2ResourceList, ObjectToBlob object2Blob, BlobToObject blob2Object, ObjectToBlobMetadata object2BlobMd, BlobToHttpGetOptions blob2ObjectGetOptions, javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider, EnableCDNAndCache enableCDNAndCache, javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
           
 

Uses of HPCloudObjectStorageClient in org.jclouds.hpcloud.objectstorage.blobstore.config
 

Constructors in org.jclouds.hpcloud.objectstorage.blobstore.config with parameters of type HPCloudObjectStorageClient
HPCloudObjectStorageBlobStoreContextModule.GetCDNMetadata(HPCloudObjectStorageClient client)
           
 

Uses of HPCloudObjectStorageClient in org.jclouds.hpcloud.objectstorage.blobstore.functions
 

Constructors in org.jclouds.hpcloud.objectstorage.blobstore.functions with parameters of type HPCloudObjectStorageClient
EnableCDNAndCache(HPCloudObjectStorageClient sync, com.google.common.cache.LoadingCache<String,URI> cdnContainer)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.