| 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 |
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(org.jclouds.Context backend,
com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType,
BlobMap.Factory blobMapFactory,
org.jclouds.rest.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) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.