public interface BlobStoreContext extends Closeable, View
Modifier and Type | Method and Description |
---|---|
void |
close()
closes threads and resources related to this connection.
|
AsyncBlobStore |
getAsyncBlobStore()
Deprecated.
will be removed in jclouds 1.7, as async interfaces are no
longer supported. Please use
getBlobStore() |
BlobStore |
getBlobStore() |
ConsistencyModel |
getConsistencyModel()
Deprecated.
will be removed in jclouds 1.7, as almost never correct.
|
BlobRequestSigner |
getSigner()
Generates signed requests for blobs.
|
Utils |
utils() |
getBackendType, unwrap, unwrap, unwrapApi
BlobRequestSigner getSigner()
@Deprecated AsyncBlobStore getAsyncBlobStore()
getBlobStore()
Future
s for each call.BlobStore getBlobStore()
@Deprecated ConsistencyModel getConsistencyModel()
Utils utils()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.