Modifier and Type | Class and Description |
---|---|
class |
AtmosAsyncBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
AWSS3AsyncBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
AzureAsyncBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
TransientAsyncBlobStore
Implementation of
BaseAsyncBlobStore which keeps all data in a local Map object. |
Modifier and Type | Method and Description |
---|---|
AsyncBlobStore |
BlobStoreContext.getAsyncBlobStore() |
Modifier and Type | Class and Description |
---|---|
class |
BaseAsyncBlobStore |
Modifier and Type | Method and Description |
---|---|
AsyncBlobStore |
BlobStoreContextImpl.getAsyncBlobStore() |
Constructor and Description |
---|
BlobStoreContextImpl(BlobMap.Factory blobMapFactory,
Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
RestContext providerSpecificContext,
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 |
Modifier and Type | Class and Description |
---|---|
class |
FilesystemAsyncBlobStore
Preconditions: Blob name cannot start with / char (or \ under windows)
|
Modifier and Type | Class and Description |
---|---|
class |
HPCloudObjectStorageLasVegasAsyncBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
SwiftAsyncBlobStore |
Modifier and Type | Class and Description |
---|---|
class |
S3AsyncBlobStore |
Copyright © 2009-2012 jclouds. All Rights Reserved.