public interface BlobStoreContext extends Closeable, View
Modifier and Type | Method and Description |
---|---|
void |
close()
closes threads and resources related to this connection.
|
BlobMap |
createBlobMap(String container)
Deprecated.
will be removed in jclouds 1.7. Please use
BlobStore |
BlobMap |
createBlobMap(String container,
ListContainerOptions options)
Deprecated.
will be removed in jclouds 1.7. Please use
BlobStore |
InputStreamMap |
createInputStreamMap(String container)
Deprecated.
will be removed in jclouds 1.7. Please use
BlobStore |
InputStreamMap |
createInputStreamMap(String container,
ListContainerOptions options)
Deprecated.
will be removed in jclouds 1.7. Please use
BlobStore |
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 |
getUtils() |
Utils |
utils() |
getBackendType, unwrap, unwrap
BlobRequestSigner getSigner()
@Deprecated InputStreamMap createInputStreamMap(String container, ListContainerOptions options)
BlobStore
Map
view of the specified container. Use this for
simplest access to blobstore, knowing that MD5s will be calculated for every object.container
- existing container you wish to read or modifyoptions
- allow you to specify a directory within the container, or whether to list
recursively.@Deprecated InputStreamMap createInputStreamMap(String container)
BlobStore
Map
view of the specified container. Use this for
simplest access to blobstore, knowing that MD5s will be calculated for every object.
Only root-level blobs will be visible.container
- existing container you wish to read or modify@Deprecated BlobMap createBlobMap(String container, ListContainerOptions options)
BlobStore
Map
view of the specified container. Use this when you wan
to control the content type, or manually specify length or size of blobs.container
- existing container you wish to read or modifyoptions
- allow you to specify a directory within the container, or whether to list
recursively.@Deprecated BlobMap createBlobMap(String container)
BlobStore
Map
view of the specified container.
Use this when you wan to control the content type, or manually specify
length or size of blobs.
Only root-level blobs will be visible.container
- existing container you wish to read or modify@Deprecated AsyncBlobStore getAsyncBlobStore()
getBlobStore()
Future
s for each call.BlobStore getBlobStore()
@Deprecated ConsistencyModel getConsistencyModel()
Utils getUtils()
Utils utils()
getUtils()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2009-2013 jclouds. All Rights Reserved.