org.jclouds.aws.s3.blobstore.internal
Class AWSS3BlobStoreContextImpl
java.lang.Object
com.google.common.collect.ForwardingObject
org.jclouds.internal.BaseView
org.jclouds.blobstore.internal.BlobStoreContextImpl
org.jclouds.s3.blobstore.internal.S3BlobStoreContextImpl
org.jclouds.aws.s3.blobstore.internal.AWSS3BlobStoreContextImpl
- All Implemented Interfaces:
- Closeable, AWSS3BlobStoreContext, BlobStoreContext, S3BlobStoreContext, View
@Singleton
public class AWSS3BlobStoreContextImpl
- extends S3BlobStoreContextImpl
- implements AWSS3BlobStoreContext
- Author:
- Adrian Cole
| Methods inherited from class org.jclouds.blobstore.internal.BlobStoreContextImpl |
close, createBlobMap, createBlobMap, createInputStreamMap, createInputStreamMap, equals, getConsistencyModel, getProviderSpecificContext, getSigner, getUtils, hashCode, toString, utils |
AWSS3BlobStoreContextImpl
@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)
getBlobStore
public AWSS3BlobStore getBlobStore()
- Specified by:
getBlobStore in interface AWSS3BlobStoreContext- Specified by:
getBlobStore in interface BlobStoreContext- Specified by:
getBlobStore in interface S3BlobStoreContext- Overrides:
getBlobStore in class S3BlobStoreContextImpl
- Returns:
- a portable interface for the BlobStore.
getAsyncBlobStore
public AWSS3AsyncBlobStore getAsyncBlobStore()
- Specified by:
getAsyncBlobStore in interface AWSS3BlobStoreContext- Specified by:
getAsyncBlobStore in interface BlobStoreContext- Specified by:
getAsyncBlobStore in interface S3BlobStoreContext- Overrides:
getAsyncBlobStore in class S3BlobStoreContextImpl
- Returns:
- a portable asynchronous interface for the BlobStore, which returns
Futures for
each call.
Copyright © 2009-2012 jclouds. All Rights Reserved.