| Interface | Description |
|---|---|
| AsyncBlobStore |
Provides hooks needed to run a blob store asynchronously
|
| BlobMap |
This allows you to access the underlying
Blob so that you can manually set metadata such
as length, content-type, or eTag hash. |
| BlobMap.Factory | |
| BlobRequestSigner |
Generates signed requests for blobs.
|
| BlobStore |
Synchronous access to a BlobStore such as Amazon S3
|
| BlobStoreContext |
Represents a cloud that has key-value storage functionality.
|
| InputStreamMap |
Map view of an
org.jclouds.aws.s3.domain.S3Bucket. |
| InputStreamMap.Factory | |
| ListableMap<K,V> |
All Map views of
ContainerListings provide means to access the underlying Blob. |
| Class | Description |
|---|---|
| BlobStoreContextBuilder<S,A> | |
| BlobStoreContextFactory |
Helper class to instantiate
BlobStoreContext instances. |
| BlobStores |
Utilities for using Blob Stores.
|
| TransientAsyncBlobStore |
Implementation of
BaseAsyncBlobStore which keeps all data in a local Map object. |
| TransientAsyncBlobStore.CommonPrefixes | |
| TransientAsyncBlobStore.DelimiterFilter | |
| TransientBlobRequestSigner | |
| TransientBlobStoreContextBuilder | |
| TransientBlobStorePropertiesBuilder |
Builds properties used in transient blobstores
|
| Exception | Description |
|---|---|
| ContainerNotFoundException |
Thrown when a container cannot be located.
|
| KeyAlreadyExistsException |
Thrown when a blob was attempted to be replaced while it already exists
|
| KeyNotFoundException |
Thrown when a blob cannot be located in the container.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.