@Singleton public class S3BlobStoreContextImpl extends BlobStoreContextImpl implements S3BlobStoreContext
| 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) |
| Modifier and Type | Method and Description |
|---|---|
S3AsyncBlobStore |
getAsyncBlobStore() |
S3BlobStore |
getBlobStore() |
close, createBlobMap, createBlobMap, createInputStreamMap, createInputStreamMap, equals, getConsistencyModel, getProviderSpecificContext, getSigner, getUtils, hashCode, toString, utilsdelegate, getBackendType, string, unwrap, unwrap, unwrapclone, finalize, getClass, notify, notifyAll, wait, wait, waitclose, createBlobMap, createBlobMap, createInputStreamMap, createInputStreamMap, getConsistencyModel, getProviderSpecificContext, getSigner, getUtils, utilsgetBackendType, unwrap, unwrap, unwrap@Inject public 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)
public S3BlobStore getBlobStore()
getBlobStore in interface BlobStoreContextgetBlobStore in interface S3BlobStoreContextgetBlobStore in class BlobStoreContextImplpublic S3AsyncBlobStore getAsyncBlobStore()
getAsyncBlobStore in interface BlobStoreContextgetAsyncBlobStore in interface S3BlobStoreContextgetAsyncBlobStore in class BlobStoreContextImplFutures for
each call.Copyright © 2009-2013 jclouds. All Rights Reserved.