Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static com.google.common.reflect.TypeToken<RestContext<HPCloudObjectStorageApi,HPCloudObjectStorageAsyncApi>> |
HPCloudObjectStorageApiMetadata.CONTEXT_TOKEN
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(HPCloudObjectStorageApi.class) as
HPCloudObjectStorageAsyncApi interface will be removed in jclouds 1.7. |
Constructor and Description |
---|
HPCloudObjectStorageAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageApi sync,
HPCloudObjectStorageAsyncApi async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableAndCache,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
Deprecated.
|
HPCloudObjectStorageBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageApi sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableAndCache,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy) |
Constructor and Description |
---|
HPCloudObjectStorageBlobStoreContextModule.GetCDNMetadata(HPCloudObjectStorageApi client) |
Constructor and Description |
---|
EnableCDNAndCache(HPCloudObjectStorageApi sync,
com.google.common.cache.LoadingCache<String,URI> cdnContainer) |
Copyright © 2009-2013 jclouds. All Rights Reserved.