- BaseBlobStore - Class in org.jclouds.blobstore.internal
-
- BaseBlobStore(BlobStoreContext, BlobUtils, Supplier<Location>, Supplier<Set<? extends Location>>, PayloadSlicer) - Constructor for class org.jclouds.blobstore.internal.BaseBlobStore
-
- BindBlobToMultipartForm - Class in org.jclouds.blobstore.binders
-
- BindBlobToMultipartForm() - Constructor for class org.jclouds.blobstore.binders.BindBlobToMultipartForm
-
- BindMapToHeadersWithPrefix - Class in org.jclouds.blobstore.binders
-
- BindMapToHeadersWithPrefix(String) - Constructor for class org.jclouds.blobstore.binders.BindMapToHeadersWithPrefix
-
- bindToRequest(R, Object) - Method in class org.jclouds.blobstore.binders.BindBlobToMultipartForm
-
- bindToRequest(R, Object) - Method in class org.jclouds.blobstore.binders.BindMapToHeadersWithPrefix
-
- bindToRequest(R, Object) - Method in class org.jclouds.blobstore.binders.BindUserMetadataToHeadersWithPrefix
-
- BindUserMetadataToHeadersWithPrefix - Class in org.jclouds.blobstore.binders
-
- BindUserMetadataToHeadersWithPrefix(BindMapToHeadersWithPrefix) - Constructor for class org.jclouds.blobstore.binders.BindUserMetadataToHeadersWithPrefix
-
- Blob - Interface in org.jclouds.blobstore.domain
-
Value type for an HTTP Blob service.
- Blob.Factory - Interface in org.jclouds.blobstore.domain
-
Allows you to construct blobs without knowing the implementation type
- BlobAccess - Enum in org.jclouds.blobstore.domain
-
- blobBuilder(String) - Method in interface org.jclouds.blobstore.BlobStore
-
- blobBuilder(String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- BlobBuilder - Interface in org.jclouds.blobstore.domain
-
In case the name was confusing, this indeed builds a Blob.
- blobBuilder(String) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
invokes BlobUtilsImpl#blobBuilder
- blobBuilder() - Method in interface org.jclouds.blobstore.util.BlobUtils
-
- blobBuilder(String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- blobBuilder() - Method in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- blobBuilder(String) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- BlobBuilder.PayloadBlobBuilder - Interface in org.jclouds.blobstore.domain
-
- BlobBuilderImpl - Class in org.jclouds.blobstore.domain.internal
-
- BlobBuilderImpl() - Constructor for class org.jclouds.blobstore.domain.internal.BlobBuilderImpl
-
- BlobBuilderImpl.PayloadBlobBuilderImpl - Class in org.jclouds.blobstore.domain.internal
-
- BlobBuilderImpl.PayloadBlobBuilderImpl(BlobBuilder, Payload) - Constructor for class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- blobBuilders - Variable in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- BlobCapabilities - Annotation Type in org.jclouds.blobstore.attr
-
- BlobCapability - Enum in org.jclouds.blobstore.attr
-
Represents the capabilities of a BlobStore
- blobExists(String, String) - Method in interface org.jclouds.blobstore.BlobStore
-
Determines if a blob exists
- blobExists(String, String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- blobExists(String, String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Return true if a blob named by key exists
- blobExists(String, String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- blobExists(String, String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- BlobImpl - Class in org.jclouds.blobstore.domain.internal
-
Value type for an HTTP Blob service.
- BlobImpl(MutableBlobMetadata) - Constructor for class org.jclouds.blobstore.domain.internal.BlobImpl
-
- blobMetadata(String, String) - Method in interface org.jclouds.blobstore.BlobStore
-
Retrieves the metadata of a Blob at location container/name
- blobMetadata(String, String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- BlobMetadata - Interface in org.jclouds.blobstore.domain
-
System and user Metadata for the
Blob.
- blobMetadata() - Method in class org.jclouds.blobstore.domain.MultipartUpload
-
- blobMetadata(String, String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- BlobMetadataImpl - Class in org.jclouds.blobstore.domain.internal
-
System and user Metadata for the Blob.
- BlobMetadataImpl(String, String, Location, URI, String, Date, Date, Map<String, String>, URI, String, ContentMetadata, Long, Tier) - Constructor for class org.jclouds.blobstore.domain.internal.BlobMetadataImpl
-
- BlobMetadataImpl(String, String, Location, URI, String, Date, Date, Map<String, String>, URI, String, ContentMetadata, Long) - Constructor for class org.jclouds.blobstore.domain.internal.BlobMetadataImpl
-
Deprecated.
- BlobMetadataImpl(String, String, Location, URI, String, Date, Date, Map<String, String>, URI, String, ContentMetadata) - Constructor for class org.jclouds.blobstore.domain.internal.BlobMetadataImpl
-
Deprecated.
- blobName() - Method in class org.jclouds.blobstore.domain.MultipartUpload
-
- BlobName - Class in org.jclouds.blobstore.functions
-
- BlobName() - Constructor for class org.jclouds.blobstore.functions.BlobName
-
- BlobRequestSigner - Interface in org.jclouds.blobstore
-
Generates signed requests for blobs.
- BlobRuntimeException - Exception in org.jclouds.blobstore.internal
-
- BlobRuntimeException(String) - Constructor for exception org.jclouds.blobstore.internal.BlobRuntimeException
-
- BlobRuntimeException(String, Throwable) - Constructor for exception org.jclouds.blobstore.internal.BlobRuntimeException
-
- BlobScope - Annotation Type in org.jclouds.blobstore.attr
-
- BlobScopes - Enum in org.jclouds.blobstore.attr
-
Represents the ways a Blob is named.
- BlobStore - Interface in org.jclouds.blobstore
-
Synchronous access to a BlobStore such as Amazon S3
- blobStore - Variable in class org.jclouds.blobstore.strategy.internal.DeleteAllKeysInList
-
- blobstore - Variable in class org.jclouds.blobstore.strategy.internal.FetchBlobMetadata
-
- blobstore - Variable in class org.jclouds.blobstore.strategy.internal.GetAllBlobsInListAndRetryOnFailure
-
- BLOBSTORE_LOGGER - Static variable in class org.jclouds.blobstore.reference.BlobStoreConstants
-
- BlobStoreConstants - Class in org.jclouds.blobstore.reference
-
Configuration properties and constants used in BlobStore connections.
- BlobStoreContext - Interface in org.jclouds.blobstore
-
Represents a cloud that has key-value storage functionality.
- BlobStoreContextImpl - Class in org.jclouds.blobstore.internal
-
- BlobStoreContextImpl(Context, TypeToken<? extends Context>, Utils, ConsistencyModel, BlobStore, BlobRequestSigner) - Constructor for class org.jclouds.blobstore.internal.BlobStoreContextImpl
-
- BlobStoreFallbacks - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.FalseOnContainerNotFound - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.FalseOnContainerNotFound() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.FalseOnContainerNotFound
-
- BlobStoreFallbacks.FalseOnKeyNotFound - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.FalseOnKeyNotFound() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.FalseOnKeyNotFound
-
- BlobStoreFallbacks.NullOnContainerNotFound - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.NullOnContainerNotFound() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.NullOnContainerNotFound
-
- BlobStoreFallbacks.NullOnKeyAlreadyExists - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.NullOnKeyAlreadyExists() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.NullOnKeyAlreadyExists
-
- BlobStoreFallbacks.NullOnKeyNotFound - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.NullOnKeyNotFound() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.NullOnKeyNotFound
-
- BlobStoreFallbacks.ThrowContainerNotFoundOn404 - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.ThrowContainerNotFoundOn404() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.ThrowContainerNotFoundOn404
-
- BlobStoreFallbacks.ThrowKeyNotFoundOn404 - Class in org.jclouds.blobstore
-
- BlobStoreFallbacks.ThrowKeyNotFoundOn404() - Constructor for class org.jclouds.blobstore.BlobStoreFallbacks.ThrowKeyNotFoundOn404
-
- BlobStoreObjectModule - Class in org.jclouds.blobstore.config
-
Configures the domain object mappings needed for all Blob implementations
- BlobStoreObjectModule() - Constructor for class org.jclouds.blobstore.config.BlobStoreObjectModule
-
- BlobStores - Class in org.jclouds.blobstore
-
Utilities for using Blob Stores.
- BlobStores() - Constructor for class org.jclouds.blobstore.BlobStores
-
- BlobStoreUtils - Class in org.jclouds.blobstore.util
-
- BlobStoreUtils() - Constructor for class org.jclouds.blobstore.util.BlobStoreUtils
-
- BlobToHttpGetOptions - Class in org.jclouds.blobstore.functions
-
- BlobToHttpGetOptions() - Constructor for class org.jclouds.blobstore.functions.BlobToHttpGetOptions
-
- blobUtils - Variable in class org.jclouds.blobstore.internal.BaseBlobStore
-
- BlobUtils - Interface in org.jclouds.blobstore.util
-
- BlobUtilsImpl - Class in org.jclouds.blobstore.util.internal
-
Encryption, Hashing, and IO Utilities needed to sign and verify blobstore requests and responses.
- BlobUtilsImpl(Provider<BlobBuilder>, ClearListStrategy, GetDirectoryStrategy, MkdirStrategy, CountListStrategy, DeleteDirectoryStrategy) - Constructor for class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- build() - Method in interface org.jclouds.blobstore.domain.BlobBuilder
-
This makes a blob from the currently configured parameters.
- build() - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl
-
- build() - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- build() - Method in class org.jclouds.blobstore.options.CopyOptions.Builder
-
- build() - Method in class org.jclouds.blobstore.TransientApiMetadata.Builder
-
- builder() - Static method in class org.jclouds.blobstore.options.CopyOptions
-
- builder() - Static method in class org.jclouds.blobstore.TransientApiMetadata
-
- cacheControl(String) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- cacheControl(String) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- calculateChunkSize(long) - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- Charge - Enum in org.jclouds.blobstore.attr
-
Represents the ways a BlobStore are charged.
- Charges - Annotation Type in org.jclouds.blobstore.attr
-
- cleanRequest(HttpRequest) - Static method in class org.jclouds.blobstore.util.BlobStoreUtils
-
- clearContainer(String) - Method in interface org.jclouds.blobstore.BlobStore
-
This will delete the contents of a container at its root path without deleting the container
- clearContainer(String, ListContainerOptions) - Method in interface org.jclouds.blobstore.BlobStore
-
- clearContainer(String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- clearContainer(String, ListContainerOptions) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- clearContainer(String) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
- clearContainer(String, ListContainerOptions) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
This implementation invokes BlobUtilsImpl#clearContainer
- clearContainer(String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Empty the container of its content (files and subdirectories), but doesn't
delete the container itself
- clearContainer(String, ListContainerOptions) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
- clearContainer(String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- clearContainer(String, ListContainerOptions) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- clearContainer(String, ListContainerOptions) - Method in interface org.jclouds.blobstore.util.BlobUtils
-
- clearContainer(String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- clearContainer(String, ListContainerOptions) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- clearContainer(String, ListContainerOptions) - Method in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- clearContainer(String) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- clearContainer(String, ListContainerOptions) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- ClearContainerStrategy - Interface in org.jclouds.blobstore.strategy
-
Clears a container
- clearContainerStrategy - Variable in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- ClearListStrategy - Interface in org.jclouds.blobstore.strategy
-
Clears a container
- clone() - Method in class org.jclouds.blobstore.options.CreateContainerOptions
-
- clone() - Method in class org.jclouds.blobstore.options.CreateContainerOptions.ImmutableCreateContainerOptions
-
- clone() - Method in class org.jclouds.blobstore.options.ListAllOptions
-
- clone() - Method in class org.jclouds.blobstore.options.ListContainerOptions
-
- clone() - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- clone() - Method in class org.jclouds.blobstore.options.ListOptions
-
- clone() - Method in class org.jclouds.blobstore.options.ListOptions.ImmutableListOptions
-
- clone() - Method in class org.jclouds.blobstore.options.PutOptions
-
- clone() - Method in class org.jclouds.blobstore.options.PutOptions.ImmutablePutOptions
-
- close() - Method in interface org.jclouds.blobstore.BlobStoreContext
-
closes threads and resources related to this connection.
- close() - Method in class org.jclouds.blobstore.internal.BlobStoreContextImpl
-
- compareTo(Blob) - Method in class org.jclouds.blobstore.domain.internal.BlobImpl
- completeMultipartUpload(MultipartUpload, List<MultipartPart>) - Method in interface org.jclouds.blobstore.BlobStore
-
- completeMultipartUpload(MultipartUpload, List<MultipartPart>) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- completeMultipartUpload(MultipartUpload, List<MultipartPart>) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- completeMultipartUpload(MultipartUpload, List<MultipartPart>) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- ConcatenateContainerLists - Class in org.jclouds.blobstore.strategy.internal
-
Retrieves all metadata in the blobstore by the most efficient means possible.
- ConcatenateContainerLists(BlobStore) - Constructor for class org.jclouds.blobstore.strategy.internal.ConcatenateContainerLists
-
- configure() - Method in class org.jclouds.blobstore.config.BlobStoreObjectModule
-
explicit factories are created here as it has been shown that Assisted Inject is extremely
inefficient.
- configure() - Method in class org.jclouds.blobstore.config.TransientBlobStoreContextModule
-
- connection - Variable in class org.jclouds.blobstore.strategy.internal.ConcatenateContainerLists
-
- ConsistencyModel - Enum in org.jclouds.blobstore.attr
-
Represents the ways data can become consistent in distributed systems.
- ContainerAccess - Enum in org.jclouds.blobstore.domain
-
- ContainerCapabilities - Annotation Type in org.jclouds.blobstore.attr
-
- ContainerCapability - Enum in org.jclouds.blobstore.attr
-
Represents the capabilities of a BlobStore
- containerExists(String) - Method in interface org.jclouds.blobstore.BlobStore
-
determines if a service-level container exists
- containerExists(String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- containerExists(String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Checks if a container exists
- containerExists(String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- containerExists(String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- containerName() - Method in class org.jclouds.blobstore.domain.MultipartUpload
-
- ContainerNotFoundException - Exception in org.jclouds.blobstore
-
Thrown when a container cannot be located.
- ContainerNotFoundException() - Constructor for exception org.jclouds.blobstore.ContainerNotFoundException
-
- ContainerNotFoundException(String, String) - Constructor for exception org.jclouds.blobstore.ContainerNotFoundException
-
- ContainerNotFoundException(Throwable) - Constructor for exception org.jclouds.blobstore.ContainerNotFoundException
-
- ContainerVisibilities - Enum in org.jclouds.blobstore.attr
-
Represents the ways a container is scoped
- ContainerVisibility - Annotation Type in org.jclouds.blobstore.attr
-
- contentDisposition(String) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentDisposition(String) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentEncoding(String) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentEncoding(String) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentLanguage(String) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentLanguage(String) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentLength(long) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentLength(long) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentMD5(byte[]) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentMD5(HashCode) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentMD5(byte[]) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentMD5(HashCode) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentMetadata(ContentMetadata) - Method in class org.jclouds.blobstore.options.CopyOptions.Builder
-
- contentMetadata() - Method in class org.jclouds.blobstore.options.CopyOptions
-
- contentType(MediaType) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentType(String) - Method in interface org.jclouds.blobstore.domain.BlobBuilder.PayloadBlobBuilder
-
- contentType(MediaType) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- contentType(String) - Method in class org.jclouds.blobstore.domain.internal.BlobBuilderImpl.PayloadBlobBuilderImpl
-
- context - Variable in class org.jclouds.blobstore.internal.BaseBlobStore
-
- copy(MutableBlobMetadata) - Static method in class org.jclouds.blobstore.util.BlobStoreUtils
-
- copy(MutableBlobMetadata, String) - Static method in class org.jclouds.blobstore.util.BlobStoreUtils
-
- copyBlob(String, String, String, String, CopyOptions) - Method in interface org.jclouds.blobstore.BlobStore
-
Copy blob from one container to another.
- copyBlob(String, String, String, String, CopyOptions) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- copyBlob(String, String, String, String, CopyOptions) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
- copyBlob(String, String, String, String, CopyOptions) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- copyBlob(String, String, String, String, CopyOptions) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- CopyOptions - Class in org.jclouds.blobstore.options
-
- CopyOptions() - Constructor for class org.jclouds.blobstore.options.CopyOptions
-
- CopyOptions.Builder - Class in org.jclouds.blobstore.options
-
- CopyOptions.Builder() - Constructor for class org.jclouds.blobstore.options.CopyOptions.Builder
-
- countBlobs(String) - Method in interface org.jclouds.blobstore.BlobStore
-
- countBlobs(String, ListContainerOptions) - Method in interface org.jclouds.blobstore.BlobStore
-
- countBlobs(String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- countBlobs(String, ListContainerOptions) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- countBlobs(String) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
- countBlobs(String, ListContainerOptions) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
This implementation invokes BlobUtilsImpl#countBlobs
- countBlobs(String, ListContainerOptions) - Method in interface org.jclouds.blobstore.util.BlobUtils
-
- countBlobs(String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- countBlobs(String, ListContainerOptions) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- countBlobs(String, ListContainerOptions) - Method in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- countBlobsStrategy - Variable in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- CountBlobTypeInList - Class in org.jclouds.blobstore.strategy.internal
-
counts all blobs in the blobstore at the prefix by the most efficient means possible.
- CountListStrategy - Interface in org.jclouds.blobstore.strategy
-
Number of objects in a container
- create(MutableBlobMetadata) - Method in interface org.jclouds.blobstore.domain.Blob.Factory
-
Creates a blob, optionally setting its metadata to a known value.
- create(int, long, String) - Static method in class org.jclouds.blobstore.domain.MultipartPart
-
Deprecated.
- create(int, long, String, Date) - Static method in class org.jclouds.blobstore.domain.MultipartPart
-
- create(String, String, String, BlobMetadata, PutOptions) - Static method in class org.jclouds.blobstore.domain.MultipartUpload
-
- createContainerInLocation(Location, String) - Method in interface org.jclouds.blobstore.BlobStore
-
Creates a namespace for your blobs
A container is a namespace for your objects.
- createContainerInLocation(Location, String, CreateContainerOptions) - Method in interface org.jclouds.blobstore.BlobStore
-
- createContainerInLocation(Location, String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- createContainerInLocation(String, Location, CreateContainerOptions) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Creates a new container
- createContainerInLocation(String, Location, CreateContainerOptions) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- createContainerInLocation(Location, String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- createContainerInLocation(Location, String) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- CreateContainerOptions - Class in org.jclouds.blobstore.options
-
Contains options supported in the list container operation.
- CreateContainerOptions() - Constructor for class org.jclouds.blobstore.options.CreateContainerOptions
-
- CreateContainerOptions.Builder - Class in org.jclouds.blobstore.options
-
- CreateContainerOptions.Builder() - Constructor for class org.jclouds.blobstore.options.CreateContainerOptions.Builder
-
- CreateContainerOptions.ImmutableCreateContainerOptions - Class in org.jclouds.blobstore.options
-
- CreateContainerOptions.ImmutableCreateContainerOptions(CreateContainerOptions) - Constructor for class org.jclouds.blobstore.options.CreateContainerOptions.ImmutableCreateContainerOptions
-
- createDirectory(String, String) - Method in interface org.jclouds.blobstore.BlobStore
-
Deprecated.
use prefix and delimiter instead
- createDirectory(String, String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- createDirectory(String, String) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
This implementation invokes BlobUtilsImpl#createDirectory
- createDirectory(String, String) - Method in interface org.jclouds.blobstore.util.BlobUtils
-
- createDirectory(String, String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- createDirectory(String, String) - Method in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- createDirectory(String, String) - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.FalseOnContainerNotFound
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.FalseOnKeyNotFound
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.NullOnContainerNotFound
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.NullOnKeyAlreadyExists
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.NullOnKeyNotFound
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.ThrowContainerNotFoundOn404
-
- createOrPropagate(Throwable) - Method in class org.jclouds.blobstore.BlobStoreFallbacks.ThrowKeyNotFoundOn404
-
- getAllBlobMetadata - Variable in class org.jclouds.blobstore.strategy.internal.CountBlobTypeInList
-
- getAllBlobMetadata - Variable in class org.jclouds.blobstore.strategy.internal.GetAllBlobsInListAndRetryOnFailure
-
- GetAllBlobsInListAndRetryOnFailure - Class in org.jclouds.blobstore.strategy.internal
-
Retrieves all blobs in the blobstore under the current path, by the most efficient means
possible.
- getAllContainerNames() - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Return an iterator that reports all the containers under base path
- getAllContainerNames() - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getAllHeaders() - Method in interface org.jclouds.blobstore.domain.Blob
-
- getAllHeaders() - Method in class org.jclouds.blobstore.domain.internal.BlobImpl
- getBlob(String, String) - Method in interface org.jclouds.blobstore.BlobStore
-
Retrieves a Blob representing the data at location container/name
- getBlob(String, String, GetOptions) - Method in interface org.jclouds.blobstore.BlobStore
-
Retrieves a Blob representing the data at location container/name
- getBlob(String, String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getBlob(String, String, GetOptions) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getBlob(String, String) - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
- getBlob(String, String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Load the blob with the given key belonging to the container with the given
name.
- getBlob(String, String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getBlob(String, String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getBlob(String, String, GetOptions) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getBlobAccess(String, String) - Method in interface org.jclouds.blobstore.BlobStore
-
- getBlobAccess(String, String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getBlobAccess(String, String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
- getBlobAccess() - Method in class org.jclouds.blobstore.options.PutOptions
-
- getBlobAccess() - Method in class org.jclouds.blobstore.options.PutOptions.ImmutablePutOptions
-
- getBlobAccess(String, String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getBlobAccess(String, String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getBlobKeysInsideContainer(String, String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
Returns all the blobs key inside a container
- getBlobKeysInsideContainer(String, String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- GetBlobsInListStrategy - Interface in org.jclouds.blobstore.strategy
-
Retrieves all blobs in the blobstore by the most efficient means possible.
- getBlobStore() - Method in interface org.jclouds.blobstore.BlobStoreContext
-
- getBlobStore() - Method in class org.jclouds.blobstore.internal.BlobStoreContextImpl
-
- getChunkSize() - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- getConsistencyModel() - Method in interface org.jclouds.blobstore.BlobStoreContext
-
- getConsistencyModel() - Method in class org.jclouds.blobstore.internal.BlobStoreContextImpl
-
- getContainer() - Method in exception org.jclouds.blobstore.ContainerNotFoundException
-
- getContainer() - Method in interface org.jclouds.blobstore.domain.BlobMetadata
-
- getContainer() - Method in class org.jclouds.blobstore.domain.internal.BlobMetadataImpl
- getContainer() - Method in class org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
- getContainer() - Method in exception org.jclouds.blobstore.KeyAlreadyExistsException
-
- getContainer() - Method in exception org.jclouds.blobstore.KeyNotFoundException
-
- getContainerAccess(String) - Method in interface org.jclouds.blobstore.BlobStore
-
- getContainerAccess(String) - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getContainerAccess(String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
- getContainerAccess(String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getContainerAccess(String) - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getContainerMetadata(String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
- getContainerMetadata(String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getContentMetadata() - Method in interface org.jclouds.blobstore.domain.BlobMetadata
-
- getContentMetadata() - Method in class org.jclouds.blobstore.domain.internal.BlobMetadataImpl
- getContentMetadata() - Method in class org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
- getContentMetadata() - Method in interface org.jclouds.blobstore.domain.MutableBlobMetadata
- getContext() - Method in interface org.jclouds.blobstore.BlobStore
-
- getContext() - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getContext() - Method in class org.jclouds.blobstore.internal.BaseBlobStore
-
- getContext() - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getContext() - Method in class org.jclouds.blobstore.util.ReadOnlyBlobStore
-
- getCopied() - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- getCreationDate() - Method in class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
- getCreationDate() - Method in class org.jclouds.blobstore.domain.internal.StorageMetadataImpl
-
- getCreationDate() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Creation date of the resource, possibly null.
- getCustomExecutor() - Method in class org.jclouds.blobstore.options.PutOptions
-
- getCustomExecutor() - Method in class org.jclouds.blobstore.options.PutOptions.ImmutablePutOptions
-
- getDelimiter() - Method in class org.jclouds.blobstore.options.ListContainerOptions
-
- getDelimiter() - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- getDir() - Method in class org.jclouds.blobstore.options.ListContainerOptions
-
Deprecated.
superseded by ListContainerOptions.getPrefix and ListContainerOptions.getDelimiter.
- getDir() - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- GetDirectoryStrategy - Interface in org.jclouds.blobstore.strategy
-
Gets a directory or throws KeyNotFoundException
- getDirectoryStrategy - Variable in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- getETag() - Method in class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
The eTag value stored in the Etag header returned by HTTP.
- getETag() - Method in class org.jclouds.blobstore.domain.internal.StorageMetadataImpl
-
The eTag value stored in the Etag header returned by HTTP.
- getETag() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
The eTag value stored in the Etag header returned by HTTP.
- getIfMatch() - Method in class org.jclouds.blobstore.options.GetOptions
-
For use in the request header: If-Match
Return the object only if its payload tag (ETag) is the same as the eTag specified, otherwise
return a 412 (precondition failed).
- getIfModifiedSince() - Method in class org.jclouds.blobstore.options.GetOptions
-
For use in the header If-Modified-Since
Return the object only if it has been modified since the specified time, otherwise return a
304 (not modified).
- getIfNoneMatch() - Method in class org.jclouds.blobstore.options.GetOptions
-
For use in the request header: If-None-Match
Return the object only if its payload tag (ETag) is different from the one specified,
otherwise return a 304 (not modified).
- getIfUnmodifiedSince() - Method in class org.jclouds.blobstore.options.GetOptions
-
For use in the header If-Unmodified-Since
Return the object only if it has not been modified since the specified time, otherwise return
a 412 (precondition failed).
- getKey() - Method in exception org.jclouds.blobstore.KeyAlreadyExistsException
-
- getKey() - Method in exception org.jclouds.blobstore.KeyNotFoundException
-
- getLastModified() - Method in class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
Last modification time of the resource
- getLastModified() - Method in class org.jclouds.blobstore.domain.internal.StorageMetadataImpl
-
Last modification time of the resource
- getLastModified() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Last modification time of the resource
- getLocation(String) - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
- getLocation(String) - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getMarker() - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- getMarker() - Method in class org.jclouds.blobstore.options.ListOptions
-
- getMarker() - Method in class org.jclouds.blobstore.options.ListOptions.ImmutableListOptions
-
- getMaximumMultipartPartSize() - Method in interface org.jclouds.blobstore.BlobStore
-
- getMaximumMultipartPartSize() - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getMaximumMultipartPartSize() - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getMaximumNumberOfParts() - Method in interface org.jclouds.blobstore.BlobStore
-
- getMaximumNumberOfParts() - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getMaximumNumberOfParts() - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getMaxResults() - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- getMaxResults() - Method in class org.jclouds.blobstore.options.ListOptions
-
- getMaxResults() - Method in class org.jclouds.blobstore.options.ListOptions.ImmutableListOptions
-
- getMetadata() - Method in interface org.jclouds.blobstore.domain.Blob
-
- getMetadata() - Method in class org.jclouds.blobstore.domain.internal.BlobImpl
- getMinimumMultipartPartSize() - Method in interface org.jclouds.blobstore.BlobStore
-
- getMinimumMultipartPartSize() - Method in class org.jclouds.blobstore.config.LocalBlobStore
-
- getMinimumMultipartPartSize() - Method in class org.jclouds.blobstore.util.ForwardingBlobStore
-
- getName() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Name of this resource.
- getNameFor(GeneratedHttpRequest) - Static method in class org.jclouds.blobstore.util.BlobStoreUtils
-
- getNextChunkOffset() - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- getNextMarker() - Method in class org.jclouds.blobstore.domain.internal.PageSetImpl
-
If there is a next marker, then the set is incomplete and you should issue another command to
retrieve the rest, setting the option marker to this value.
- getNextMarker() - Method in interface org.jclouds.blobstore.domain.PageSet
-
If there is a next marker, then the set is incomplete and you should issue another command to
retrieve the rest, setting the option marker to this value.
- getNextPart() - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- GetOptions - Class in org.jclouds.blobstore.options
-
Contains options supported for HTTP GET operations.
- GetOptions() - Constructor for class org.jclouds.blobstore.options.GetOptions
-
- GetOptions.Builder - Class in org.jclouds.blobstore.options
-
- GetOptions.Builder() - Constructor for class org.jclouds.blobstore.options.GetOptions.Builder
-
- getParts() - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- getPrefix() - Method in class org.jclouds.blobstore.options.ListContainerOptions
-
- getPrefix() - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- getProviderId() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Unique identifier of this resource within its enclosing namespace.
- getPublicUri() - Method in interface org.jclouds.blobstore.domain.BlobMetadata
-
If the blob is publicly readable, what is the URI one can access it at.
- getPublicUri() - Method in class org.jclouds.blobstore.domain.internal.BlobMetadataImpl
-
If the blob is publicly readable, what is the URI one can access it at.
- getPublicUri() - Method in class org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
-
If the blob is publicly readable, what is the URI one can access it at.
- getRanges() - Method in class org.jclouds.blobstore.options.GetOptions
-
- getRemaining() - Method in class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- getSeparator() - Method in interface org.jclouds.blobstore.LocalStorageStrategy
-
- getSeparator() - Method in class org.jclouds.blobstore.TransientStorageStrategy
-
- getSigner() - Method in interface org.jclouds.blobstore.BlobStoreContext
-
Generates signed requests for blobs.
- getSigner() - Method in class org.jclouds.blobstore.internal.BlobStoreContextImpl
-
- getSize() - Method in class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
- getSize() - Method in class org.jclouds.blobstore.domain.internal.StorageMetadataImpl
-
- getSize() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Size of the resource, possibly null.
- getTier() - Method in class org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
-
- getTier() - Method in class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
- getTier() - Method in class org.jclouds.blobstore.domain.internal.StorageMetadataImpl
-
- getTier() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
- getType() - Method in class org.jclouds.blobstore.domain.internal.StorageMetadataImpl
-
Whether this resource is a container, file, etc.
- getType() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Whether this resource is a container, file, etc.
- getUri() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
URI used to access this resource
- getUseCustomExecutor() - Method in class org.jclouds.blobstore.options.PutOptions
-
- getUserMetadata() - Method in interface org.jclouds.blobstore.domain.StorageMetadata
-
Any key-value pairs associated with the resource.
- marker - Variable in class org.jclouds.blobstore.domain.internal.PageSetImpl
-
- MarkerFileMkdirStrategy - Class in org.jclouds.blobstore.strategy.internal
-
Key-value implementations of BlobStore, such as S3, do not have directories.
- MarkersDeleteDirectoryStrategy - Class in org.jclouds.blobstore.strategy.internal
-
Key-value implementations of BlobStore, such as S3, do not have directories.
- MarkersGetDirectoryStrategy - Class in org.jclouds.blobstore.strategy.internal
-
Key-value implementations of BlobStore, such as S3, do not have directories.
- MarkersGetDirectoryStrategy(BlobStore, ResourceMetadataToRelativePathResourceMetadata) - Constructor for class org.jclouds.blobstore.strategy.internal.MarkersGetDirectoryStrategy
-
- maxErrors - Variable in class org.jclouds.blobstore.strategy.internal.DeleteAllKeysInList
-
Maximum times to retry an operation.
- maxResults(int) - Static method in class org.jclouds.blobstore.options.ListContainerOptions.Builder
-
- maxResults(int) - Method in class org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
-
- maxResults(int) - Method in class org.jclouds.blobstore.options.ListContainerOptions
-
The maximum number of values you'd like to see in the response body.
- maxResults(int) - Static method in class org.jclouds.blobstore.options.ListOptions.Builder
-
- maxResults(int) - Method in class org.jclouds.blobstore.options.ListOptions.ImmutableListOptions
-
- maxResults(int) - Method in class org.jclouds.blobstore.options.ListOptions
-
The maximum number of values you'd like to see in the response body.
- maxTime - Variable in class org.jclouds.blobstore.strategy.internal.DeleteAllKeysInList
-
Maximum duration in milliseconds of a request.
- maxTime - Variable in class org.jclouds.blobstore.strategy.internal.FetchBlobMetadata
-
maximum duration of an blob Request
- maxTime - Variable in class org.jclouds.blobstore.strategy.internal.GetAllBlobsInListAndRetryOnFailure
-
maximum duration of an blob Request
- maxTime - Variable in class org.jclouds.blobstore.strategy.internal.MarkersDeleteDirectoryStrategy
-
maximum duration of an blob Request
- maxTime - Variable in class org.jclouds.blobstore.strategy.internal.PutBlobsStrategyImpl
-
maximum duration of an blob Request
- MkdirStrategy - Interface in org.jclouds.blobstore.strategy
-
Creates a directory
- mkdirStrategy - Variable in class org.jclouds.blobstore.util.internal.BlobUtilsImpl
-
- multipart() - Static method in class org.jclouds.blobstore.options.PutOptions.Builder
-
- multipart(boolean) - Static method in class org.jclouds.blobstore.options.PutOptions.Builder
-
- multipart(ListeningExecutorService) - Static method in class org.jclouds.blobstore.options.PutOptions.Builder
-
- multipart() - Method in class org.jclouds.blobstore.options.PutOptions.ImmutablePutOptions
-
- multipart() - Method in class org.jclouds.blobstore.options.PutOptions
-
split large blobs into pieces, if supported by the provider.
- multipart(boolean) - Method in class org.jclouds.blobstore.options.PutOptions
-
whether to split large blobs into pieces, if supported by the provider
- multipart(ListeningExecutorService) - Method in class org.jclouds.blobstore.options.PutOptions
-
Whether to split large blobs into pieces, if supported by the provider, using a custom executor
- MultipartPart - Class in org.jclouds.blobstore.domain
-
- MultipartPart() - Constructor for class org.jclouds.blobstore.domain.MultipartPart
-
- MultipartUpload - Class in org.jclouds.blobstore.domain
-
- MultipartUpload() - Constructor for class org.jclouds.blobstore.domain.MultipartUpload
-
- MultipartUploadSlicingAlgorithm - Class in org.jclouds.blobstore.strategy.internal
-
- MultipartUploadSlicingAlgorithm(long, long, int) - Constructor for class org.jclouds.blobstore.strategy.internal.MultipartUploadSlicingAlgorithm
-
- MutableBlobMetadata - Interface in org.jclouds.blobstore.domain
-
System and user Metadata for the
Blob.
- MutableBlobMetadataImpl - Class in org.jclouds.blobstore.domain.internal
-
System and user Metadata for the Blob.
- MutableBlobMetadataImpl() - Constructor for class org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
-
- MutableBlobMetadataImpl(BlobMetadata) - Constructor for class org.jclouds.blobstore.domain.internal.MutableBlobMetadataImpl
-
- MutableStorageMetadata - Interface in org.jclouds.blobstore.domain
-
Used to construct new resources or modify existing ones.
- MutableStorageMetadataImpl - Class in org.jclouds.blobstore.domain.internal
-
Used to construct new resources or modify existing ones.
- MutableStorageMetadataImpl() - Constructor for class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
- MutableStorageMetadataImpl(StorageMetadata) - Constructor for class org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
-
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.BlobCapability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.BlobScopes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.Charge
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.ConsistencyModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.ContainerCapability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.ContainerVisibilities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.attr.FolderCapability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.domain.BlobAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.domain.ContainerAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.domain.StorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.blobstore.domain.Tier
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jclouds.blobstore.attr.BlobCapability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.attr.BlobScopes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.attr.Charge
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.attr.ConsistencyModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.attr.ContainerCapability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.attr.ContainerVisibilities
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.attr.FolderCapability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.domain.BlobAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.domain.ContainerAccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.domain.StorageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.blobstore.domain.Tier
-
Returns an array containing the constants of this enum type, in
the order they are declared.