| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.strategy.internal | |
| org.jclouds.blobstore.util |
| 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,
org.jclouds.rest.Utils utils,
ConsistencyModel consistencyModel,
InputStreamMap.Factory inputStreamMapFactory,
AsyncBlobStore ablobStore,
BlobStore blobStore,
org.jclouds.rest.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) |
Copyright © 2009-2012 jclouds. All Rights Reserved.