|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlobStoreContext
Represents a cloud that has key-value storage functionality. This object is scoped to a service and an identity.
| Method Summary | |
|---|---|
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. |
org.jclouds.rest.Utils |
getUtils()
|
org.jclouds.rest.Utils |
utils()
|
| Methods inherited from interface org.jclouds.View |
|---|
getBackendType, unwrap, unwrap |
| Method Detail |
|---|
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()
Futures for each call.BlobStore getBlobStore()
@Deprecated ConsistencyModel getConsistencyModel()
org.jclouds.rest.Utils getUtils()
org.jclouds.rest.Utils utils()
getUtils()void close()
close in interface Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||