- calculateServerClockSkew() - Method in interface com.emc.atmos.api.AtmosApi
-
Calculates rough clock skew.
- calculateServerClockSkew() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- calculateServerClockSkew() - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- callCount - Variable in class com.emc.atmos.StickyThreadAlgorithm
-
- ChecksumAlgorithm - Enum in com.emc.atmos.api
-
- ChecksumError - Exception in com.emc.atmos
-
- ChecksumError(String, String, String) - Constructor for exception com.emc.atmos.ChecksumError
-
- ChecksumError(String, String, String, Throwable) - Constructor for exception com.emc.atmos.ChecksumError
-
- ChecksumFilter - Class in com.emc.atmos.api.jersey
-
- ChecksumFilter() - Constructor for class com.emc.atmos.api.jersey.ChecksumFilter
-
- ChecksummedInputStream - Class in com.emc.atmos.api
-
- ChecksummedInputStream(InputStream, ChecksumValue) - Constructor for class com.emc.atmos.api.ChecksummedInputStream
-
- ChecksumValue - Class in com.emc.atmos.api
-
Represents a checksum value.
- ChecksumValue() - Constructor for class com.emc.atmos.api.ChecksumValue
-
- ChecksumValueImpl - Class in com.emc.atmos.api
-
Represents a static checksum value.
- ChecksumValueImpl(ChecksumAlgorithm, long, String) - Constructor for class com.emc.atmos.api.ChecksumValueImpl
-
- ChecksumValueImpl(String) - Constructor for class com.emc.atmos.api.ChecksumValueImpl
-
Constructs a new checksum value from a header string of the format {algorithm}/[{offset}/]{value},
where the offset may or may not be present.
- client - Variable in class com.emc.atmos.AbstractJerseyClient
-
- client - Variable in class com.emc.atmos.api.jersey.AtmosApiClient
-
- client100 - Variable in class com.emc.atmos.api.jersey.AtmosApiClient
-
- close() - Method in class com.emc.atmos.api.ChecksummedInputStream
-
- close() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
-
- com.emc.acdp - package com.emc.acdp
-
- com.emc.acdp.api - package com.emc.acdp.api
-
- com.emc.acdp.api.jersey - package com.emc.acdp.api.jersey
-
- com.emc.acdp.util - package com.emc.acdp.util
-
- com.emc.atmos - package com.emc.atmos
-
- com.emc.atmos.api - package com.emc.atmos.api
-
- com.emc.atmos.api.bean - package com.emc.atmos.api.bean
-
- com.emc.atmos.api.bean.adapter - package com.emc.atmos.api.bean.adapter
-
- com.emc.atmos.api.encryption - package com.emc.atmos.api.encryption
-
- com.emc.atmos.api.jersey - package com.emc.atmos.api.jersey
-
- com.emc.atmos.api.jersey.provider - package com.emc.atmos.api.jersey.provider
-
- com.emc.atmos.api.multipart - package com.emc.atmos.api.multipart
-
- com.emc.atmos.api.request - package com.emc.atmos.api.request
-
- com.emc.atmos.mgmt - package com.emc.atmos.mgmt
-
- com.emc.atmos.mgmt.bean - package com.emc.atmos.mgmt.bean
-
- com.emc.atmos.mgmt.jersey - package com.emc.atmos.mgmt.jersey
-
- com.emc.util - package com.emc.util
-
- CompressionConfig - Class in com.emc.atmos.api.encryption
-
Contains the configuration for compression transformation in the Atmos client.
- CompressionConfig() - Constructor for class com.emc.atmos.api.encryption.CompressionConfig
-
Creates the default compression configuration (Deflate/5)
- CompressionConfig(TransformConstants.CompressionMode, int) - Constructor for class com.emc.atmos.api.encryption.CompressionConfig
-
Creates the compression configuration.
- config - Variable in class com.emc.atmos.AbstractJerseyClient
-
- ConfigProxySelector - Class in com.emc.atmos.api.jersey
-
- ConfigProxySelector(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.ConfigProxySelector
-
- configureClient(Client, AcdpConfig) - Static method in class com.emc.acdp.api.jersey.JerseyUtil
-
Note that this method cannot disable SSL validation, so that configuration option is ignored here.
- configureClient(Client, AbstractMgmtConfig) - Static method in class com.emc.atmos.mgmt.jersey.JerseyUtil
-
Note that this method cannot disable SSL validation, so that configuration option is ignored here.
- connectFailed(URI, SocketAddress, IOException) - Method in class com.emc.atmos.api.jersey.ConfigProxySelector
-
- content - Variable in class com.emc.atmos.api.request.PutObjectRequest
-
- content(Object) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
- contentLength - Variable in class com.emc.atmos.api.request.PutObjectRequest
-
- contentLength(long) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
- contentLength - Variable in class com.emc.util.BasicResponse
-
- ContentLengthRange() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
-
- ContentRequest - Interface in com.emc.atmos.api.request
-
Represents a request that has content to send in the request body.
- contentType - Variable in class com.emc.atmos.api.request.PutObjectRequest
-
- contentType(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
- contentType - Variable in class com.emc.util.BasicResponse
-
- copy(InputStream, OutputStream, long) - Static method in class com.emc.util.StreamUtil
-
- createAccessToken(CreateAccessTokenRequest) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates an anonymous access token using all of the options provided in the request object.
- createAccessToken(CreateAccessTokenRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
Access tokens are unsupported for transformed content since there is no way for
the SDK to transform the content since communication goes directly to and from
Atmos.
- createAccessToken(CreateAccessTokenRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- CreateAccessTokenRequest - Class in com.emc.atmos.api.request
-
Represents a request to create an anonymous access token.
- CreateAccessTokenRequest() - Constructor for class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- CreateAccessTokenResponse - Class in com.emc.atmos.api.bean
-
- CreateAccessTokenResponse() - Constructor for class com.emc.atmos.api.bean.CreateAccessTokenResponse
-
- CreateAccessTokenResponse(URL) - Constructor for class com.emc.atmos.api.bean.CreateAccessTokenResponse
-
- createAccount(Account) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- createAccount(String) - Method in interface com.emc.acdp.api.AcdpMgmtApi
-
- createAccount(Account) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- createAccount(String) - Method in class com.emc.acdp.api.jersey.AcdpMgmtApiClient
-
- createAccountInvitation(String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- createAccountInvitation(String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- createApacheClient(AtmosConfig, boolean, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Static method in class com.emc.atmos.api.jersey.JerseyApacheUtil
-
- createClient(AcdpConfig) - Static method in class com.emc.acdp.api.jersey.JerseyUtil
-
- createClient(C) - Method in class com.emc.atmos.AbstractJerseyClient
-
- createClient(AtmosConfig) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- createClient(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Static method in class com.emc.atmos.api.jersey.JerseyUtil
-
- createClient(AbstractMgmtConfig) - Static method in class com.emc.atmos.mgmt.jersey.JerseyUtil
-
- createClient(SystemMgmtConfig) - Method in class com.emc.atmos.mgmt.jersey.SystemMgmtClient
-
- createClient(TenantMgmtConfig) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
-
- createDirectory(ObjectPath) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a directory in the subtenant namespace using the specified path.
- createDirectory(ObjectPath, Acl, Metadata...) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a directory in the subtenant namespace using the specified path, acl and metadata.
- createDirectory(ObjectPath) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createDirectory(ObjectPath, Acl, Metadata...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createDirectory(ObjectPath) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- createDirectory(ObjectPath, Acl, Metadata...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- createGullibleSslContext() - Static method in class com.emc.util.SslUtil
-
- createIdentity(Identity) - Method in interface com.emc.acdp.api.AcdpMgmtApi
-
- createIdentity(Identity) - Method in class com.emc.acdp.api.jersey.AcdpMgmtApiClient
-
- createObject(Object, String) - Method in class com.emc.atmos.api.AbstractAtmosApi
-
- createObject(ObjectIdentifier, Object, String) - Method in class com.emc.atmos.api.AbstractAtmosApi
-
- createObject(Object, String) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a new object in the cloud.
- createObject(ObjectIdentifier, Object, String) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a new object in the cloud with the specified identifier.
- createObject(CreateObjectRequest) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a new object in the cloud using all of the options provided in the request object.
- createObject(Object, String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createObject(ObjectIdentifier, Object, String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createObject(CreateObjectRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createObject(CreateObjectRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- CreateObjectRequest - Class in com.emc.atmos.api.request
-
Represents a create object request.
- CreateObjectRequest() - Constructor for class com.emc.atmos.api.request.CreateObjectRequest
-
- CreateObjectResponse - Class in com.emc.atmos.api.bean
-
- CreateObjectResponse() - Constructor for class com.emc.atmos.api.bean.CreateObjectResponse
-
- createSubscription(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- createSubscription(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- createSubtenant(CreateSubtenantRequest) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a new Atmos Subtenant in ECS.
- createSubtenant(CreateSubtenantRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createSubtenant(CreateSubtenantRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- CreateSubtenantRequest - Class in com.emc.atmos.api.request
-
Represents a request to create a new Atmos Subtenant in EMC ECS.
- CreateSubtenantRequest() - Constructor for class com.emc.atmos.api.request.CreateSubtenantRequest
-
- createVersion(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
-
Creates a new immutable version (snapshot) of the specified object from its current state.
- createVersion(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- createVersion(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- customObjectId(String) - Method in class com.emc.atmos.api.request.CreateObjectRequest
-
- General(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.General
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.CreateObjectRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ListObjectsRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ListRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ObjectRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.ReadObjectRequest
-
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.Request
-
Returns the HTTP headers to send in this request, to be generated from other request properties immediately
before sending.
- generateHeaders(boolean) - Method in class com.emc.atmos.api.request.UpdateObjectRequest
-
- GenericResponse<T> - Class in com.emc.atmos.api.bean
-
- GenericResponse() - Constructor for class com.emc.atmos.api.bean.GenericResponse
-
- GenericResponse(T) - Constructor for class com.emc.atmos.api.bean.GenericResponse
-
- getAccessNodeList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getAccessToken(URL) - Method in class com.emc.atmos.api.AbstractAtmosApi
-
- getAccessToken(URL) - Method in interface com.emc.atmos.api.AtmosApi
-
Retrieves details about the specified access token.
- getAccessToken(String) - Method in interface com.emc.atmos.api.AtmosApi
-
Retrieves details about the specified access token.
- getAccessToken(URL) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
Access tokens are unsupported for transformed content since there is no way for
the SDK to transform the content since communication goes directly to and from
Atmos.
- getAccessToken(String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
Access tokens are unsupported for transformed content since there is no way for
the SDK to transform the content since communication goes directly to and from
Atmos.
- getAccessToken(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- GetAccessTokenResponse - Class in com.emc.atmos.api.bean
-
- GetAccessTokenResponse() - Constructor for class com.emc.atmos.api.bean.GetAccessTokenResponse
-
- GetAccessTokenResponse(AccessToken) - Constructor for class com.emc.atmos.api.bean.GetAccessTokenResponse
-
- getAccount(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getAccount(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getAccountAssignee(String, String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getAccountAssignee(String, String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getAccountSubscriptions(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getAccountSubscriptions(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getAcdpCode() - Method in exception com.emc.acdp.AcdpException
-
- getAcl(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
-
Gets the ACL for the specified object.
- getAcl() - Method in class com.emc.atmos.api.bean.GetAccessTokenResponse
-
- getAcl() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- getAcl(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getAcl(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getAcl() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
Gets the ACL that will be assigned to objects created using this access token.
- getAcl() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Returns the ACL to assign to the object.
- getActualValue() - Method in exception com.emc.atmos.ChecksumError
-
- getAlgorithm() - Method in class com.emc.atmos.api.ChecksumValue
-
- getAlgorithm() - Method in class com.emc.atmos.api.ChecksumValueImpl
-
- getAlgorithm() - Method in class com.emc.atmos.api.RunningChecksum
-
- getAllowList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
-
- getAtmosVersion() - Method in class com.emc.atmos.api.bean.ServiceInformation
-
- getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.AdminUser
-
- getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.PoxAdminUser
-
- getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
-
- getAuthenticationSource() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getAvgLoad1() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getAvgLoad15() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getAvgLoad5() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getBaseUri() - Method in class com.emc.acdp.AcdpConfig
-
- getBucket() - Method in class com.emc.atmos.api.ObjectKey
-
- getBuffer() - Method in class com.emc.atmos.api.BufferSegment
-
- getBuffer(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
-
- getBufferSize() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getCapacity() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getCapacity() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- getContains() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- getContent() - Method in class com.emc.atmos.api.bean.GenericResponse
-
- getContent(ContentRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getContent() - Method in interface com.emc.atmos.api.request.ContentRequest
-
- getContent() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- getContent() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Returns the object content for this request.
- getContentLength() - Method in interface com.emc.atmos.api.request.ContentRequest
-
- getContentLength() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- getContentLength() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Returns the content-length (byte size) for this request.
- getContentLength() - Method in class com.emc.util.BasicResponse
-
- getContentLengthRange() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- getContentRange() - Method in class com.emc.atmos.api.multipart.MultipartPart
-
- getContentType() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- getContentType() - Method in class com.emc.atmos.api.multipart.MultipartPart
-
- getContentType() - Method in interface com.emc.atmos.api.request.ContentRequest
-
- getContentType() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- getContentType() - Method in class com.emc.atmos.api.request.PreSignedRequest
-
Gets the content-type to use for the request.
- getContentType() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Returns the content-type for this request.
- getContentType() - Method in class com.emc.util.BasicResponse
-
- getContext() - Method in class com.emc.atmos.AbstractConfig
-
Returns the base API context (i.e.
- getCustomObjectId() - Method in class com.emc.atmos.api.request.CreateObjectRequest
-
- getCustomSubtenantId() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
Gets the custom subtenant ID for this request.
- getData() - Method in class com.emc.atmos.api.multipart.MultipartPart
-
- getDate() - Method in class com.emc.util.BasicResponse
-
- getDefaultPolicySpec() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- getDelay() - Method in class com.emc.atmos.mgmt.bean.PoxRetention
-
- getDeletion() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- getDenyList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
-
- getDigestName() - Method in enum com.emc.atmos.api.ChecksumAlgorithm
-
- getEmail() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- getEndAt() - Method in class com.emc.atmos.api.bean.PolicyEvent
-
- getEndpoints() - Method in class com.emc.atmos.AbstractConfig
-
Returns the configured endpoints.
- getEndsWith() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- getEntries() - Method in class com.emc.atmos.api.bean.ListDirectoryResponse
-
- getEntries() - Method in class com.emc.atmos.api.bean.ListObjectsResponse
-
- getEq() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- getErrorCode() - Method in exception com.emc.atmos.AtmosException
-
- getETag() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Returns the ETag of the object.
- getETag() - Method in class com.emc.util.BasicResponse
-
Returns the ETag of the response.
- getExpectedValue() - Method in exception com.emc.atmos.ChecksumError
-
- getExpiration() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- getExpiration() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getExpiration() - Method in class com.emc.atmos.api.request.PreSignedRequest
-
Gets the date this request expires (is no longer valid).
- getExpiresAt() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getExportList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getExpression() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- getExpression() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- getExpression() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- getFactory() - Method in class com.emc.atmos.api.encryption.CompressionConfig
-
Returns the CompressionTransformFactory with the current compression
configuration.
- getFactory() - Method in class com.emc.atmos.api.encryption.EncryptionConfig
-
Returns the configured EncryptionTransformFactory.
- getFeatures() - Method in class com.emc.atmos.api.bean.ServiceInformation
-
Gets the features advertised by the service
- getFilename() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getFilename() - Method in class com.emc.atmos.api.ObjectPath
-
Convenience method to return the filename of this path (the last token delimited by a slash)
- getFilesystem() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- getFileType() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getFirst() - Method in class com.emc.atmos.api.Range
-
- getFirstHeader(String) - Method in class com.emc.util.BasicResponse
-
- getFormat() - Static method in class com.emc.atmos.api.bean.adapter.Iso8601Adapter
-
- getFormFieldList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- getFrom() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
-
- getGroupAcl() - Method in class com.emc.atmos.api.Acl
-
- getGroupAclHeader() - Method in class com.emc.atmos.api.Acl
-
- getHandle() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- getHandleId() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- getHandlerList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getHeaderName() - Method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
-
- getHeaders() - Method in class com.emc.atmos.api.request.PreSignedRequest
-
Gets the headers to use in the request.
- getHeaders() - Method in class com.emc.util.BasicResponse
-
- getHost() - Method in class com.emc.acdp.AcdpConfig
-
- getHttpCode() - Method in exception com.emc.acdp.AcdpException
-
- getHttpCode() - Method in exception com.emc.atmos.AtmosException
-
- getHttpMessage() - Method in class com.emc.util.BasicResponse
-
- getHttpStatus() - Method in class com.emc.util.BasicResponse
-
- getHttpURLConnection(URL) - Method in class com.emc.atmos.api.jersey.ProxyURLConnectionFactory
-
- getId() - Method in class com.emc.atmos.api.bean.AccessToken
-
- getId() - Method in class com.emc.atmos.api.bean.Replica
-
- getId() - Method in class com.emc.atmos.api.ObjectId
-
- getId() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- getId() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- getId() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- getId() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getIdentifier() - Method in class com.emc.atmos.api.request.ObjectRequest
-
Returns the identifier of the target object for this request
- getIdentity(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getIdentity(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getIdentityAccount(String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getIdentityAccount(String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getIpAddress() - Method in class com.emc.atmos.mgmt.bean.PoxExport
-
- getItime() - Method in class com.emc.atmos.api.bean.ObjectVersion
-
- getKey() - Method in class com.emc.atmos.api.ObjectKey
-
- getKeyCreateTime() - Method in class com.emc.atmos.mgmt.bean.SharedSecret
-
- getKeyExpireTime() - Method in class com.emc.atmos.mgmt.bean.SharedSecret
-
- getLast() - Method in class com.emc.atmos.api.Range
-
- getLastModified() - Method in class com.emc.util.BasicResponse
-
- getLimit() - Method in class com.emc.atmos.api.request.ListRequest
-
Gets the limit (page size) for this request.
- getLoadBalancingAlgorithm() - Method in class com.emc.atmos.AbstractConfig
-
Returns the load balancing algorithm implementation used to distribute requests between multiple endpoints.
- getLocalTime() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getLocation() - Method in class com.emc.atmos.api.bean.Replica
-
- getLocation() - Method in class com.emc.atmos.mgmt.bean.Node
-
- getLocation() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- getLocation() - Method in class com.emc.util.BasicResponse
-
- getLocations() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- getLoginPath() - Method in class com.emc.acdp.AcdpConfig
-
- getLoginPath() - Method in class com.emc.acdp.api.AcdpAdminConfig
-
- getLoginPath() - Method in class com.emc.acdp.api.AcdpMgmtConfig
-
- getMatches() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- getMaxDownloads() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- getMaxRetries() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the maximum number of retry attempts before bubbling the exception back to calling code.
- getMaxUploads() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- getMetadata() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- getMetadata() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
-
- getMetadata(boolean) - Method in class com.emc.atmos.api.bean.ReadObjectResponse
-
- getMetadataName() - Method in class com.emc.atmos.api.request.ListObjectsRequest
-
Gets the metadata name (tag) to query.
- getMethod() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.CreateObjectRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.ListAccessTokensRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.ListObjectsRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.ListVersionsRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.PreSignedRequest
-
Gets the HTTP method of the request.
- getMethod() - Method in class com.emc.atmos.api.request.ReadObjectRequest
-
- getMethod() - Method in class com.emc.atmos.api.request.Request
-
Returns the HTTP method this request will use.
- getMethod() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
-
- getMgmtIp() - Method in class com.emc.atmos.mgmt.bean.Node
-
- getMultiSubtenantAccess() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- getName() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- getName() - Method in class com.emc.atmos.api.bean.Metadata
-
- getName() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- getName() - Method in class com.emc.atmos.mgmt.bean.AdminUser
-
- getName() - Method in class com.emc.atmos.mgmt.bean.Node
-
- getName() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- getName() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- getName() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- getName() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- getName() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getName() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getNextEndpoint(URI[]) - Method in interface com.emc.atmos.LoadBalancingAlgorithm
-
- getNextEndpoint(URI[]) - Method in class com.emc.atmos.RoundRobinAlgorithm
-
- getNextEndpoint(URI[]) - Method in class com.emc.atmos.StickyThreadAlgorithm
-
- getNfsCifsNodeList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getNodes() - Method in class com.emc.atmos.mgmt.bean.ListRmgNodesResponse
-
- getNodesDown() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getNodesUp() - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- getNumReplicas() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getObject() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
-
- getObjectId() - Method in class com.emc.atmos.api.bean.AccessToken
-
- getObjectId() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
-
- getObjectId() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getObjectId() - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- getObjectId() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getObjectId() - Method in class com.emc.atmos.api.request.ListVersionsRequest
-
Gets the target object ID for which to list versions.
- getObjectInfo(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
-
Gets storage information for the specified object.
- getObjectInfo(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getObjectInfo(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getObjectMetadata(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
-
Gets an object's metadata, ACL and content-type all in one call.
- getObjectMetadata(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getObjectMetadata(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getObjectUsers() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- getObjectVirtualPoolId() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
Gets the virtual pool ID for this request.
- getOffset() - Method in class com.emc.atmos.api.BufferSegment
-
- getOffset() - Method in class com.emc.atmos.api.ChecksumValue
-
- getOffset() - Method in class com.emc.atmos.api.ChecksumValueImpl
-
- getOffset() - Method in class com.emc.atmos.api.RunningChecksum
-
- getOnEvent() - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- getOnEvent() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- getPassword() - Method in class com.emc.acdp.AcdpConfig
-
- getPassword() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- getPath() - Method in class com.emc.atmos.api.bean.AccessToken
-
- getPath() - Method in class com.emc.atmos.api.ObjectPath
-
- getPath() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
-
Gets the path of the directory to list.
- getPeriod() - Method in class com.emc.atmos.mgmt.bean.PoxRetention
-
- getPolicies() - Method in class com.emc.atmos.mgmt.bean.ListPoliciesResponse
-
- getPolicy() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
Gets the token policy for the new access token.
- getPolicyDistributionStatus() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getPolicyId() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- getPolicyList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getPolicySelectorList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getPort() - Method in class com.emc.acdp.AcdpConfig
-
- getPoxLoginParams() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- getPoxLoginParams() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
-
- getPoxLoginParams() - Method in class com.emc.atmos.mgmt.SystemMgmtConfig
-
- getPoxLoginParams() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
-
- getPoxLoginPath() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- getPoxLoginPath() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
-
- getPoxLoginPath() - Method in class com.emc.atmos.mgmt.SystemMgmtConfig
-
- getPoxLoginPath() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
-
- getProto() - Method in class com.emc.acdp.AcdpConfig
-
- getProxyPassword() - Method in class com.emc.atmos.api.AtmosConfig
-
Gets the password to use for the HTTP proxy
- getProxyUri() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the HTTP proxy used for communication to Atmos
- getProxyUser() - Method in class com.emc.atmos.api.AtmosConfig
-
Gets the username to use for the HTTP proxy
- getPublicIp() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- getPublicIp() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- getQuery() - Method in class com.emc.atmos.api.request.ListVersionsRequest
-
- getQuery() - Method in class com.emc.atmos.api.request.Request
-
Override if a request requires a query string (i.e.
- getRange() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
-
Returns the byte range for this update request.
- getRanges() - Method in class com.emc.atmos.api.request.ReadObjectRequest
-
Returns the list of byte ranges to read from the target object.
- getRead() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
-
- getRelativeResourcePath() - Method in class com.emc.atmos.api.ObjectId
-
- getRelativeResourcePath() - Method in interface com.emc.atmos.api.ObjectIdentifier
-
Returns the service-relative resource path for this identifier (i.e.
- getRelativeResourcePath() - Method in class com.emc.atmos.api.ObjectKey
-
- getRelativeResourcePath() - Method in class com.emc.atmos.api.ObjectPath
-
- getReplicaList() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- getReplicas() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
-
- getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.SystemMgmtConfig
-
- getRestAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
-
- getRetainedUntil() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getRetention() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getRetention() - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- getRetentionPeriod() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
-
Note: this feature is only available on ECS 2.2+
- getRetentionPeriod() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Note: this feature is only available on ECS 2.2+
- getRetentionPeriod() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Note: this feature is only available on ECS 2.2+
- getRetentionPolicy() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
-
Note: this feature is only available on ECS 2.2+
- getRetentionPolicy() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Note: this feature is only available on ECS 2.2+
- getRetentionPolicy() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Note: this feature is only available on ECS 2.2+
- getRetryBufferSize() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the buffer size used for non-repeatable object content (input streams) when retry is enabled.
- getRetryDelayMillis() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the delay in milliseconds to wait between retry attempts.
- getRmgs() - Method in class com.emc.atmos.mgmt.bean.ListRmgsResponse
-
- getSecretKey() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the secret key as a byte array.
- getSelection() - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- getServerChecksum() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Returns the last server-generated checksum for a single update to this object.
- getServerClockSkew() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the estimated clock skew between the local machine and the Atmos cloud (if set).
- getServerGeneratedChecksum() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
-
- getServerGeneratedChecksum() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
-
- getServerGeneratedChecksumAlgorithm() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Gets the algorithm the Atmos server should use to generate a checksum for the content in this request.
- getServiceInformation() - Method in interface com.emc.atmos.api.AtmosApi
-
- getServiceInformation() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getServiceInformation() - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.CreateObjectRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListAccessTokensRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListObjectsRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.ListVersionsRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.ReadObjectRequest
-
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.Request
-
Returns the service-relative path of this request (i.e.
- getServiceRelativePath() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
-
- getSessionCookie() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- getSessionToken() - Method in class com.emc.acdp.AcdpConfig
-
- getShareableUrl(ObjectIdentifier, Date) - Method in class com.emc.atmos.api.AbstractAtmosApi
-
- getShareableUrl(ObjectIdentifier, Date, String) - Method in class com.emc.atmos.api.AbstractAtmosApi
-
- getShareableUrl(ObjectIdentifier, Date) - Method in interface com.emc.atmos.api.AtmosApi
-
Constructs a pre-signed URL to an object, which anyone can then use to retrieve the object.
- getShareableUrl(ObjectIdentifier, Date, String) - Method in interface com.emc.atmos.api.AtmosApi
-
Constructs a shareable URL with a specific content-disposition.
- getShareableUrl(ObjectIdentifier, Date) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
Getting shareable URLs for transformed content is not supported since there is
no way to transform the stream since it's streamed directly from Atmos and does
not go through the SDK.
- getShareableUrl(ObjectIdentifier, Date, String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
Getting shareable URLs for transformed content is not supported since there is
no way to transform the stream since it's streamed directly from Atmos and does
not go through the SDK.
- getSharedSecret() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- getSharedSecret() - Method in class com.emc.atmos.mgmt.bean.SharedSecret
-
- getSharedSecret(String) - Method in class com.emc.atmos.mgmt.jersey.SubTenantMgmtClient
-
- getSharedSecret(String, String) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
-
- getSharedSecret(String) - Method in interface com.emc.atmos.mgmt.SubTenantMgmtApi
-
- getSharedSecret(String, String) - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
-
- getSize() - Method in class com.emc.atmos.api.BufferSegment
-
- getSize() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
-
- getSize(BufferSegment, Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
-
- getSize(MeasuredInputStream, Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
-
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
-
- getSize() - Method in class com.emc.atmos.api.Range
-
- getSource() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- getSpec() - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- getStartsWith() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- getStatus() - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- getStatus() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- getStatus() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- getStatus() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getStorageMechanism() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- getStorageType() - Method in class com.emc.atmos.api.bean.Replica
-
- getSubscriptionUsage(String, String, Date, Date, List<String>, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getSubscriptionUsage(String, String, Date, Date, List<String>, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getSubscriptionUsage(String, String, Date, Date, List<String>, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getSubscriptionUsage(String, String, Date, Date, List<String>, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getSubtenant(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getSubtenant(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getSubtenant() - Method in class com.emc.atmos.mgmt.bean.GetSubtenantResponse
-
- getSubtenant(String) - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
-
- getSubTenant() - Method in class com.emc.atmos.mgmt.SubTenantMgmtConfig
-
- getSubtenant(String) - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
-
- getSubtenantAdminList() - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- getSubtenantAdminNames() - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
-
- getSubtenantAdminNames() - Method in class com.emc.atmos.mgmt.bean.Subtenant
-
- getSubtenantList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- GetSubtenantResponse - Class in com.emc.atmos.mgmt.bean
-
- GetSubtenantResponse() - Constructor for class com.emc.atmos.mgmt.bean.GetSubtenantResponse
-
- getSubtenants() - Method in class com.emc.atmos.mgmt.bean.ListSubtenantsResponse
-
- getSystemMetadata(ObjectIdentifier, String...) - Method in interface com.emc.atmos.api.AtmosApi
-
Gets the system metadata associated with the specified object.
- getSystemMetadata() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getSystemMetadata() - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- getSystemMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getSystemMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getSystemMetadataMap() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getSystemMetadataMap() - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- getSystemMetadataNames() - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
Gets the list of system metadata names that will be returned for each object in the list.
- getTenant() - Method in class com.emc.atmos.mgmt.bean.GetTenantInfoResponse
-
- getTenant() - Method in class com.emc.atmos.mgmt.TenantMgmtConfig
-
- getTenantAdminList() - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- getTenantInfo() - Method in class com.emc.atmos.mgmt.jersey.TenantMgmtClient
-
- getTenantInfo() - Method in interface com.emc.atmos.mgmt.TenantMgmtApi
-
- GetTenantInfoResponse - Class in com.emc.atmos.mgmt.bean
-
- GetTenantInfoResponse() - Constructor for class com.emc.atmos.mgmt.bean.GetTenantInfoResponse
-
- getTo() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
-
- getToken() - Method in class com.emc.atmos.api.bean.GetAccessTokenResponse
-
- getToken() - Method in class com.emc.atmos.api.request.ListRequest
-
Gets the cursor token for this request, returned in the response to indicate there is another page of results
and in the request to get the next page of results.
- getTokenGroupUsage(String, String, String, Date, Date, List<String>, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getTokenGroupUsage(String, String, String, Date, Date, List<String>, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getTokenGroupUsage(String, String, String, Date, Date, List<String>, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getTokenGroupUsage(String, String, String, Date, Date, List<String>, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getTokenId() - Method in class com.emc.atmos.api.AtmosConfig
-
Returns the full Atmos token ID
- getTokenInformation(String, String, String, String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
-
- getTokenInformation(String, String, String, String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
-
- getTokens() - Method in class com.emc.atmos.api.bean.ListAccessTokensResponse
-
- getTokenUrl() - Method in class com.emc.atmos.api.bean.CreateAccessTokenResponse
-
- getType() - Method in class com.emc.atmos.api.bean.Replica
-
- getType() - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- getType() - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- getUid() - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- getUids() - Method in class com.emc.atmos.mgmt.bean.ListUidsResponse
-
- getUp() - Method in class com.emc.atmos.mgmt.bean.Node
-
- getUrl() - Method in class com.emc.atmos.api.request.PreSignedRequest
-
Gets the URL of the request.
- getUserAcl() - Method in class com.emc.atmos.api.Acl
-
- getUserAclHeader() - Method in class com.emc.atmos.api.Acl
-
- getUserMetadata(ObjectIdentifier, String...) - Method in interface com.emc.atmos.api.AtmosApi
-
Gets the user metadata associated with the specified object.
- getUserMetadata() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getUserMetadata() - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- getUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getUserMetadata() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Returns the user metadata to assign to the object.
- getUserMetadataMap() - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- getUserMetadataMap() - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- getUserMetadataNames(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
-
Lists the names of all metadata associated with the specified object.
- getUserMetadataNames(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- getUserMetadataNames(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- getUserMetadataNames() - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
Gets the list of user metadata names that will be returned for each object in the list.
- getUsername() - Method in class com.emc.acdp.AcdpConfig
-
- getUsername() - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- getValue() - Method in class com.emc.atmos.api.bean.Metadata
-
- getValue() - Method in class com.emc.atmos.api.ChecksumValue
-
- getValue() - Method in class com.emc.atmos.api.ChecksumValueImpl
-
- getValue() - Method in class com.emc.atmos.api.RunningChecksum
-
- getVersion() - Method in class com.emc.atmos.api.bean.ServiceInformation
-
- getVersionId() - Method in class com.emc.atmos.api.bean.ObjectVersion
-
- getVersionIds() - Method in class com.emc.atmos.api.bean.ListVersionsResponse
-
- getVersionNumber() - Method in class com.emc.atmos.api.bean.ObjectVersion
-
- getVersions() - Method in class com.emc.atmos.api.bean.ListVersionsResponse
-
- getWebservice() - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- getWsChecksum() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
-
- getWsChecksum() - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Returns the wschecksum if that feature was enabled for this object.
- getWsChecksum() - Method in class com.emc.atmos.api.bean.ReadObjectResponse
-
- getWsChecksum() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Returns the ws-checksum value to use in this request.
- GROUP_OTHER - Static variable in class com.emc.atmos.api.Acl
-
- gullibleManagers - Static variable in class com.emc.util.SslUtil
-
- gullibleVerifier - Static variable in class com.emc.util.SslUtil
-
- safeHeaderParse(String) - Static method in class com.emc.util.HttpUtil
-
- select(URI) - Method in class com.emc.atmos.api.jersey.ConfigProxySelector
-
Very simple implementation that returns NO_PROXY for localhost and the configured proxy for anything else (no
nonProxyHosts-like support).
- serverGeneratedChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
- ServiceInformation - Class in com.emc.atmos.api.bean
-
Contains information from the GetServiceInformation call
- ServiceInformation() - Constructor for class com.emc.atmos.api.bean.ServiceInformation
-
- ServiceInformation.Feature - Enum in com.emc.atmos.api.bean
-
- SESSION_COOKIE - Static variable in class com.emc.atmos.mgmt.jersey.AuthFilter
-
- setAccessNodeList(List<PoxAccessNode>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setAcl(ObjectIdentifier, Acl) - Method in interface com.emc.atmos.api.AtmosApi
-
Sets the ACL for the specified object.
- setAcl(Acl) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- setAcl(ObjectIdentifier, Acl) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- setAcl(ObjectIdentifier, Acl) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- setAcl(Acl) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
Sets the ACL that will be assigned to objects created using this access token.
- setAcl(Acl) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the ACL to assign to the object.
- setActualValue(String) - Method in exception com.emc.atmos.ChecksumError
-
- setAllowList(List<String>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
-
- setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.AdminUser
-
- setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.PoxAdminUser
-
- setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
-
- setAuthenticationSource(AuthenticationSource) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setAvgLoad1(float) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setAvgLoad15(float) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setAvgLoad5(float) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setBuffer(byte[]) - Method in class com.emc.atmos.api.BufferSegment
-
- setBufferSize(int) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- setCapacity(long) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setCapacity(int) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- setContains(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setContent(T) - Method in class com.emc.atmos.api.bean.GenericResponse
-
- setContent(Object) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the object content for this request.
- setContentLength(long) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the content-length (byte size) of the object content.
- setContentLength(long) - Method in class com.emc.util.BasicResponse
-
- setContentLengthRange(AccessTokenPolicy.ContentLengthRange) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- setContentType(String) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- setContentType(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the content-type for this request.
- setContentType(String) - Method in class com.emc.util.BasicResponse
-
- setContext(String) - Method in class com.emc.atmos.AbstractConfig
-
Sets the base API context (i.e.
- setCurrent(boolean) - Method in class com.emc.atmos.api.bean.Replica
-
- setCustomObjectId(String) - Method in class com.emc.atmos.api.request.CreateObjectRequest
-
- setCustomSubtenantId(String) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
Sets a custom subtenant ID for the new subtenant.
- setDate(Date) - Method in class com.emc.util.BasicResponse
-
- setDefaultPolicySpec(String) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- setDelay(String) - Method in class com.emc.atmos.mgmt.bean.PoxRetention
-
- setDeletion(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- setDenyList(List<String>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
-
- setDisableSslValidation(boolean) - Method in class com.emc.acdp.AcdpConfig
-
- setDisableSslValidation(boolean) - Method in class com.emc.atmos.AbstractConfig
-
Sets whether SSL validation should be disabled (allowing self-signed certificates to be used for https
requests).
- setEmail(String) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- setEnabled(boolean) - Method in class com.emc.atmos.api.bean.PolicyEvent
-
- setEnableExpect100Continue(boolean) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets whether the Expect: 100-continue header should be used for object write requests.
- setEnableRetry(boolean) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets whether 500 errors and IOExceptions should be automatically retried.
- setEncodeUtf8(boolean) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets whether to encode metadata and keys using HTTP UTF-8 escape sequences to allow extended character use.
- setEndAt(Date) - Method in class com.emc.atmos.api.bean.PolicyEvent
-
- setEndpoints(URI[]) - Method in class com.emc.atmos.AbstractConfig
-
Sets the configured endpoints.
- setEndsWith(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setEntries(List<DirectoryEntry>) - Method in class com.emc.atmos.api.bean.ListDirectoryResponse
-
- setEntries(List<ObjectEntry>) - Method in class com.emc.atmos.api.bean.ListObjectsResponse
-
- setEq(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setErrorCode(int) - Method in exception com.emc.atmos.AtmosException
-
- setETag(String) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- setETag(String) - Method in class com.emc.util.BasicResponse
-
- setExpectedValue(String) - Method in exception com.emc.atmos.ChecksumError
-
- setExpiration(Date) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- setExpiration(PolicyEvent) - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- setExportList(List<PoxExport>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setExpression(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- setExpression(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- setExpression(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- setFilename(String) - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- setFilesystem(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- setFileType(DirectoryEntry.FileType) - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- setFormFieldList(List<AccessTokenPolicy.FormField>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- setFrom(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
-
- setGroupAcl(Map<String, Permission>) - Method in class com.emc.atmos.api.Acl
-
- setHandle(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- setHandleId(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- setHandlerList(List<PoxHandler>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setHeaders(Map<String, List<String>>) - Method in class com.emc.util.BasicResponse
-
- setHost(String) - Method in class com.emc.acdp.AcdpConfig
-
- setHttpCode(int) - Method in exception com.emc.atmos.AtmosException
-
- setHttpMessage(String) - Method in class com.emc.util.BasicResponse
-
- setHttpStatus(int) - Method in class com.emc.util.BasicResponse
-
- setId(String) - Method in class com.emc.atmos.api.bean.AccessToken
-
- setId(int) - Method in class com.emc.atmos.api.bean.Replica
-
- setId(String) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- setId(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- setId(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- setId(String) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setIdentifier(ObjectIdentifier) - Method in class com.emc.atmos.api.request.ObjectRequest
-
Sets the identifier of the target object for this request.
- setIncludeMetadata(boolean) - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
Sets whether the resulting list should include metadata for each object.
- setIpAddress(String) - Method in class com.emc.atmos.mgmt.bean.PoxExport
-
- setItime(Date) - Method in class com.emc.atmos.api.bean.ObjectVersion
-
- setKeyCreateTime(String) - Method in class com.emc.atmos.mgmt.bean.SharedSecret
-
- setKeyExpireTime(String) - Method in class com.emc.atmos.mgmt.bean.SharedSecret
-
- setLastModified(Date) - Method in class com.emc.util.BasicResponse
-
- setLimit(int) - Method in class com.emc.atmos.api.request.ListRequest
-
Sets the limit (page size) for this request.
- setListable(boolean) - Method in class com.emc.atmos.api.bean.Metadata
-
- setLoadBalancingAlgorithm(LoadBalancingAlgorithm) - Method in class com.emc.atmos.AbstractConfig
-
Sets the load balancing algorithm implementation used to distribute requests between multiple endpoints.
- setLocalTime(String) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setLocation(String) - Method in class com.emc.atmos.api.bean.Replica
-
- setLocation(String) - Method in class com.emc.atmos.mgmt.bean.Node
-
- setLocation(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- setLocation(String) - Method in class com.emc.util.BasicResponse
-
- setLocations(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- setMatches(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setMaxDownloads(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- setMaxRetries(int) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the maximum number of retry attempts before bubbling the exception back to calling code.
- setMaxUploads(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- setMetadata(Map<String, Metadata>) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- setMetadataName(String) - Method in class com.emc.atmos.api.request.ListObjectsRequest
-
Sets the metadata name (tag) to query.
- setMgmtIp(String) - Method in class com.emc.atmos.mgmt.bean.Node
-
- setMultiSubtenantAccess(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- setName(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setName(String) - Method in class com.emc.atmos.api.bean.Metadata
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.AdminUser
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.Node
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setName(String) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setNfsCifsNodeList(List<PoxNfsCifsNode>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setNodes(List<Node>) - Method in class com.emc.atmos.mgmt.bean.ListRmgNodesResponse
-
- setNodesDown(int) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setNodesUp(int) - Method in class com.emc.atmos.mgmt.bean.Rmg
-
- setNumReplicas(int) - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- setObject(T) - Method in class com.emc.atmos.api.bean.ReadObjectResponse
-
- setObjectId(String) - Method in class com.emc.atmos.api.bean.AccessToken
-
- setObjectId(ObjectId) - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- setObjectId(ObjectId) - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- setObjectId(ObjectId) - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- setObjectId(ObjectId) - Method in class com.emc.atmos.api.request.ListVersionsRequest
-
Sets the target object ID for which to list versions.
- setObjectUsers(List<ObjectUser>) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- setObjectVirtualPoolId(String) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
-
Sets the ECS Object Virtual Pool ID for the new subtenant.
- setOffset(int) - Method in class com.emc.atmos.api.BufferSegment
-
- setOnEvent(String) - Method in class com.emc.atmos.mgmt.bean.PoxHandler
-
- setOnEvent(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- setOptional(boolean) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setPassword(String) - Method in class com.emc.acdp.AcdpConfig
-
- setPassword(String) - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- setPath(String) - Method in class com.emc.atmos.api.bean.AccessToken
-
- setPath(ObjectPath) - Method in class com.emc.atmos.api.request.ListDirectoryRequest
-
Sets the path of the directory to list.
- setPeriod(String) - Method in class com.emc.atmos.mgmt.bean.PoxRetention
-
- setPolicies(List<PoxPolicy>) - Method in class com.emc.atmos.mgmt.bean.ListPoliciesResponse
-
- setPolicy(AccessTokenPolicy) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
-
Sets the token policy for the new access token.
- setPolicyDistributionStatus(String) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setPolicyId(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- setPolicyList(List<PoxPolicy>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setPolicySelectorList(List<PoxPolicySelector>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setPort(int) - Method in class com.emc.acdp.AcdpConfig
-
- setProto(String) - Method in class com.emc.acdp.AcdpConfig
-
- setProxyPassword(String) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the password to use for the HTTP proxy
- setProxyUri(URI) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the HTTP proxy used for communication to Atmos
- setProxyUser(String) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the username to use for the HTTP proxy
- setPublicIp(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- setPublicIp(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- setRange(Range) - Method in class com.emc.atmos.api.request.UpdateObjectRequest
-
Sets the byte range for this update request (the range of bytes to update in the target object).
- setRanges(List<Range>) - Method in class com.emc.atmos.api.request.ReadObjectRequest
-
Sets the list of byte ranges to read from the target object.
- setReplicaList(List<PoxReplica>) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- setReplicas(List<Replica>) - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- setRetention(PolicyEvent) - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- setRetention(PoxRetention) - Method in class com.emc.atmos.mgmt.bean.PoxPolicy
-
- setRetentionPeriod(Long) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Note: this feature is only available on ECS 2.2+
- setRetentionPeriod(Long) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Note: this feature is only available on ECS 2.2+
- setRetentionPolicy(String) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
Note: this feature is only available on ECS 2.2+
- setRetentionPolicy(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Note: this feature is only available on ECS 2.2+
- setRetryBufferSize(int) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the buffer size used for non-repeatable object content (input streams) when retry is enabled.
- setRetryDelayMillis(int) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the delay in milliseconds to wait between retry attempts.
- setRmgs(List<Rmg>) - Method in class com.emc.atmos.mgmt.bean.ListRmgsResponse
-
- setSecCompliant(boolean) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- setSecretKey(byte[]) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the secret key as a byte array.
- setSecretKey(String) - Method in class com.emc.atmos.api.AtmosConfig
-
Set the secret key from a base64 encoded string (this is the format typically provided to users)
- setSelection(String) - Method in class com.emc.atmos.api.bean.ObjectInfo
-
- setServerChecksum(ChecksumValue) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- setServerClockSkew(long) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the estimated clock skew between the local machine and the Atmos cloud.
- setServerGeneratedChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the algorithm the Atmos server should use to generate a checksum for the content in this request.
- setSessionCookie(String) - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- setSessionToken(String) - Method in class com.emc.acdp.AcdpConfig
-
- setSharedSecret(String) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- setSharedSecret(String) - Method in class com.emc.atmos.mgmt.bean.SharedSecret
-
- setSize(int) - Method in class com.emc.atmos.api.BufferSegment
-
- setSource(AccessTokenPolicy.Source) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
-
- setSpec(String) - Method in class com.emc.atmos.mgmt.bean.PoxPolicySelector
-
- setStartsWith(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
-
- setStatus(Status) - Method in class com.emc.atmos.mgmt.bean.AbstractSubtenant
-
- setStatus(ObjectUserStatus) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- setStatus(String) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- setStatus(Status) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setStorageMechanism(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- setStorageType(String) - Method in class com.emc.atmos.api.bean.Replica
-
- setSubtenant(SubtenantDetails) - Method in class com.emc.atmos.mgmt.bean.GetSubtenantResponse
-
- setSubtenantAdminList(List<? extends AdminUser>) - Method in class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- setSubtenantAdminNames(List<String>) - Method in class com.emc.atmos.mgmt.bean.PoxSubtenant
-
- setSubtenantAdminNames(List<String>) - Method in class com.emc.atmos.mgmt.bean.Subtenant
-
- setSubtenantList(List<PoxSubtenant>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setSubtenants(List<Subtenant>) - Method in class com.emc.atmos.mgmt.bean.ListSubtenantsResponse
-
- setSystemMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- setSystemMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- setSystemMetadataNames(List<String>) - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
Sets the list of system metadata names that will be returned for each object in the list.
- setTenant(PoxTenant) - Method in class com.emc.atmos.mgmt.bean.GetTenantInfoResponse
-
- setTenantAdminList(List<PoxAdminUser>) - Method in class com.emc.atmos.mgmt.bean.PoxTenant
-
- setTo(int) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
-
- setToken(AccessToken) - Method in class com.emc.atmos.api.bean.GetAccessTokenResponse
-
- setToken(String) - Method in class com.emc.atmos.api.request.ListRequest
-
Sets the cursor token for this request, returned in the response to indicate there is another page of results
and in the request to get the next page of results.
- setTokenId(String) - Method in class com.emc.atmos.api.AtmosConfig
-
Sets the full Atmos token ID
- setTokens(List<AccessToken>) - Method in class com.emc.atmos.api.bean.ListAccessTokensResponse
-
- setTokenUrl(URL) - Method in class com.emc.atmos.api.bean.CreateAccessTokenResponse
-
- setType(String) - Method in class com.emc.atmos.api.bean.Replica
-
- setType(PoxNfsCifsNode.Type) - Method in class com.emc.atmos.mgmt.bean.PoxNfsCifsNode
-
- setType(String) - Method in class com.emc.atmos.mgmt.bean.PoxReplica
-
- setUid(String) - Method in class com.emc.atmos.mgmt.bean.ObjectUser
-
- setUids(List<String>) - Method in class com.emc.atmos.mgmt.bean.ListUidsResponse
-
- setUp(boolean) - Method in class com.emc.atmos.mgmt.bean.Node
-
- setUserAcl(Map<String, Permission>) - Method in class com.emc.atmos.api.Acl
-
- setUserMetadata(ObjectIdentifier, Metadata...) - Method in interface com.emc.atmos.api.AtmosApi
-
Adds or replaces user metadata associated with the specified object.
- setUserMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.DirectoryEntry
-
- setUserMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.ObjectEntry
-
- setUserMetadata(ObjectIdentifier, Metadata...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
-
- setUserMetadata(ObjectIdentifier, Metadata...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
-
- setUserMetadata(Collection<Metadata>) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the user metadata to assign to the object.
- setUserMetadataNames(List<String>) - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
Sets the list of user metadata names that will be returned for each object in the list.
- setUsername(String) - Method in class com.emc.acdp.AcdpConfig
-
- setUsername(String) - Method in class com.emc.atmos.mgmt.AbstractMgmtConfig
-
- setValue(String) - Method in class com.emc.atmos.api.bean.Metadata
-
- setVersion(ServiceInformation.Version) - Method in class com.emc.atmos.api.bean.ServiceInformation
-
- setVersionId(ObjectId) - Method in class com.emc.atmos.api.bean.ObjectVersion
-
- setVersionNumber(int) - Method in class com.emc.atmos.api.bean.ObjectVersion
-
- setVersions(List<ObjectVersion>) - Method in class com.emc.atmos.api.bean.ListVersionsResponse
-
- setWebservice(String) - Method in class com.emc.atmos.mgmt.bean.PoxAccessNode
-
- setWsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.bean.ObjectMetadata
-
- setWsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Sets the ws-checksum value to use for this request.
- SharedSecret - Class in com.emc.atmos.mgmt.bean
-
- SharedSecret() - Constructor for class com.emc.atmos.mgmt.bean.SharedSecret
-
- sign(String, byte[]) - Static method in class com.emc.atmos.api.RestUtil
-
- signRequest(String, String, String, Map<String, List<Object>>, String, byte[], long) - Static method in class com.emc.atmos.api.RestUtil
-
Generates the HMAC-SHA1 signature used to authenticate the request using
the Java security APIs, then adds the uid and signature to the headers.
- skip(long) - Method in class com.emc.atmos.api.ChecksummedInputStream
-
- skip(long) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
-
- Source() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.Source
-
- SslUtil - Class in com.emc.util
-
- SslUtil() - Constructor for class com.emc.util.SslUtil
-
- Status - Enum in com.emc.atmos.mgmt.bean
-
- StickyThreadAlgorithm - Class in com.emc.atmos
-
This implementation will tie a specific endpoint to each thread to avoid MDS sync issues.
- StickyThreadAlgorithm() - Constructor for class com.emc.atmos.StickyThreadAlgorithm
-
- StreamUtil - Class in com.emc.util
-
- Subtenant - Class in com.emc.atmos.mgmt.bean
-
- Subtenant() - Constructor for class com.emc.atmos.mgmt.bean.Subtenant
-
- SubtenantDetails - Class in com.emc.atmos.mgmt.bean
-
- SubtenantDetails() - Constructor for class com.emc.atmos.mgmt.bean.SubtenantDetails
-
- SubTenantMgmtApi - Interface in com.emc.atmos.mgmt
-
- SubTenantMgmtClient - Class in com.emc.atmos.mgmt.jersey
-
- SubTenantMgmtClient(SubTenantMgmtConfig) - Constructor for class com.emc.atmos.mgmt.jersey.SubTenantMgmtClient
-
- SubTenantMgmtConfig - Class in com.emc.atmos.mgmt
-
- SubTenantMgmtConfig(String, String, String, String, URI...) - Constructor for class com.emc.atmos.mgmt.SubTenantMgmtConfig
-
- supports100Continue() - Method in class com.emc.atmos.api.request.PutObjectRequest
-
Non-directory object writes support the Expect: 100-continue feature.
- supports100Continue() - Method in class com.emc.atmos.api.request.Request
-
Override and return true if this request supports the Expect: 100-continue header.
- systemMetadataNames - Variable in class com.emc.atmos.api.request.ListMetadataRequest
-
- systemMetadataNames(String...) - Method in class com.emc.atmos.api.request.ListMetadataRequest
-
- SystemMgmtApi - Interface in com.emc.atmos.mgmt
-
- SystemMgmtClient - Class in com.emc.atmos.mgmt.jersey
-
- SystemMgmtClient(SystemMgmtConfig) - Constructor for class com.emc.atmos.mgmt.jersey.SystemMgmtClient
-
- SystemMgmtConfig - Class in com.emc.atmos.mgmt
-
- SystemMgmtConfig(String, String, URI...) - Constructor for class com.emc.atmos.mgmt.SystemMgmtConfig
-
- valueOf(String) - Static method in enum com.emc.atmos.api.bean.DirectoryEntry.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.api.bean.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.api.ChecksumAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.AuthenticationSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.ObjectUserStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.PoxNfsCifsNode.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.emc.atmos.mgmt.bean.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.emc.atmos.api.bean.DirectoryEntry.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.api.bean.Permission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.api.ChecksumAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.mgmt.bean.AuthenticationSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.mgmt.bean.ObjectUserStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.mgmt.bean.PoxNfsCifsNode.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.emc.atmos.mgmt.bean.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.