public interface BlobStoreContext extends Closeable, View
Modifier and Type | Method and Description |
---|---|
void |
close()
closes threads and resources related to this connection.
|
BlobStore |
getBlobStore() |
ConsistencyModel |
getConsistencyModel() |
BlobRequestSigner |
getSigner()
Generates signed requests for blobs.
|
Utils |
utils() |
getBackendType, unwrap, unwrap, unwrapApi
BlobRequestSigner getSigner()
BlobStore getBlobStore()
ConsistencyModel getConsistencyModel()
Utils utils()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.