A B C D E F G H I L M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortMultipartUpload(MultipartUpload) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- adjustContainerIfDirOptionPresent(String, ListContainerOptions) - Static method in class org.jclouds.atmos.util.AtmosUtils
- apply(Object) - Method in class org.jclouds.atmos.functions.AtmosObjectName
- apply(String) - Method in class org.jclouds.atmos.filters.ShareUrl
- apply(AtmosObject) - Method in class org.jclouds.atmos.blobstore.functions.ObjectToBlob
- apply(AtmosObject) - Method in class org.jclouds.atmos.blobstore.functions.ObjectToBlobMetadata
- apply(BoundedSet<? extends DirectoryEntry>) - Method in class org.jclouds.atmos.blobstore.functions.DirectoryEntryListToResourceMetadataList
- apply(UserMetadata) - Method in class org.jclouds.atmos.binders.BindUserMetadataToHeaders
- apply(Blob) - Method in class org.jclouds.atmos.blobstore.functions.BlobToObject
- apply(BlobMetadata) - Method in class org.jclouds.atmos.blobstore.functions.BlobMetadataToObject
- apply(BlobMetadata) - Method in class org.jclouds.atmos.blobstore.functions.BlobToContentMetadata
- apply(BlobMetadata) - Method in class org.jclouds.atmos.blobstore.functions.BlobToSystemMetadata
- apply(ListContainerOptions) - Method in class org.jclouds.atmos.blobstore.functions.BlobStoreListOptionsToListOptions
- apply(HttpResponse) - Method in class org.jclouds.atmos.functions.ParseDirectoryListFromContentAndHeaders
-
parses the http response headers to create a new
BoundedSetobject. - apply(HttpResponse) - Method in class org.jclouds.atmos.functions.ParseObjectFromHeadersAndHttpContent
-
First, calls
ParseSystemAndUserMetadataFromHeaders. - apply(HttpResponse) - Method in class org.jclouds.atmos.functions.ParseSystemMetadataFromHeaders
- apply(HttpResponse) - Method in class org.jclouds.atmos.functions.ParseUserMetadataFromHeaders
- apply(HttpResponse) - Method in class org.jclouds.atmos.functions.ReturnTrueIfGroupACLIsOtherRead
- AtmosApiMetadata - Class in org.jclouds.atmos
- AtmosApiMetadata() - Constructor for class org.jclouds.atmos.AtmosApiMetadata
- AtmosApiMetadata(AtmosApiMetadata.Builder) - Constructor for class org.jclouds.atmos.AtmosApiMetadata
- AtmosApiMetadata.Builder - Class in org.jclouds.atmos
- AtmosBlobRequestSigner - Class in org.jclouds.atmos.blobstore
- AtmosBlobRequestSigner(Function<Invocation, HttpRequest>, BlobToObject, BlobToHttpGetOptions, SignRequest, Supplier<URI>, Supplier<Credentials>, DateService, Provider<String>) - Constructor for class org.jclouds.atmos.blobstore.AtmosBlobRequestSigner
- AtmosBlobStore - Class in org.jclouds.atmos.blobstore
- AtmosBlobStoreContextModule - Class in org.jclouds.atmos.blobstore.config
- AtmosBlobStoreContextModule() - Constructor for class org.jclouds.atmos.blobstore.config.AtmosBlobStoreContextModule
- AtmosClient - Interface in org.jclouds.atmos
-
Provides access to EMC Atmos Online Storage resources via their REST API.
- AtmosClientErrorRetryHandler - Class in org.jclouds.atmos.handlers
-
Handles Retryable responses with error codes in the 4xx range
- AtmosClientErrorRetryHandler(BackoffLimitedRetryHandler, AtmosUtils) - Constructor for class org.jclouds.atmos.handlers.AtmosClientErrorRetryHandler
- AtmosError - Class in org.jclouds.atmos.domain
-
When an Atmos Storage request is in error, the client receives an error response.
- AtmosError(int, String) - Constructor for class org.jclouds.atmos.domain.AtmosError
- AtmosErrorCode - Enum in org.jclouds.atmos.reference
-
Atmos error codes.
- AtmosHeaders - Class in org.jclouds.atmos.reference
-
Query parameters common to Atmos apis.
- AtmosHttpApiModule - Class in org.jclouds.atmos.config
-
Configures the EMC Atmos Online Storage authentication service connection, including logging and http transport.
- AtmosHttpApiModule() - Constructor for class org.jclouds.atmos.config.AtmosHttpApiModule
- AtmosObject - Interface in org.jclouds.atmos.domain
- AtmosObject.Factory - Interface in org.jclouds.atmos.domain
- AtmosObjectFactory() - Constructor for class org.jclouds.atmos.domain.internal.AtmosObjectImpl.AtmosObjectFactory
- AtmosObjectImpl - Class in org.jclouds.atmos.domain.internal
-
Default Implementation of
AtmosObject. - AtmosObjectImpl(MutableContentMetadata) - Constructor for class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- AtmosObjectImpl(MutableContentMetadata, SystemMetadata, UserMetadata) - Constructor for class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- AtmosObjectImpl.AtmosObjectFactory - Class in org.jclouds.atmos.domain.internal
- AtmosObjectModule - Class in org.jclouds.atmos.config
-
Configures the domain object mappings needed for all Atmos implementations
- AtmosObjectModule() - Constructor for class org.jclouds.atmos.config.AtmosObjectModule
- AtmosObjectName - Class in org.jclouds.atmos.functions
- AtmosObjectName() - Constructor for class org.jclouds.atmos.functions.AtmosObjectName
- AtmosParserModule - Class in org.jclouds.atmos.config
- AtmosParserModule() - Constructor for class org.jclouds.atmos.config.AtmosParserModule
- AtmosResponseException - Exception in org.jclouds.atmos
-
Encapsulates an Error from Atmos Storage Services.
- AtmosResponseException(String, HttpCommand, HttpResponse, AtmosError) - Constructor for exception org.jclouds.atmos.AtmosResponseException
- AtmosResponseException(String, HttpCommand, HttpResponse, AtmosError, Throwable) - Constructor for exception org.jclouds.atmos.AtmosResponseException
- AtmosResponseException(HttpCommand, HttpResponse, AtmosError) - Constructor for exception org.jclouds.atmos.AtmosResponseException
- AtmosResponseException(HttpCommand, HttpResponse, AtmosError, Throwable) - Constructor for exception org.jclouds.atmos.AtmosResponseException
- AtmosServerErrorRetryHandler - Class in org.jclouds.atmos.handlers
-
Handles Retryable responses with error codes in the 5xx range
- AtmosServerErrorRetryHandler(BackoffLimitedRetryHandler, AtmosUtils) - Constructor for class org.jclouds.atmos.handlers.AtmosServerErrorRetryHandler
- AtmosUtils - Class in org.jclouds.atmos.util
-
Encryption, Hashing, and IO Utilities needed to sign and verify Atmos Storage requests and responses.
- AtmosUtils() - Constructor for class org.jclouds.atmos.util.AtmosUtils
B
- bindErrorHandlers() - Method in class org.jclouds.atmos.config.AtmosHttpApiModule
- BindMetadataToHeaders - Class in org.jclouds.atmos.binders
- BindMetadataToHeaders(BindUserMetadataToHeaders) - Constructor for class org.jclouds.atmos.binders.BindMetadataToHeaders
- bindRetryHandlers() - Method in class org.jclouds.atmos.config.AtmosHttpApiModule
- bindToRequest(R, Object) - Method in class org.jclouds.atmos.binders.BindMetadataToHeaders
- bindToRequest(R, Object) - Method in class org.jclouds.atmos.binders.BindUserMetadataToHeaders
- BindUserMetadataToHeaders - Class in org.jclouds.atmos.binders
- BindUserMetadataToHeaders() - Constructor for class org.jclouds.atmos.binders.BindUserMetadataToHeaders
- blobExists(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.pathExists(java.lang.String) - blobMetadata(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.headFile(java.lang.String) - BlobMetadataToObject - Class in org.jclouds.atmos.blobstore.functions
- BlobMetadataToObject(AtmosObject.Factory, BlobToContentMetadata, BlobToSystemMetadata) - Constructor for class org.jclouds.atmos.blobstore.functions.BlobMetadataToObject
- BlobStoreListOptionsToListOptions - Class in org.jclouds.atmos.blobstore.functions
- BlobStoreListOptionsToListOptions() - Constructor for class org.jclouds.atmos.blobstore.functions.BlobStoreListOptionsToListOptions
- BlobToContentMetadata - Class in org.jclouds.atmos.blobstore.functions
- BlobToContentMetadata() - Constructor for class org.jclouds.atmos.blobstore.functions.BlobToContentMetadata
- BlobToObject - Class in org.jclouds.atmos.blobstore.functions
- BlobToSystemMetadata - Class in org.jclouds.atmos.blobstore.functions
- BlobToSystemMetadata() - Constructor for class org.jclouds.atmos.blobstore.functions.BlobToSystemMetadata
- BoundedLinkedHashSet<T> - Class in org.jclouds.atmos.domain.internal
- BoundedLinkedHashSet(Iterable<T>, String) - Constructor for class org.jclouds.atmos.domain.internal.BoundedLinkedHashSet
- BoundedSet<T> - Interface in org.jclouds.atmos.domain
- build() - Method in class org.jclouds.atmos.AtmosApiMetadata.Builder
- Builder() - Constructor for class org.jclouds.atmos.AtmosApiMetadata.Builder
- Builder() - Constructor for class org.jclouds.atmos.options.ListOptions.Builder
- Builder() - Constructor for class org.jclouds.atmos.options.PutOptions.Builder
C
- calculateSignature(String) - Method in class org.jclouds.atmos.filters.SignRequest
- characters(char[], int, int) - Method in class org.jclouds.atmos.xml.ErrorHandler
- characters(char[], int, int) - Method in class org.jclouds.atmos.xml.ListDirectoryResponseHandler
- CHECKSUM - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- compareTo(AtmosObject) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- compareTo(DirectoryEntry) - Method in class org.jclouds.atmos.domain.DirectoryEntry
- completeMultipartUpload(MultipartUpload, List<MultipartPart>) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- configure() - Method in class org.jclouds.atmos.blobstore.config.AtmosBlobStoreContextModule
- configure() - Method in class org.jclouds.atmos.config.AtmosHttpApiModule
- configure() - Method in class org.jclouds.atmos.config.AtmosObjectModule
-
explicit factories are created here as it has been shown that Assisted Inject is extremely inefficient.
- configure() - Method in class org.jclouds.atmos.config.AtmosParserModule
- CONFLICTING_OPERATION - org.jclouds.atmos.reference.AtmosErrorCode
-
Operation aborted because of a conflicting operation in progess against the resource.
- containerExists(String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.pathExists(java.lang.String) - copyBlob(String, String, String, String, CopyOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- create(MutableContentMetadata) - Method in interface org.jclouds.atmos.domain.AtmosObject.Factory
- create(MutableContentMetadata) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl.AtmosObjectFactory
- create(MutableContentMetadata, SystemMetadata, UserMetadata) - Method in interface org.jclouds.atmos.domain.AtmosObject.Factory
- create(MutableContentMetadata, SystemMetadata, UserMetadata) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl.AtmosObjectFactory
- create(SystemMetadata, UserMetadata) - Method in interface org.jclouds.atmos.domain.AtmosObject.Factory
- create(SystemMetadata, UserMetadata) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl.AtmosObjectFactory
- createContainerInLocation(Location, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...) - createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- createDirectory(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...) - createDirectory(String, PutOptions...) - Method in interface org.jclouds.atmos.AtmosClient
- createFile(String, AtmosObject, PutOptions...) - Method in interface org.jclouds.atmos.AtmosClient
- createOrPropagate(Throwable) - Method in class org.jclouds.atmos.fallbacks.EndpointIfAlreadyExists
- createOrPropagate(Throwable) - Method in class org.jclouds.atmos.fallbacks.TrueOn404FalseOnPathNotEmpty
- createStringToSign(String, String) - Method in class org.jclouds.atmos.filters.ShareUrl
- createStringToSign(HttpRequest) - Method in class org.jclouds.atmos.filters.SignRequest
D
- DATE - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- defaultProperties() - Static method in class org.jclouds.atmos.AtmosApiMetadata
- DelegatingMutableContentMetadata - Class in org.jclouds.atmos.domain.internal
- DelegatingMutableContentMetadata() - Constructor for class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- DelegatingMutableContentMetadata(URI, String, String, MutableContentMetadata) - Constructor for class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- deleteAndVerifyContainerGone(String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.deletePath(java.lang.String)followed byAtmosClient.pathExists(java.lang.String)until it is true. - deleteDirectory(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosBlobStore.removeBlob(java.lang.String, java.lang.String) - deletePath(String) - Method in interface org.jclouds.atmos.AtmosClient
- deletePathAndEnsureGone(AtmosClient, String) - Static method in class org.jclouds.atmos.util.AtmosUtils
- DIRECTORY - org.jclouds.atmos.domain.FileType
- DIRECTORY_KEY_PATH - Static variable in class org.jclouds.atmos.handlers.ParseAtmosErrorFromXmlContent
- DIRECTORY_NOT_EMPTY - org.jclouds.atmos.reference.AtmosErrorCode
-
The directory you are attempting to delete is not empty.
- DIRECTORY_PATH - Static variable in class org.jclouds.atmos.handlers.ParseAtmosErrorFromXmlContent
- DirectoryEntry - Class in org.jclouds.atmos.domain
-
Metadata of a Atmos Online object
- DirectoryEntry(String, FileType, String, long) - Constructor for class org.jclouds.atmos.domain.DirectoryEntry
-
Deprecated.
- DirectoryEntry(String, FileType, String, long, Date) - Constructor for class org.jclouds.atmos.domain.DirectoryEntry
- DirectoryEntryListToResourceMetadataList - Class in org.jclouds.atmos.blobstore.functions
- directoryExists(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.pathExists(java.lang.String)
E
- endElement(String, String, String) - Method in class org.jclouds.atmos.xml.ErrorHandler
- endElement(String, String, String) - Method in class org.jclouds.atmos.xml.ListDirectoryResponseHandler
- EndpointIfAlreadyExists - Class in org.jclouds.atmos.fallbacks
- EndpointIfAlreadyExists() - Constructor for class org.jclouds.atmos.fallbacks.EndpointIfAlreadyExists
- equals(Object) - Method in class org.jclouds.atmos.domain.DirectoryEntry
- equals(Object) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- equals(Object) - Method in class org.jclouds.atmos.domain.internal.BoundedLinkedHashSet
- equals(Object) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- equals(Object) - Method in class org.jclouds.atmos.domain.SystemMetadata
- equals(Object) - Method in class org.jclouds.atmos.domain.UserMetadata
- ErrorHandler - Class in org.jclouds.atmos.xml
-
Parses the error from the Atmos Online Storage REST API.
- ErrorHandler() - Constructor for class org.jclouds.atmos.xml.ErrorHandler
F
- FileType - Enum in org.jclouds.atmos.domain
- filter(HttpRequest) - Method in class org.jclouds.atmos.filters.SignRequest
- fromValue(String) - Static method in enum org.jclouds.atmos.domain.FileType
G
- getAllHeaders() - Method in interface org.jclouds.atmos.domain.AtmosObject
- getAllHeaders() - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- getBlob(String, String, GetOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...) - getBlobAccess(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- getCacheControl() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getCode() - Method in class org.jclouds.atmos.domain.AtmosError
- getCode() - Method in enum org.jclouds.atmos.reference.AtmosErrorCode
- getContainerAccess(String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- getContentDisposition() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getContentEncoding() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getContentLanguage() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getContentLength() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getContentMD5() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
-
Deprecated.
- getContentMD5() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getContentMD5AsHashCode() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getContentMetadata() - Method in interface org.jclouds.atmos.domain.AtmosObject
- getContentMetadata() - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- getContentType() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getDelegate() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getError() - Method in exception org.jclouds.atmos.AtmosResponseException
- getExpires() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getGroupID() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getHardLinkCount() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getHost() - Method in class org.jclouds.atmos.domain.UploadInfo
- getInceptionTime() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getLastAccessTime() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getLastMetadataModification() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getLastUserDataModification() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getLimit() - Method in class org.jclouds.atmos.options.ListOptions
- getListableMetadata() - Method in class org.jclouds.atmos.domain.UserMetadata
- getListableTags() - Method in class org.jclouds.atmos.domain.UserMetadata
- getMaximumMultipartPartSize() - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- getMaximumNumberOfParts() - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- getMessage() - Method in class org.jclouds.atmos.domain.AtmosError
- getMetadata() - Method in class org.jclouds.atmos.domain.UserMetadata
- getMinimumMultipartPartSize() - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- getModifiedTime() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- getName() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getName() - Method in interface org.jclouds.atmos.domain.MutableContentMetadata
- getObjectID() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- getObjectName() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- getPath() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getPath() - Method in interface org.jclouds.atmos.domain.MutableContentMetadata
- getPolicyName() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getResult() - Method in class org.jclouds.atmos.xml.ErrorHandler
- getResult() - Method in class org.jclouds.atmos.xml.ListDirectoryResponseHandler
- getSize() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- getSize() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getStringSigned() - Method in class org.jclouds.atmos.domain.AtmosError
- getSystemMetadata() - Method in interface org.jclouds.atmos.domain.AtmosObject
- getSystemMetadata() - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- getSystemMetadata(String) - Method in interface org.jclouds.atmos.AtmosClient
- getTags() - Method in class org.jclouds.atmos.domain.UserMetadata
- getToken() - Method in interface org.jclouds.atmos.domain.BoundedSet
- getToken() - Method in class org.jclouds.atmos.domain.internal.BoundedLinkedHashSet
- getToken() - Method in class org.jclouds.atmos.domain.UploadInfo
- getToken() - Method in class org.jclouds.atmos.options.ListOptions
- getType() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- getUri() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- getUri() - Method in interface org.jclouds.atmos.domain.MutableContentMetadata
- getUserID() - Method in class org.jclouds.atmos.domain.SystemMetadata
- getUserMetadata() - Method in interface org.jclouds.atmos.domain.AtmosObject
- getUserMetadata() - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- getUserMetadata(String) - Method in interface org.jclouds.atmos.AtmosClient
- GROUP_ACL - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- guiceProvideTimeStamp(Supplier<String>) - Method in class org.jclouds.atmos.config.AtmosHttpApiModule
H
- handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.atmos.handlers.ParseAtmosErrorFromXmlContent
- hashCode() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- hashCode() - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- hashCode() - Method in class org.jclouds.atmos.domain.internal.BoundedLinkedHashSet
- hashCode() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- hashCode() - Method in class org.jclouds.atmos.domain.SystemMetadata
- hashCode() - Method in class org.jclouds.atmos.domain.UserMetadata
- headFile(String) - Method in interface org.jclouds.atmos.AtmosClient
I
- includeMeta() - Static method in class org.jclouds.atmos.options.ListOptions.Builder
- includeMeta() - Method in class org.jclouds.atmos.options.ListOptions
-
the maximum number of items that should be returned.
- initiateMultipartUpload(String, BlobMetadata, PutOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- isPublic(String) - Method in interface org.jclouds.atmos.AtmosClient
- isPublic(AtmosClient) - Method in class org.jclouds.atmos.blobstore.config.AtmosBlobStoreContextModule
L
- limit(int) - Static method in class org.jclouds.atmos.options.ListOptions.Builder
- limit(int) - Method in class org.jclouds.atmos.options.ListOptions
-
the maximum number of items that should be returned.
- list() - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.listDirectories(org.jclouds.atmos.options.ListOptions...) - list(String, ListContainerOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...) - LISTABLE_META - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- LISTABLE_TAGS - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- listDirectories(ListOptions...) - Method in interface org.jclouds.atmos.AtmosClient
- listDirectory(String, ListOptions...) - Method in interface org.jclouds.atmos.AtmosClient
- ListDirectoryResponseHandler - Class in org.jclouds.atmos.xml
-
Parses an object list
- listMultipartUpload(MultipartUpload) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- listMultipartUploads(String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- ListOptions - Class in org.jclouds.atmos.options
-
Options used to control paginated results (aka list commands).
- ListOptions() - Constructor for class org.jclouds.atmos.options.ListOptions
- ListOptions.Builder - Class in org.jclouds.atmos.options
- logger - Variable in class org.jclouds.atmos.handlers.AtmosClientErrorRetryHandler
- logger - Variable in class org.jclouds.atmos.handlers.AtmosServerErrorRetryHandler
- logger - Variable in class org.jclouds.atmos.handlers.ParseAtmosErrorFromXmlContent
M
- META - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- metaIncluded() - Method in class org.jclouds.atmos.options.ListOptions
- MutableContentMetadata - Interface in org.jclouds.atmos.domain
-
metadata of the object
N
- newObject() - Method in interface org.jclouds.atmos.AtmosClient
- NONE - Static variable in class org.jclouds.atmos.options.ListOptions
- NONE - Static variable in class org.jclouds.atmos.options.PutOptions
O
- OBJECT_NOT_FOUND - org.jclouds.atmos.reference.AtmosErrorCode
-
The requested object was not found.
- ObjectToBlob - Class in org.jclouds.atmos.blobstore.functions
- ObjectToBlobMetadata - Class in org.jclouds.atmos.blobstore.functions
- ObjectToBlobMetadata(AtmosObjectName, ShareUrl) - Constructor for class org.jclouds.atmos.blobstore.functions.ObjectToBlobMetadata
- org.jclouds.atmos - package org.jclouds.atmos
- org.jclouds.atmos.binders - package org.jclouds.atmos.binders
- org.jclouds.atmos.blobstore - package org.jclouds.atmos.blobstore
- org.jclouds.atmos.blobstore.config - package org.jclouds.atmos.blobstore.config
- org.jclouds.atmos.blobstore.functions - package org.jclouds.atmos.blobstore.functions
- org.jclouds.atmos.config - package org.jclouds.atmos.config
- org.jclouds.atmos.domain - package org.jclouds.atmos.domain
- org.jclouds.atmos.domain.internal - package org.jclouds.atmos.domain.internal
- org.jclouds.atmos.fallbacks - package org.jclouds.atmos.fallbacks
- org.jclouds.atmos.filters - package org.jclouds.atmos.filters
- org.jclouds.atmos.functions - package org.jclouds.atmos.functions
- org.jclouds.atmos.handlers - package org.jclouds.atmos.handlers
- org.jclouds.atmos.options - package org.jclouds.atmos.options
- org.jclouds.atmos.reference - package org.jclouds.atmos.reference
- org.jclouds.atmos.util - package org.jclouds.atmos.util
- org.jclouds.atmos.xml - package org.jclouds.atmos.xml
- overwrite() - Static method in class org.jclouds.atmos.options.PutOptions.Builder
- overwrite() - Method in class org.jclouds.atmos.options.PutOptions
-
By default Atmos does not allow overwriting objects.
P
- parseAtmosErrorFromContent(HttpCommand, HttpResponse, InputStream) - Method in class org.jclouds.atmos.util.AtmosUtils
- parseAtmosErrorFromContent(HttpCommand, HttpResponse, String) - Method in class org.jclouds.atmos.util.AtmosUtils
- ParseAtmosErrorFromXmlContent - Class in org.jclouds.atmos.handlers
-
This will parse and set an appropriate exception on the command object.
- ParseAtmosErrorFromXmlContent(AtmosUtils) - Constructor for class org.jclouds.atmos.handlers.ParseAtmosErrorFromXmlContent
- ParseDirectoryListFromContentAndHeaders - Class in org.jclouds.atmos.functions
-
This parses
BoundedSetfrom HTTP headers and xml content. - ParseObjectFromHeadersAndHttpContent - Class in org.jclouds.atmos.functions
-
Parses response headers and creates a new AtmosObject from them and the HTTP content.
- ParseObjectFromHeadersAndHttpContent(ParseSystemMetadataFromHeaders, ParseUserMetadataFromHeaders, AtmosObject.Factory) - Constructor for class org.jclouds.atmos.functions.ParseObjectFromHeadersAndHttpContent
- ParseSystemMetadataFromHeaders - Class in org.jclouds.atmos.functions
- ParseSystemMetadataFromHeaders(DateService) - Constructor for class org.jclouds.atmos.functions.ParseSystemMetadataFromHeaders
- ParseUserMetadataFromHeaders - Class in org.jclouds.atmos.functions
- ParseUserMetadataFromHeaders() - Constructor for class org.jclouds.atmos.functions.ParseUserMetadataFromHeaders
- pathExists(String) - Method in interface org.jclouds.atmos.AtmosClient
- provideShareableUrlTimeout() - Method in class org.jclouds.atmos.config.AtmosHttpApiModule
- provideTimeStamp(Supplier<String>) - Method in class org.jclouds.atmos.config.AtmosHttpApiModule
- publicNone() - Static method in class org.jclouds.atmos.options.PutOptions.Builder
- publicNone() - Method in class org.jclouds.atmos.options.PutOptions
- publicRead() - Static method in class org.jclouds.atmos.options.PutOptions.Builder
- publicRead() - Method in class org.jclouds.atmos.options.PutOptions
-
Add public access to all users
- putBlob(String, Blob) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- putBlob(String, Blob, PutOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- putBlob(AtmosClient, Crypto, BlobToObject, String, Blob, PutOptions) - Static method in class org.jclouds.atmos.util.AtmosUtils
- PutOptions - Class in org.jclouds.atmos.options
-
Contains options supported in the REST API for the PUT operations.
- PutOptions() - Constructor for class org.jclouds.atmos.options.PutOptions
- PutOptions.Builder - Class in org.jclouds.atmos.options
R
- readFile(String, GetOptions...) - Method in interface org.jclouds.atmos.AtmosClient
- REGULAR - org.jclouds.atmos.domain.FileType
- removeBlob(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
-
This implementation invokes
AtmosClient.deletePath(java.lang.String) - RESOURCE_ALREADY_EXISTS - org.jclouds.atmos.reference.AtmosErrorCode
-
The resource you are trying to create already exists.
- ReturnTrueIfGroupACLIsOtherRead - Class in org.jclouds.atmos.functions
- ReturnTrueIfGroupACLIsOtherRead() - Constructor for class org.jclouds.atmos.functions.ReturnTrueIfGroupACLIsOtherRead
S
- self() - Method in class org.jclouds.atmos.AtmosApiMetadata.Builder
- SERVER_BUSY - org.jclouds.atmos.reference.AtmosErrorCode
-
The server is busy.
- setAllHeaders(Multimap<String, String>) - Method in interface org.jclouds.atmos.domain.AtmosObject
- setAllHeaders(Multimap<String, String>) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- setBlobAccess(String, String, BlobAccess) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- setCacheControl(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContainerAccess(String, ContainerAccess) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- setContentDisposition(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContentEncoding(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContentLanguage(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContentLength(Long) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContentMD5(byte[]) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
-
Deprecated.
- setContentMD5(HashCode) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContentType(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setContext(HttpRequest) - Method in class org.jclouds.atmos.fallbacks.EndpointIfAlreadyExists
- setContext(HttpRequest) - Method in class org.jclouds.atmos.functions.ParseObjectFromHeadersAndHttpContent
- setError(AtmosError) - Method in exception org.jclouds.atmos.AtmosResponseException
- setExpires(Date) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setGroupAcl(String, PutOptions) - Method in interface org.jclouds.atmos.AtmosClient
- setName(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setName(String) - Method in interface org.jclouds.atmos.domain.MutableContentMetadata
- setPath(String) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setPath(String) - Method in interface org.jclouds.atmos.domain.MutableContentMetadata
- setPayload(Payload) - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- setStringSigned(String) - Method in class org.jclouds.atmos.domain.AtmosError
- setUri(URI) - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- setUri(URI) - Method in interface org.jclouds.atmos.domain.MutableContentMetadata
- ShareUrl - Class in org.jclouds.atmos.filters
-
Signs the EMC Atmos Online Storage request.
- ShareUrl(Supplier<Credentials>, Supplier<URI>, Provider<Long>, Crypto) - Constructor for class org.jclouds.atmos.filters.ShareUrl
- shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.atmos.handlers.AtmosClientErrorRetryHandler
- shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.atmos.handlers.AtmosServerErrorRetryHandler
- SIGNATURE - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- SIGNATURE_MISMATCH - org.jclouds.atmos.reference.AtmosErrorCode
-
There was a mismatch between the signature in the request and the signature as computed by the server.
- signGetBlob(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobRequestSigner
- signGetBlob(String, String, long) - Method in class org.jclouds.atmos.blobstore.AtmosBlobRequestSigner
- signGetBlob(String, String, GetOptions) - Method in class org.jclouds.atmos.blobstore.AtmosBlobRequestSigner
- signPutBlob(String, Blob) - Method in class org.jclouds.atmos.blobstore.AtmosBlobRequestSigner
- signPutBlob(String, Blob, long) - Method in class org.jclouds.atmos.blobstore.AtmosBlobRequestSigner
- SignRequest - Class in org.jclouds.atmos.filters
-
Signs the EMC Atmos Online Storage request.
- SignRequest(SignatureWire, Supplier<Credentials>, Provider<String>, Crypto, HttpUtils) - Constructor for class org.jclouds.atmos.filters.SignRequest
- signString(String) - Method in class org.jclouds.atmos.filters.ShareUrl
- signString(String) - Method in class org.jclouds.atmos.filters.SignRequest
- streamBlob(String, String) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- SystemMetadata - Class in org.jclouds.atmos.domain
-
Metadata of a Atmos Online object
- SystemMetadata(byte[], Date, Date, String, Date, Date, int, String, String, String, long, FileType, String) - Constructor for class org.jclouds.atmos.domain.SystemMetadata
T
- TAGS - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- toBuilder() - Method in class org.jclouds.atmos.AtmosApiMetadata
- toBuilder() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- token - Variable in class org.jclouds.atmos.domain.internal.BoundedLinkedHashSet
- token(String) - Static method in class org.jclouds.atmos.options.ListOptions.Builder
- token(String) - Method in class org.jclouds.atmos.options.ListOptions
-
specifies the position to resume listing
- TOKEN - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- toString() - Method in class org.jclouds.atmos.domain.AtmosError
- toString() - Method in class org.jclouds.atmos.domain.DirectoryEntry
- toString() - Method in class org.jclouds.atmos.domain.internal.AtmosObjectImpl
- toString() - Method in class org.jclouds.atmos.domain.internal.BoundedLinkedHashSet
- toString() - Method in class org.jclouds.atmos.domain.internal.DelegatingMutableContentMetadata
- toString() - Method in class org.jclouds.atmos.domain.SystemMetadata
- toString() - Method in class org.jclouds.atmos.domain.UserMetadata
- TrueOn404FalseOnPathNotEmpty - Class in org.jclouds.atmos.fallbacks
- TrueOn404FalseOnPathNotEmpty() - Constructor for class org.jclouds.atmos.fallbacks.TrueOn404FalseOnPathNotEmpty
U
- UID - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- UNRECOGNIZED - org.jclouds.atmos.domain.FileType
- updateFile(String, AtmosObject, PutOptions...) - Method in interface org.jclouds.atmos.AtmosClient
- UploadInfo - Class in org.jclouds.atmos.domain
- UploadInfo(String, URI) - Constructor for class org.jclouds.atmos.domain.UploadInfo
- uploadMultipartPart(MultipartUpload, int, Payload) - Method in class org.jclouds.atmos.blobstore.AtmosBlobStore
- USER_ACL - Static variable in class org.jclouds.atmos.reference.AtmosHeaders
- UserMetadata - Class in org.jclouds.atmos.domain
-
User metadata
- UserMetadata() - Constructor for class org.jclouds.atmos.domain.UserMetadata
- UserMetadata(Map<String, String>, Map<String, String>, Iterable<String>, Iterable<String>) - Constructor for class org.jclouds.atmos.domain.UserMetadata
V
- value() - Method in enum org.jclouds.atmos.domain.FileType
- valueOf(String) - Static method in enum org.jclouds.atmos.domain.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.atmos.reference.AtmosErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jclouds.atmos.domain.FileType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jclouds.atmos.reference.AtmosErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages