Package org.jclouds.blobstore

Interface Summary
AsyncBlobStore Deprecated. will be removed in jclouds 1.7, as async interfaces are no longer supported.
BlobMap Deprecated. will be removed in jclouds 1.7.
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 Deprecated. will be removed in jclouds 1.7.
InputStreamMap.Factory  
ListableMap<K,V> Deprecated. will be removed in jclouds 1.7.
LocalStorageStrategy Strategy for local operations related to container and blob
 

Class Summary
BlobStoreFallbacks  
BlobStoreFallbacks.FalseOnContainerNotFound  
BlobStoreFallbacks.FalseOnKeyNotFound  
BlobStoreFallbacks.NullOnContainerNotFound  
BlobStoreFallbacks.NullOnKeyNotFound  
BlobStoreFallbacks.ThrowContainerNotFoundOn404  
BlobStoreFallbacks.ThrowKeyNotFoundOn404  
BlobStores Utilities for using Blob Stores.
LocalAsyncBlobStore Deprecated. will be removed in jclouds 1.7, as async interfaces are no longer supported.
LocalAsyncBlobStore.CommonPrefixes  
LocalAsyncBlobStore.DelimiterFilter  
LocalBlobRequestSigner  
TransientApiMetadata Implementation of ApiMetadata for jclouds in-memory (Transient) API
TransientApiMetadata.Builder  
TransientStorageStrategy  
 

Exception Summary
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-2013 jclouds. All Rights Reserved.