All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| BaseBlobStore |
|
| BindBlobToMultipartForm |
|
| BindMapToHeadersWithPrefix |
|
| BindUserMetadataToHeadersWithPrefix |
|
| Blob |
Value type for an HTTP Blob service.
|
| Blob.Factory |
Allows you to construct blobs without knowing the implementation type
|
| BlobAccess |
|
| BlobBuilder |
In case the name was confusing, this indeed builds a Blob.
|
| BlobBuilder.PayloadBlobBuilder |
|
| BlobBuilderImpl |
|
| BlobBuilderImpl.PayloadBlobBuilderImpl |
|
| BlobCapabilities |
|
| BlobCapability |
Represents the capabilities of a BlobStore
|
| BlobImpl |
Value type for an HTTP Blob service.
|
| BlobMetadata |
System and user Metadata for the Blob.
|
| BlobMetadataImpl |
System and user Metadata for the Blob.
|
| BlobName |
|
| BlobRequestSigner |
Generates signed requests for blobs.
|
| BlobRuntimeException |
|
| BlobScope |
|
| BlobScopes |
Represents the ways a Blob is named.
|
| BlobStore |
Synchronous access to a BlobStore such as Amazon S3
|
| BlobStoreConstants |
Configuration properties and constants used in BlobStore connections.
|
| BlobStoreContext |
Represents a cloud that has key-value storage functionality.
|
| BlobStoreContextImpl |
|
| BlobStoreFallbacks |
|
| BlobStoreFallbacks.FalseOnContainerNotFound |
|
| BlobStoreFallbacks.FalseOnKeyNotFound |
|
| BlobStoreFallbacks.NullOnContainerNotFound |
|
| BlobStoreFallbacks.NullOnKeyAlreadyExists |
|
| BlobStoreFallbacks.NullOnKeyNotFound |
|
| BlobStoreFallbacks.ThrowContainerNotFoundOn404 |
|
| BlobStoreFallbacks.ThrowKeyNotFoundOn404 |
|
| BlobStoreObjectModule |
Configures the domain object mappings needed for all Blob implementations
|
| BlobStores |
Utilities for using Blob Stores.
|
| BlobStoreUtils |
|
| BlobToHttpGetOptions |
|
| BlobUtils |
|
| BlobUtilsImpl |
Encryption, Hashing, and IO Utilities needed to sign and verify blobstore requests and responses.
|
| Charge |
Represents the ways a BlobStore are charged.
|
| Charges |
|
| ClearContainerStrategy |
Clears a container
|
| ClearListStrategy |
Clears a container
|
| ConcatenateContainerLists |
Retrieves all metadata in the blobstore by the most efficient means possible.
|
| ConsistencyModel |
Represents the ways data can become consistent in distributed systems.
|
| ContainerAccess |
|
| ContainerCapabilities |
|
| ContainerCapability |
Represents the capabilities of a BlobStore
|
| ContainerNotFoundException |
Thrown when a container cannot be located.
|
| ContainerVisibilities |
Represents the ways a container is scoped
|
| ContainerVisibility |
|
| CopyOptions |
|
| CopyOptions.Builder |
|
| CountBlobTypeInList |
counts all blobs in the blobstore at the prefix by the most efficient means possible.
|
| CountListStrategy |
Number of objects in a container
|
| CreateContainerOptions |
Contains options supported in the list container operation.
|
| CreateContainerOptions.Builder |
|
| CreateContainerOptions.ImmutableCreateContainerOptions |
|
| DeleteAllKeysInList |
Deletes all keys in the container
|
| DeleteDirectoryStrategy |
Deletes a directory.
|
| FetchBlobMetadata |
Retrieves all blobmetadata in the list as efficiently as possible
|
| FolderCapability |
Represents the capabilities of a BlobStore
|
| ForwardingBlobStore |
|
| GetAllBlobsInListAndRetryOnFailure |
Retrieves all blobs in the blobstore under the current path, by the most efficient means
possible.
|
| GetBlobsInListStrategy |
Retrieves all blobs in the blobstore by the most efficient means possible.
|
| GetDirectoryStrategy |
Gets a directory or throws KeyNotFoundException
|
| GetOptions |
Contains options supported for HTTP GET operations.
|
| GetOptions.Builder |
|
| HttpGetOptionsListToGetOptions |
|
| 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.
|
| ListAllOptions |
Contains options supported by BlobStores.listAll.
|
| ListAllOptions.Builder |
|
| ListAllOptions.ImmutableListAllOptions |
|
| ListBlobsInContainer |
Lists the blobstore.
|
| ListContainerAndRecurseThroughFolders |
Retrieves all blobs in the blobstore by the most efficient means possible.
|
| ListContainerOptions |
Contains options supported in the list container operation.
|
| ListContainerOptions.Builder |
|
| ListContainerOptions.ImmutableListContainerOptions |
|
| ListContainerStrategy |
Lists the blobstore.
|
| ListOptions |
Contains options supported in the list container operation.
|
| ListOptions.Builder |
|
| ListOptions.ImmutableListOptions |
|
| LocalBlobRequestSigner |
|
| LocalBlobStore |
|
| LocalStorageStrategy |
Strategy for local operations related to container and blob
|
| MarkerFileMkdirStrategy |
Key-value implementations of BlobStore, such as S3, do not have directories.
|
| MarkersDeleteDirectoryStrategy |
Key-value implementations of BlobStore, such as S3, do not have directories.
|
| MarkersGetDirectoryStrategy |
Key-value implementations of BlobStore, such as S3, do not have directories.
|
| MkdirStrategy |
Creates a directory
|
| MultipartPart |
|
| MultipartUpload |
|
| MultipartUploadSlicingAlgorithm |
|
| MutableBlobMetadata |
System and user Metadata for the Blob.
|
| MutableBlobMetadataImpl |
System and user Metadata for the Blob.
|
| MutableStorageMetadata |
Used to construct new resources or modify existing ones.
|
| MutableStorageMetadataImpl |
Used to construct new resources or modify existing ones.
|
| PageSet<T> |
|
| PageSetImpl<T> |
|
| ParseBlobFromHeadersAndHttpContent |
Parses response headers and creates a new Blob from them and the HTTP content.
|
| ParseSystemAndUserMetadataFromHeaders |
|
| PrefixToResourceMetadata |
|
| PutBlobsStrategy |
puts all blobs into the blobstore by the most efficient means possible.
|
| PutBlobsStrategyImpl |
|
| PutOptions |
Contains options supported in the put blob operation.
|
| PutOptions.Builder |
|
| PutOptions.ImmutablePutOptions |
|
| ReadOnlyBlobStore |
|
| RequestSigningUnsupported |
|
| ResourceMetadataToRelativePathResourceMetadata |
|
| StorageMetadata |
Identifies containers, files, etc.
|
| StorageMetadataImpl |
Idpayload of the object
|
| StorageType |
|
| Tier |
Store data with different strategies, ranging from most performant to lowest
cost.
|
| TransientApiMetadata |
Implementation of ApiMetadata for jclouds in-memory (Transient) API
|
| TransientApiMetadata.Builder |
|
| TransientBlobStoreContextModule |
|
| TransientStorageStrategy |
|