@Singleton public class BlobStoreContextImpl extends BaseView implements BlobStoreContext
| Constructor and Description |
|---|
BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
AsyncBlobStore ablobStore,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes threads and resources related to this connection.
|
boolean |
equals(Object obj) |
AsyncBlobStore |
getAsyncBlobStore() |
BlobStore |
getBlobStore() |
ConsistencyModel |
getConsistencyModel() |
BlobRequestSigner |
getSigner()
Generates signed requests for blobs.
|
int |
hashCode() |
String |
toString() |
Utils |
utils() |
delegate, getBackendType, string, unwrap, unwrap, unwrapApiclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackendType, unwrap, unwrap, unwrapApi@Inject public BlobStoreContextImpl(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType, Utils utils, ConsistencyModel consistencyModel, AsyncBlobStore ablobStore, BlobStore blobStore, BlobRequestSigner blobRequestSigner)
public ConsistencyModel getConsistencyModel()
getConsistencyModel in interface BlobStoreContextpublic BlobStore getBlobStore()
getBlobStore in interface BlobStoreContextpublic AsyncBlobStore getAsyncBlobStore()
getAsyncBlobStore in interface BlobStoreContextFutures for each call.public Utils utils()
utils in interface BlobStoreContextpublic BlobRequestSigner getSigner()
BlobStoreContextgetSigner in interface BlobStoreContextpublic void close()
BlobStoreContextclose in interface Closeableclose in interface AutoCloseableclose in interface BlobStoreContextCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.