Package org.jclouds.blobstore
-
Interface Summary Interface Description BlobRequestSigner Generates signed requests for blobs.BlobStore Synchronous access to a BlobStore such as Amazon S3BlobStoreContext Represents a cloud that has key-value storage functionality.LocalStorageStrategy Strategy for local operations related to container and blob -
Class Summary Class Description BlobStoreFallbacks BlobStoreFallbacks.FalseOnContainerNotFound BlobStoreFallbacks.FalseOnKeyNotFound BlobStoreFallbacks.NullOnContainerNotFound BlobStoreFallbacks.NullOnKeyAlreadyExists BlobStoreFallbacks.NullOnKeyNotFound BlobStoreFallbacks.ThrowContainerNotFoundOn404 BlobStoreFallbacks.ThrowKeyNotFoundOn404 BlobStores Utilities for using Blob Stores.LocalBlobRequestSigner TransientApiMetadata Implementation ofApiMetadata
for jclouds in-memory (Transient) APITransientApiMetadata.Builder TransientStorageStrategy -
Exception Summary Exception Description ContainerNotFoundException Thrown when a container cannot be located.KeyAlreadyExistsException Thrown when a blob was attempted to be replaced while it already existsKeyNotFoundException Thrown when a blob cannot be located in the container.