Package | Description |
---|---|
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudfiles.blobstore | |
org.jclouds.cloudfiles.blobstore.config | |
org.jclouds.cloudfiles.blobstore.functions |
Modifier and Type | Field and Description |
---|---|
static com.google.common.reflect.TypeToken<RestContext<CloudFilesClient,CloudFilesAsyncClient>> |
CloudFilesApiMetadata.CONTEXT_TOKEN
Deprecated.
please use
org.jclouds.ContextBuilder#buildApi(CloudFilesClient.class) as
CloudFilesAsyncClient interface will be removed in jclouds 1.7. |
Constructor and Description |
---|
CloudFilesAsyncBlobStore(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,
CloudFilesClient sync,
CloudFilesAsyncClient 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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.cache.LoadingCache<String,URI> |
CloudFilesBlobStoreContextModule.cdnContainer(CloudFilesClient client) |
Constructor and Description |
---|
EnableCDNAndCache(CloudFilesClient sync,
com.google.common.cache.LoadingCache<String,URI> cdnContainer) |
Copyright © 2009-2013 jclouds. All Rights Reserved.