Modifier and Type | Class and Description |
---|---|
class |
AtmosAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
AtmosBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
AWSS3AsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
AWSS3BlobStore |
Constructor and Description |
---|
AWSS3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Class and Description |
---|---|
class |
AzureAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
AzureBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
LocalAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please create and use
LocalBlobStore |
Modifier and Type | Method and Description |
---|---|
AsyncBlobStore |
BlobStoreContext.getAsyncBlobStore()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported. Please use
BlobStoreContext.getBlobStore() |
Modifier and Type | Class and Description |
---|---|
class |
BaseAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
BlobStore |
Modifier and Type | Method and Description |
---|---|
AsyncBlobStore |
BlobStoreContextImpl.getAsyncBlobStore() |
Constructor and Description |
---|
BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Field and Description |
---|---|
protected AsyncBlobStore |
GetAllBlobsInListAndRetryOnFailure.ablobstore |
protected AsyncBlobStore |
FetchBlobMetadata.ablobstore |
protected AsyncBlobStore |
DeleteAllKeysInList.connection |
Modifier and Type | Method and Description |
---|---|
static com.google.common.util.concurrent.ListenableFuture<Void> |
BlobStoreUtils.createParentIfNeededAsync(AsyncBlobStore asyncBlobStore,
String container,
Blob blob) |
Modifier and Type | Class and Description |
---|---|
class |
CloudFilesAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
CloudFilesBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
HPCloudObjectStorageAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
HPCloudObjectStorageBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
SwiftAsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
SwiftBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
S3AsyncBlobStore
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no longer
supported. Please use
S3BlobStore |
Constructor and Description |
---|
S3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Copyright © 2009-2013 jclouds. All Rights Reserved.