@Singleton public class AWSS3BlobStoreContextImpl extends S3BlobStoreContextImpl implements AWSS3BlobStoreContext
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 | Method and Description |
---|---|
AWSS3AsyncBlobStore |
getAsyncBlobStore() |
AWSS3BlobStore |
getBlobStore() |
close, createBlobMap, createBlobMap, createInputStreamMap, createInputStreamMap, equals, getConsistencyModel, getProviderSpecificContext, getSigner, getUtils, hashCode, toString, utils
delegate, getBackendType, string, unwrap, unwrap, unwrap
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
close, createBlobMap, createBlobMap, createInputStreamMap, createInputStreamMap, getConsistencyModel, getProviderSpecificContext, getSigner, getUtils, utils
getBackendType, unwrap, unwrap, unwrap
@Inject public 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)
public AWSS3BlobStore getBlobStore()
getBlobStore
in interface AWSS3BlobStoreContext
getBlobStore
in interface BlobStoreContext
getBlobStore
in interface S3BlobStoreContext
getBlobStore
in class S3BlobStoreContextImpl
public AWSS3AsyncBlobStore getAsyncBlobStore()
getAsyncBlobStore
in interface AWSS3BlobStoreContext
getAsyncBlobStore
in interface BlobStoreContext
getAsyncBlobStore
in interface S3BlobStoreContext
getAsyncBlobStore
in class S3BlobStoreContextImpl
Future
s for
each call.Copyright © 2009-2013 jclouds. All Rights Reserved.