@Singleton public class BlobStoreContextImpl extends org.jclouds.internal.BaseView implements BlobStoreContext
| Constructor and Description |
|---|
BlobStoreContextImpl(org.jclouds.Context backend,
com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType,
org.jclouds.rest.Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes threads and resources related to this connection.
|
boolean |
equals(Object obj) |
BlobStore |
getBlobStore() |
ConsistencyModel |
getConsistencyModel() |
BlobRequestSigner |
getSigner()
Generates signed requests for blobs.
|
int |
hashCode() |
String |
toString() |
org.jclouds.rest.Utils |
utils() |
delegate, getBackendType, string, unwrap, unwrap, unwrapApi@Inject
public BlobStoreContextImpl(org.jclouds.Context backend,
com.google.common.reflect.TypeToken<? extends org.jclouds.Context> backendType,
org.jclouds.rest.Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner)
public ConsistencyModel getConsistencyModel()
getConsistencyModel in interface BlobStoreContextpublic BlobStore getBlobStore()
getBlobStore in interface BlobStoreContextpublic org.jclouds.rest.Utils utils()
utils in interface BlobStoreContextpublic BlobRequestSigner getSigner()
BlobStoreContextgetSigner in interface BlobStoreContextpublic void close()
BlobStoreContextclose in interface Closeableclose in interface AutoCloseableclose in interface BlobStoreContextpublic int hashCode()
hashCode in class org.jclouds.internal.BaseViewpublic String toString()
toString in class org.jclouds.internal.BaseViewpublic boolean equals(Object obj)
equals in class org.jclouds.internal.BaseViewCopyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.