Package | Description |
---|---|
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudfiles.blobstore | |
org.jclouds.hpcloud.objectstorage |
This package contains an HP Cloud Object Storage client implemented by
HttpCommandExecutorService commands. |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.blobstore | |
org.jclouds.openstack.swift.blobstore.config | |
org.jclouds.openstack.swift.blobstore.strategy.internal | |
org.jclouds.openstack.swift.config |
Modifier and Type | Interface and Description |
---|---|
interface |
CloudFilesClient
Provides access to Cloud Files via their REST API.
|
Constructor and Description |
---|
CloudFilesBlobStore(com.google.common.util.concurrent.ListeningExecutorService userExecutor,
BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
HPCloudObjectStorageApi
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
SwiftApiMetadata.Builder<A extends CommonSwiftClient,T extends SwiftApiMetadata.Builder<A,T>> |
static class |
SwiftKeystoneApiMetadata.Builder<A extends CommonSwiftClient,T extends SwiftKeystoneApiMetadata.Builder<A,T>> |
Modifier and Type | Interface and Description |
---|---|
interface |
SwiftClient
Deprecated.
Please use
com.jclouds.openstack.swift.v1.SwiftApi and related
feature APIs in com.jclouds.openstack.swift.v1.features.* . This interface
will be removed in jclouds 2.0. |
interface |
SwiftKeystoneClient
Deprecated.
This interface will be removed in jclouds 2.0.
|
Modifier and Type | Class and Description |
---|---|
class |
SwiftBlobSigner<T extends CommonSwiftClient> |
Constructor and Description |
---|
SwiftBlobStore(com.google.common.util.concurrent.ListeningExecutorService userExecutor,
BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
TemporaryUrlExtensionModule<A extends CommonSwiftClient>
Isolates dependencies needed for
SwiftBlobSigner |
Constructor and Description |
---|
SequentialMultipartUploadStrategy(CommonSwiftClient client,
javax.inject.Provider<BlobBuilder> blobBuilders,
BlobToObject blob2Object,
MultipartUploadSlicingAlgorithm algorithm,
PayloadSlicer slicer,
MultipartNamingStrategy namingStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
SwiftHttpApiModule<S extends CommonSwiftClient> |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.