| Modifier and Type | Class and Description |
|---|---|
class |
AtmosAsyncBlobStore |
| Modifier and Type | Class and Description |
|---|---|
class |
AWSS3AsyncBlobStore |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalAsyncBlobStore
Implementation of
BaseAsyncBlobStore which uses a pluggable
LocalStorageStrategy. |
| 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(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 |
| Modifier and Type | Class and Description |
|---|---|
class |
HPCloudObjectStorageAsyncBlobStore |
| Modifier and Type | Class and Description |
|---|---|
class |
SwiftAsyncBlobStore |
| Modifier and Type | Class and Description |
|---|---|
class |
S3AsyncBlobStore |
| 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.