A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractAtmosApi - Class in com.emc.atmos.api
 
AbstractAtmosApi(AtmosConfig) - Constructor for class com.emc.atmos.api.AbstractAtmosApi
 
AbstractConfig - Class in com.emc.atmos
Holds configuration parameters common between Atmos data and mgmt APIs.
AbstractConfig(String, URI...) - Constructor for class com.emc.atmos.AbstractConfig
 
AbstractEsuRestApi - Class in com.emc.esu.api.rest
Encapsulates common REST API functionality that is independant of the transport layer, e.g.
AbstractEsuRestApi(String, int, String, String) - Constructor for class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new AbstractEsuRestApi
ACCEPT_HEADER - Static variable in class com.emc.esu.sysmgmt.pox.PoxRequest
 
AccessToken - Class in com.emc.atmos.api.bean
 
AccessToken() - Constructor for class com.emc.atmos.api.bean.AccessToken
 
AccessTokenPolicy - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy
 
AccessTokenPolicy.ContentLengthRange - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy.ContentLengthRange() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
AccessTokenPolicy.FormField - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy.FormField() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
AccessTokenPolicy.Source - Class in com.emc.atmos.api.bean
 
AccessTokenPolicy.Source() - Constructor for class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
AcdpAdminApi - Interface in com.emc.acdp.api
Interface for Atmos Cloud Delivery Platform API
AcdpAdminApiClient - Class in com.emc.acdp.api.jersey
 
AcdpAdminApiClient(AcdpAdminConfig) - Constructor for class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
AcdpAdminApiClient(AcdpAdminConfig, Client) - Constructor for class com.emc.acdp.api.jersey.AcdpAdminApiClient
Note that this constructor cannot disable SSL validation, so that configuration option is ignored here.
AcdpAdminConfig - Class in com.emc.acdp.api
 
AcdpAdminConfig() - Constructor for class com.emc.acdp.api.AcdpAdminConfig
 
AcdpAdminConfig(String, String, int, String, String) - Constructor for class com.emc.acdp.api.AcdpAdminConfig
 
AcdpConfig - Class in com.emc.acdp
 
AcdpConfig() - Constructor for class com.emc.acdp.AcdpConfig
 
AcdpConfig(String, String, int, String, String) - Constructor for class com.emc.acdp.AcdpConfig
 
AcdpException - Exception in com.emc.acdp
 
AcdpException(String) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, int) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, int, String) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, Throwable) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, Throwable, int) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpException(String, Throwable, int, String) - Constructor for exception com.emc.acdp.AcdpException
 
AcdpMgmtApi - Interface in com.emc.acdp.api
 
AcdpMgmtApiClient - Class in com.emc.acdp.api.jersey
 
AcdpMgmtApiClient(AcdpMgmtConfig) - Constructor for class com.emc.acdp.api.jersey.AcdpMgmtApiClient
 
AcdpMgmtApiClient(AcdpMgmtConfig, Client) - Constructor for class com.emc.acdp.api.jersey.AcdpMgmtApiClient
Note that this constructor cannot disable SSL validation, so that configuration option is ignored here.
AcdpMgmtConfig - Class in com.emc.acdp.api
 
AcdpMgmtConfig() - Constructor for class com.emc.acdp.api.AcdpMgmtConfig
 
AcdpMgmtConfig(String, String, int, String, String) - Constructor for class com.emc.acdp.api.AcdpMgmtConfig
 
Acl - Class in com.emc.atmos.api
 
Acl() - Constructor for class com.emc.atmos.api.Acl
 
Acl(Map<String, Permission>, Map<String, Permission>) - Constructor for class com.emc.atmos.api.Acl
 
acl - Variable in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
acl(Acl) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
acl - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
acl(Acl) - Method in class com.emc.atmos.api.request.PutObjectRequest
Acl - Class in com.emc.esu.api
An Access Control List (ACL) is a collection of Grants that assign privileges to users and/or groups.
Acl() - Constructor for class com.emc.esu.api.Acl
Creates a new access control list
add(Extent) - Method in class com.emc.esu.api.MultiExtent
 
add(int, Extent) - Method in class com.emc.esu.api.MultiExtent
 
addAccountAssignee(String, String, String, String, String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
addAccountAssignee(String, String, String, String, String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
addAll(Collection<? extends Extent>) - Method in class com.emc.esu.api.MultiExtent
 
addAll(int, Collection<? extends Extent>) - Method in class com.emc.esu.api.MultiExtent
 
addClientFilter(ClientFilter) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
Adds a ClientFilter to the Jersey client used to make REST requests.
addFeature(ServiceInformation.Feature) - Method in class com.emc.atmos.api.bean.ServiceInformation
Adds a feature to the list of supported features.
addFeature(String) - Method in class com.emc.esu.api.ServiceInformation
Adds a feature to the list of supported features.
addFeatureFromHeaderName(String) - Method in class com.emc.atmos.api.bean.ServiceInformation
 
addGrant(Grant) - Method in class com.emc.esu.api.Acl
Adds a grant to the access control list
addGroupGrant(String, Permission) - Method in class com.emc.atmos.api.Acl
 
addHeaders(WebResource.Builder, Map<String, List<Object>>) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
addListener(ProgressListener) - Method in class com.emc.esu.api.rest.DownloadHelper
Sets a listener to provide feedback on the transfer's progress.
addListener(ProgressListener) - Method in class com.emc.esu.api.rest.UploadHelper
Adds the given progress listener to the listener list.
addMetadata(Metadata) - Method in class com.emc.esu.api.MetadataList
Adds a metadata item to the list
addTag(MetadataTag) - Method in class com.emc.esu.api.MetadataTags
Adds a tag to the set of tags
addUserGrant(String, Permission) - Method in class com.emc.atmos.api.Acl
 
addValue(Map<String, List<Object>>, String, Object) - Static method in class com.emc.atmos.api.RestUtil
Initializes new keys with an empty ArrayList.
adminAccountEvent(String, LifecycleEventType) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
adminAccountEvent(String, LifecycleEventType) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
aggregateBytes() - Method in class com.emc.atmos.api.multipart.MultipartEntity
Convenience method that aggregates the bytes of all parts into one contiguous byte array.
ALL_CONTENT - Static variable in class com.emc.esu.api.Extent
A static instance representing an entire object's content.
api - Variable in class com.emc.esu.sysmgmt.SysMgmtRequest
 
AtmosApi - Interface in com.emc.atmos.api
This interface defines the basic operations available through the Atmos REST web service.
AtmosApiBasicClient - Class in com.emc.atmos.api.jersey
Extension of AtmosApiClient that does *not* use the commons-http client and instead uses the default Jersey client (URLConnection).
AtmosApiBasicClient(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.AtmosApiBasicClient
 
AtmosApiBasicClient(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Constructor for class com.emc.atmos.api.jersey.AtmosApiBasicClient
 
AtmosApiClient - Class in com.emc.atmos.api.jersey
Reference implementation of AtmosApi.
AtmosApiClient(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.AtmosApiClient
 
AtmosApiClient(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Constructor for class com.emc.atmos.api.jersey.AtmosApiClient
 
AtmosApiClient(AtmosConfig, Client, Client) - Constructor for class com.emc.atmos.api.jersey.AtmosApiClient
 
AtmosConfig - Class in com.emc.atmos.api
Holds configuration parameters for an AtmosApi instance.
AtmosConfig() - Constructor for class com.emc.atmos.api.AtmosConfig
Creates a new instance with default parameters.
AtmosConfig(String, String, URI...) - Constructor for class com.emc.atmos.api.AtmosConfig
Creates a new instance with default parameters and the specified tokenId, secretKey and endpoint(s).
AtmosDownload - Class in com.emc.esu.api.rest
 
AtmosDownload() - Constructor for class com.emc.esu.api.rest.AtmosDownload
 
AtmosEncryptionClient - Class in com.emc.atmos.api.encryption
Implements client-side "Envelope Encryption" on top of the Atmos API.
AtmosEncryptionClient(AtmosApi, EncryptionConfig, CompressionConfig) - Constructor for class com.emc.atmos.api.encryption.AtmosEncryptionClient
Creates a new AtmosEncryptionClient.
AtmosEncryptionClient(AtmosApi, Collection<TransformFactory<OutputTransform, InputTransform>>) - Constructor for class com.emc.atmos.api.encryption.AtmosEncryptionClient
Creates a new AtmosEncryptionClient.
AtmosException - Exception in com.emc.atmos
 
AtmosException() - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, Throwable) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(Throwable) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, int) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, int, int) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosException(String, int, int, Throwable) - Constructor for exception com.emc.atmos.AtmosException
 
AtmosMgmtConfig - Class in com.emc.atmos.mgmt
 
AtmosMgmtConfig() - Constructor for class com.emc.atmos.mgmt.AtmosMgmtConfig
 
AtmosMgmtConfig(String, String, URI...) - Constructor for class com.emc.atmos.mgmt.AtmosMgmtConfig
 
AtmosUpload - Class in com.emc.esu.api.rest
 
AtmosUpload() - Constructor for class com.emc.esu.api.rest.AtmosUpload
 
AuthFilter - Class in com.emc.acdp.api.jersey
 
AuthFilter(AcdpConfig) - Constructor for class com.emc.acdp.api.jersey.AuthFilter
 
AuthFilter - Class in com.emc.atmos.api.jersey
 
AuthFilter(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.AuthFilter
 
AuthFilter - Class in com.emc.atmos.mgmt.api.jersey
 
AuthFilter(AtmosMgmtConfig) - Constructor for class com.emc.atmos.mgmt.api.jersey.AuthFilter
 
available() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
available() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
available() - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 

B

BasicResponse - Class in com.emc.atmos.api.bean
 
BasicResponse() - Constructor for class com.emc.atmos.api.bean.BasicResponse
 
BROWSER_COMPAT - Static variable in class com.emc.esu.api.ServiceInformation
 
BufferSegment - Class in com.emc.atmos.api
A buffer segment is used to select a range of bytes from within an existing byte array.
BufferSegment(byte[], int, int) - Constructor for class com.emc.atmos.api.BufferSegment
Creates a new BufferSegment.
BufferSegment(byte[]) - Constructor for class com.emc.atmos.api.BufferSegment
Creates a BufferSegment that specifies the whole byte array (offset=0 and size=buffer.length).
BufferSegment - Class in com.emc.esu.api
A buffer segment is used to select a range of bytes from within an existing byte array.
BufferSegment(byte[], int, int) - Constructor for class com.emc.esu.api.BufferSegment
Creates a new BufferSegment.
BufferSegment(byte[]) - Constructor for class com.emc.esu.api.BufferSegment
Creates a BufferSegment that specifies the whole byte array (offset=0 and size=buffer.length).
BufferSegmentWriter - Class in com.emc.atmos.api.jersey.provider
 
BufferSegmentWriter() - Constructor for class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
build(Request) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
buildUrl(String, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Builds a new URL to the given resource
buildUrl(String, String) - Method in class com.emc.esu.api.rest.LBEsuRestApi
 
buildUrl(String, String) - Method in class com.emc.esu.api.rest.LBEsuRestApiApache
 

C

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
 
calculateServerOffset() - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
calculateServerOffset() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Makes a request to the server to get the value of the response Date header.
calculateServerOffset() - Method in class com.emc.esu.api.rest.EsuRestApi
 
calculateServerOffset() - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
call() - Method in class com.emc.esu.sysmgmt.ListHostsRequest
 
call() - Method in class com.emc.esu.sysmgmt.ListRmgRequest
 
call() - Method in class com.emc.esu.sysmgmt.pox.GetUidRequest
 
call() - Method in class com.emc.esu.sysmgmt.pox.ListRmgRequestPox
 
call() - Method in class com.emc.esu.sysmgmt.pox.ResetUidSecretRequest
 
callCount - Variable in class com.emc.atmos.StickyThreadAlgorithm
 
Checksum - Class in com.emc.esu.api
The checksum class is used to store and compute partial checksums when uploading files.
Checksum(Checksum.Algorithm) - Constructor for class com.emc.esu.api.Checksum
 
Checksum.Algorithm - Enum in com.emc.esu.api
The hash algorithm to use.
ChecksumAlgorithm - Enum in com.emc.atmos.api
 
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.
clear() - Method in class com.emc.esu.api.Acl
Clears all the grants in the ACL.
clear() - Method in class com.emc.esu.api.MultiExtent
 
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.jersey.MeasuredInputStream
 
close() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
close() - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
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.api - package com.emc.atmos.mgmt.api
 
com.emc.atmos.mgmt.api.jersey - package com.emc.atmos.mgmt.api.jersey
 
com.emc.esu.api - package com.emc.esu.api
 
com.emc.esu.api.rest - package com.emc.esu.api.rest
 
com.emc.esu.sysmgmt - package com.emc.esu.sysmgmt
 
com.emc.esu.sysmgmt.pox - package com.emc.esu.sysmgmt.pox
 
com.emc.util - package com.emc.util
 
CommonsInputStreamWrapper - Class in com.emc.esu.api.rest
 
CommonsInputStreamWrapper(HttpResponse) - Constructor for class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
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.api.AbstractAtmosApi
 
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, AtmosMgmtConfig) - Static method in class com.emc.atmos.mgmt.api.jersey.JerseyUtil
Note that this method cannot disable SSL validation, so that configuration option is ignored here.
configureRequest(HttpURLConnection, String, Map<String, String>) - Method in class com.emc.esu.api.rest.EsuRestApi
 
connectFailed(URI, SocketAddress, IOException) - Method in class com.emc.atmos.api.jersey.ConfigProxySelector
 
contains(Grant) - Method in class com.emc.esu.api.Acl
Returns true if this ACL contains the specified Grant.
contains(String) - Method in class com.emc.esu.api.MetadataTags
Returns true if this set contains a tag with the given name.
contains(MetadataTag) - Method in class com.emc.esu.api.MetadataTags
Return true if this set contains the given tag object.
contains(Object) - Method in class com.emc.esu.api.MultiExtent
 
containsAll(Collection<?>) - Method in class com.emc.esu.api.MultiExtent
 
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.bean.BasicResponse
 
contentLength - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
contentLength(long) - Method in class com.emc.atmos.api.request.PutObjectRequest
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.bean.BasicResponse
 
contentType - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
contentType(String) - Method in class com.emc.atmos.api.request.PutObjectRequest
context - Variable in class com.emc.atmos.AbstractConfig
 
context - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
COOKIE_HEADER - Static variable in class com.emc.esu.sysmgmt.pox.PoxRequest
 
copy(InputStream, OutputStream, long) - Static method in class com.emc.util.StreamUtil
 
count() - Method in class com.emc.esu.api.Acl
 
count() - Method in class com.emc.esu.api.MetadataList
Returns the number of items in the metadata list.
count() - Method in class com.emc.esu.api.MetadataTags
Returns the number of tags in this set
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(AtmosConfig, List<Class<MessageBodyReader<?>>>, List<Class<MessageBodyWriter<?>>>) - Static method in class com.emc.atmos.api.jersey.JerseyUtil
 
createClient(AtmosMgmtConfig) - Static method in class com.emc.atmos.mgmt.api.jersey.JerseyUtil
 
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
 
createObject(Acl, MetadataList, byte[], String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObject(Acl, MetadataList, byte[], String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObject(Acl, MetadataList, byte[], String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new object in the cloud.
createObject(Acl, MetadataList, byte[], String, Checksum) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new object in the cloud.
createObject(File, Acl, MetadataList) - Method in class com.emc.esu.api.rest.UploadHelper
Creates a new object on the server with the contents of the given file, acl and metadata.
createObject(InputStream, Acl, MetadataList, boolean) - Method in class com.emc.esu.api.rest.UploadHelper
Creates a new object on the server with the contents of the given stream, acl and metadata.
createObjectFromSegment(Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
createObjectFromSegment(Acl, MetadataList, BufferSegment, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud using a BufferSegment.
createObjectFromSegment(Acl, MetadataList, BufferSegment, String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud using a BufferSegment.
createObjectFromSegment(Acl, MetadataList, BufferSegment, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new object in the cloud using a BufferSegment.
createObjectFromSegment(Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
Creates a new object in the cloud using a BufferSegment.
createObjectFromSegment(Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Creates a new object in the cloud using a BufferSegment.
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud using a BufferSegment on the given path.
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud using a BufferSegment on the given path.
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new object in the cloud using a BufferSegment on the given path.
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
Creates a new object in the cloud using a BufferSegment on the given path.
createObjectFromSegmentOnPath(ObjectPath, Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Creates a new object in the cloud using a BufferSegment on the given path.
createObjectFromStream(Acl, MetadataList, InputStream, long, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
createObjectFromStream(Acl, MetadataList, InputStream, long, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObjectFromStream(Acl, MetadataList, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApi
Creates a new object in the cloud.
createObjectFromStream(Acl, MetadataList, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Creates a new object in the cloud.
createObjectFromStreamOnPath(ObjectPath, Acl, MetadataList, InputStream, long, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
createObjectFromStreamOnPath(ObjectPath, Acl, MetadataList, InputStream, long, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObjectFromStreamOnPath(ObjectPath, Acl, MetadataList, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApi
Creates a new object in the cloud.
createObjectFromStreamOnPath(ObjectPath, Acl, MetadataList, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Creates a new object in the cloud.
createObjectOnPath(ObjectPath, Acl, MetadataList, byte[], String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud on the specified path.
createObjectOnPath(ObjectPath, Acl, MetadataList, byte[], String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud on the specified path.
createObjectOnPath(ObjectPath, Acl, MetadataList, byte[], String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new object in the cloud on the specified path.
createObjectOnPath(ObjectPath, Acl, MetadataList, byte[], String, Checksum) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Creates a new object in the cloud on the specified path.
createObjectOnPath(ObjectPath, File, Acl, MetadataList) - Method in class com.emc.esu.api.rest.UploadHelper
Creates an object on the server on the given path, file, acl, and metadata.
createObjectOnPath(ObjectPath, InputStream, Acl, MetadataList, boolean) - Method in class com.emc.esu.api.rest.UploadHelper
Creates a new object on the server with the contents of the given stream, acl and metadata located at the given path.
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
 
createObjectWithKey(String, String, Acl, MetadataList, byte[], long, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObjectWithKey(String, String, Acl, MetadataList, byte[], long, String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObjectWithKey(String, String, Acl, MetadataList, byte[], long, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
createObjectWithKey(String, String, Acl, MetadataList, byte[], long, String, Checksum) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
createObjectWithKeyFromSegment(String, String, Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
createObjectWithKeyFromSegment(String, String, Acl, MetadataList, BufferSegment, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud using a BufferSegment.
createObjectWithKeyFromSegment(String, String, Acl, MetadataList, BufferSegment, String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud using a BufferSegment.
createObjectWithKeyFromSegment(String, String, Acl, MetadataList, BufferSegment, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
createObjectWithKeyFromSegment(String, String, Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
 
createObjectWithKeyFromSegment(String, String, Acl, MetadataList, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
createObjectWithKeyFromStream(String, String, Acl, MetadataList, InputStream, long, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
createObjectWithKeyFromStream(String, String, Acl, MetadataList, InputStream, long, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new object in the cloud.
createObjectWithKeyFromStream(String, String, Acl, MetadataList, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApi
 
createObjectWithKeyFromStream(String, String, Acl, MetadataList, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
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 EMC ViPR.
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 ViPR.
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
 

D

date - Variable in class com.emc.atmos.api.bean.BasicResponse
 
decodeUtf8(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
decodeUtf8(String) - Static method in class com.emc.util.HttpUtil
 
DEFAULT_BUFFSIZE - Static variable in class com.emc.esu.api.rest.UploadHelper
 
DEFAULT_CONTENT_TYPE - Static variable in class com.emc.atmos.api.AbstractAtmosApi
 
DEFAULT_CONTEXT - Static variable in class com.emc.atmos.api.AtmosConfig
 
delete(ObjectIdentifier) - Method in interface com.emc.atmos.api.AtmosApi
Deletes an object from the cloud
delete(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
delete(ObjectIdentifier) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteAccessToken(URL) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
deleteAccessToken(URL) - Method in interface com.emc.atmos.api.AtmosApi
Deletes the specified access token.
deleteAccessToken(String) - Method in interface com.emc.atmos.api.AtmosApi
Deletes the specified access token.
deleteAccessToken(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.
deleteAccessToken(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.
deleteAccessToken(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteAccount(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
deleteAccount(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
deleteIdentity(String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
deleteIdentity(String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
deleteObject(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
deleteObject(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Deletes an object from the cloud.
deleteObject(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
Deletes an object from the cloud.
deleteObject(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Deletes an object from the cloud.
deleteObjectWithKey(String, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
deleteObjectWithKey(String, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Deletes an object from the cloud.
deleteObjectWithKey(String, String) - Method in class com.emc.esu.api.rest.EsuRestApi
 
deleteObjectWithKey(String, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
deleteSubscription(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
deleteSubscription(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
deleteUserMetadata(ObjectIdentifier, String...) - Method in interface com.emc.atmos.api.AtmosApi
Deletes metadata associated with the specified object.
deleteUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
deleteUserMetadata(ObjectIdentifier, String...) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteUserMetadata(Identifier, MetadataTags) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
deleteUserMetadata(Identifier, MetadataTags) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Deletes metadata items from an object.
deleteUserMetadata(Identifier, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApi
Deletes metadata items from an object.
deleteUserMetadata(Identifier, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Deletes metadata items from an object.
deleteVersion(ObjectId) - Method in interface com.emc.atmos.api.AtmosApi
Deletes the specified object version.
deleteVersion(ObjectId) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
deleteVersion(ObjectId) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
deleteVersion(ObjectId) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
deleteVersion(ObjectId) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Deletes a version of an object from the cloud.
deleteVersion(ObjectId) - Method in class com.emc.esu.api.rest.EsuRestApi
Deletes a version of an object from the cloud.
deleteVersion(ObjectId) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Deletes a version of an object from the cloud.
DirectoryEntry - Class in com.emc.atmos.api.bean
 
DirectoryEntry() - Constructor for class com.emc.atmos.api.bean.DirectoryEntry
 
DirectoryEntry - Class in com.emc.esu.api
Directory entries are returned when you list the contents of a directory.
DirectoryEntry() - Constructor for class com.emc.esu.api.DirectoryEntry
 
DirectoryEntry.FileType - Enum in com.emc.atmos.api.bean
 
disableCertificateValidation() - Static method in class com.emc.esu.sysmgmt.SysMgmtApi
Many Atmos systems have self-signed certificates for their system admin consoles.
disableSslValidation - Variable in class com.emc.atmos.AbstractConfig
 
DownloadHelper - Class in com.emc.esu.api.rest
Helper class to download objects.
DownloadHelper(EsuApi, byte[]) - Constructor for class com.emc.esu.api.rest.DownloadHelper
Creates a new download helper.

E

editAccountAssignee(String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
editAccountAssignee(String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
encodeUtf8(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
encodeUtf8(String) - Static method in class com.emc.util.HttpUtil
 
EncryptionConfig - Class in com.emc.atmos.api.encryption
Creates an encryption configuration for use with the AtmosEncryptionClient.
EncryptionConfig(KeyStore, char[], String, Provider, int) - Constructor for class com.emc.atmos.api.encryption.EncryptionConfig
Creates a new EncryptionConfig object that will retrieve keys from a Keystore object.
EncryptionConfig(KeyPair, Set<KeyPair>, Provider, int) - Constructor for class com.emc.atmos.api.encryption.EncryptionConfig
Creates a new EncryptionConfig object that uses bare KeyPair objects.
endpoints - Variable in class com.emc.atmos.AbstractConfig
 
equals(Object) - Method in class com.emc.atmos.api.Acl
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
equals(Object) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
equals(Object) - Method in class com.emc.atmos.api.bean.Metadata
 
equals(Object) - Method in class com.emc.atmos.api.bean.ObjectEntry
 
equals(Object) - Method in class com.emc.atmos.api.bean.ObjectVersion
 
equals(Object) - Method in class com.emc.atmos.api.ChecksumValue
 
equals(Object) - Method in class com.emc.atmos.api.ObjectId
 
equals(Object) - Method in class com.emc.atmos.api.ObjectKey
 
equals(Object) - Method in class com.emc.atmos.api.ObjectPath
 
equals(Object) - Method in class com.emc.atmos.api.Range
 
equals(Object) - Method in class com.emc.esu.api.Acl
Returns true if the ACLs are equal.
equals(Object) - Method in class com.emc.esu.api.Extent
Compares two extents.
equals(Object) - Method in class com.emc.esu.api.Grant
Checks to see if grants are equal.
equals(Object) - Method in class com.emc.esu.api.Grantee
Checks to see if a Grantee is equal to another.
equals(Object) - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
equals(Object) - Method in class com.emc.esu.api.ObjectId
Returns true if the object IDs are equal.
equals(Object) - Method in class com.emc.esu.api.ObjectPath
Returns true if the object IDs are equal.
equals(Object) - Method in class com.emc.esu.api.ObjectResult
Equality test.
equals(Object) - Method in class com.emc.esu.api.Version
 
ErrorFilter - Class in com.emc.acdp.api.jersey
 
ErrorFilter() - Constructor for class com.emc.acdp.api.jersey.ErrorFilter
 
ErrorFilter - Class in com.emc.atmos.api.jersey
 
ErrorFilter() - Constructor for class com.emc.atmos.api.jersey.ErrorFilter
 
EsuApi - Interface in com.emc.esu.api
Deprecated.
Use AtmosApi instead
EsuApiJerseyAdapter - Class in com.emc.atmos.api.jersey
 
EsuApiJerseyAdapter(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
EsuException - Exception in com.emc.esu.api
Base ESU exception class that is thrown from the API methods.
EsuException(String) - Constructor for exception com.emc.esu.api.EsuException
Creates a new ESU Exception with the given message.
EsuException(String, int) - Constructor for exception com.emc.esu.api.EsuException
Creates a new ESU exception with the given message and HTTP error code.
EsuException(String, int, int) - Constructor for exception com.emc.esu.api.EsuException
Creates a new ESU exception with the given message and HTTP error code.
EsuException(String, Throwable) - Constructor for exception com.emc.esu.api.EsuException
Creates a new ESU exception with the given message and cause.
EsuException(String, Throwable, int) - Constructor for exception com.emc.esu.api.EsuException
Creates a new ESU exception with the given message, code, and cause
EsuException(String, Throwable, int, int) - Constructor for exception com.emc.esu.api.EsuException
Creates a new ESU exception with the given message, code, and cause
EsuRestApi - Class in com.emc.esu.api.rest
Implements the REST version of the ESU API.
EsuRestApi(String, int, String, String) - Constructor for class com.emc.esu.api.rest.EsuRestApi
Creates a new EsuRestApi object.
EsuRestApiApache - Class in com.emc.esu.api.rest
This is an enhanced version of the REST API that uses the Apache Commons HTTP Client as its transport layer instead of the built-in Java HTTP client.
EsuRestApiApache(String, int, String, String) - Constructor for class com.emc.esu.api.rest.EsuRestApiApache
Creates a new EsuRestApiApache object.
execute(PreSignedRequest, Class<T>, Object) - Method in interface com.emc.atmos.api.AtmosApi
Executes a pre-signed request, sending the specified content as a body (if provided) and returning the specified resultType (if provided).
execute(PreSignedRequest, Class<T>, Object) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Presigned requests are unsupported for transformed content since there is no way for the SDK to transform the content since communication may go directly to and from Atmos.
execute(PreSignedRequest, Class<T>, Object) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
Extent - Class in com.emc.esu.api
An extent specifies a portion of an object to read or write.
Extent(long, long) - Constructor for class com.emc.esu.api.Extent
Creates a new extent

F

FEATURE_NAMESPACE - Static variable in class com.emc.esu.api.ServiceInformation
 
FEATURE_OBJECT - Static variable in class com.emc.esu.api.ServiceInformation
 
FEATURE_UTF_8 - Static variable in class com.emc.esu.api.ServiceInformation
 
fillResponse(T, ClientResponse) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
Populates a response object with data from the ClientResponse.
finalize() - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
formatTag(Metadata) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Formats a tag value for passing in the header.
fromHeaderName(String) - Static method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
 
fromStream(InputStream, String) - Static method in class com.emc.atmos.api.multipart.MultipartEntity
Parses a multipart response body provided by an InputStream.
FULL_CONTROL - Static variable in class com.emc.esu.api.Permission
 

G

generateHeaders() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.ListMetadataRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.ListObjectsRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.ListRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.ObjectRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.PutObjectRequest
 
generateHeaders() - Method in class com.emc.atmos.api.request.ReadObjectRequest
 
generateHeaders() - 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() - 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
 
get(int) - Method in class com.emc.esu.api.MultiExtent
 
get8601Format() - Static method in class com.emc.util.HttpUtil
 
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(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
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.
getAcl(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Returns an object's ACL
getAcl() - Method in class com.emc.esu.api.ObjectMetadata
 
getAcl(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
Returns an object's ACL
getAcl(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Returns an object's ACL
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
 
getAlgorithmName() - Method in class com.emc.esu.api.Checksum
 
getAllMetadata(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getAllMetadata(String, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getAllMetadata(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Returns all of an object's metadata and its ACL in one call.
getAllMetadata(String, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Returns all of an object's metadata and its ACL in one call.
getAllMetadata(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
 
getAllMetadata(String, String) - Method in class com.emc.esu.api.rest.EsuRestApi
 
getAllMetadata(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
getAllMetadata(String, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
getAllowList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
getAtmosCode() - Method in exception com.emc.esu.api.EsuException
Returns the Atmos internal error code associated with the exception.
getAtmosSysMgmtVersion() - Method in class com.emc.esu.sysmgmt.SysMgmtResponse
 
getAtmosVersion() - Method in class com.emc.atmos.api.bean.ServiceInformation
 
getAtmosVersion() - Method in class com.emc.esu.api.ServiceInformation
 
getAuthenticationHeaders() - Method in class com.emc.atmos.mgmt.AtmosMgmtConfig
 
getAvgLoad1() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
getAvgLoad15() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
getAvgLoad5() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.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
 
getBuffer() - Method in class com.emc.esu.api.BufferSegment
 
getBufferSize() - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
getCapacity() - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
getConnection(String, String) - Method in class com.emc.esu.sysmgmt.pox.PoxRequest
 
getConnection(String, String) - Method in class com.emc.esu.sysmgmt.SysMgmtRequest
 
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 class com.emc.atmos.api.bean.BasicResponse
 
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.
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.BasicResponse
 
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.
getContext() - Method in class com.emc.atmos.AbstractConfig
Returns the base API context (i.e.
getContext() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Gets the context root of the REST api.
getCurrentBytes() - Method in class com.emc.esu.api.rest.DownloadHelper
Gets the current number of bytes that have been downloaded.
getCurrentBytes() - Method in class com.emc.esu.api.rest.UploadHelper
Returns the current number of bytes uploaded.
getCustomHeaders() - Method in class com.emc.esu.api.rest.EsuRestApi
 
getData() - Method in class com.emc.atmos.api.multipart.MultipartPart
 
getDate() - Method in class com.emc.atmos.api.bean.BasicResponse
 
getDateHeader() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Gets the current time formatted for HTTP headers
getDenyList() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
getDigestName() - Method in enum com.emc.atmos.api.ChecksumAlgorithm
 
getEndAt() - Method in class com.emc.atmos.api.bean.PolicyEvent
 
getEndAt() - Method in class com.emc.esu.api.ObjectExpiration
 
getEndAt() - Method in class com.emc.esu.api.ObjectRetention
 
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
 
getError() - Method in class com.emc.esu.api.rest.DownloadHelper
If the transfer has failed, return the error that caused the failure.
getError() - Method in class com.emc.esu.api.rest.UploadHelper
Returns the Exception that caused the upload to fail.
getError() - Method in class com.emc.esu.sysmgmt.pox.PoxResponse
 
getErrorCode() - Method in exception com.emc.atmos.AtmosException
 
getExpectedValue() - Method in class com.emc.esu.api.Checksum
Gets the expected value for this checksum.
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).
getExpiration() - Method in class com.emc.esu.api.ObjectInfo
 
getExpiresAt() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
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
getFeatures() - Method in class com.emc.esu.api.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)
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.atmos.api.bean.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
 
getGrantee() - Method in class com.emc.esu.api.Grant
Gets the recipient of the grant
getGroupAcl() - Method in class com.emc.atmos.api.Acl
 
getGroupAclHeader() - Method in class com.emc.atmos.api.Acl
 
getHeaderName() - Method in enum com.emc.atmos.api.bean.ServiceInformation.Feature
 
getHeaderName() - Method in class com.emc.esu.api.Extent
 
getHeaders() - Method in class com.emc.atmos.api.bean.BasicResponse
 
getHeaders() - Method in class com.emc.atmos.api.request.PreSignedRequest
Gets the headers to use in the request.
getHost() - Method in class com.emc.acdp.AcdpConfig
 
getHost() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Gets the current hostname
getHosts() - Method in class com.emc.esu.sysmgmt.ListHostsResponse
 
getHttpCode() - Method in exception com.emc.acdp.AcdpException
 
getHttpCode() - Method in exception com.emc.atmos.AtmosException
 
getHttpCode() - Method in exception com.emc.esu.api.EsuException
Returns the HTTP error code associated with the exception.
getHttpMessage() - Method in class com.emc.atmos.api.bean.BasicResponse
 
getHttpStatus() - Method in class com.emc.atmos.api.bean.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.esu.api.DirectoryEntry
 
getId() - Method in class com.emc.esu.api.ObjectReplica
 
getId() - Method in class com.emc.esu.api.ObjectResult
 
getId() - Method in class com.emc.esu.api.Version
 
getId() - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
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
 
getItime() - Method in class com.emc.atmos.api.bean.ObjectVersion
 
getItime() - Method in class com.emc.esu.api.Version
 
getKey() - Method in class com.emc.atmos.api.ObjectKey
 
getLast() - Method in class com.emc.atmos.api.Range
 
getLastModified() - Method in class com.emc.atmos.api.bean.BasicResponse
 
getLimit() - Method in class com.emc.atmos.api.request.ListRequest
Gets the limit (page size) for this request.
getLimit() - Method in class com.emc.esu.api.ListOptions
Returns the current results limit.
getListableTags(MetadataTag) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getListableTags(String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getListableTags(MetadataTag) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Returns a list of the tags that are listable the current user's tennant.
getListableTags(String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Returns a list of the tags that are listable the current user's tennant.
getListableTags(MetadataTag) - Method in class com.emc.esu.api.rest.EsuRestApi
Returns a list of the tags that are listable the current user's tennant.
getListableTags(String) - Method in class com.emc.esu.api.rest.EsuRestApi
Returns a list of the tags that are listable the current user's tennant.
getListableTags(MetadataTag) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Returns a list of the tags that are listable the current user's tennant.
getListableTags(String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Returns a list of the tags that are listable the current user's tennant.
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.esu.sysmgmt.ListRmgResponse.Rmg
 
getLocation() - Method in class com.emc.atmos.api.bean.BasicResponse
 
getLocation() - Method in class com.emc.atmos.api.bean.Replica
 
getLocation() - Method in class com.emc.esu.api.ObjectReplica
 
getLocation() - Method in class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
getLocation() - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
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(String) - Method in class com.emc.esu.api.MetadataList
Returns the metadata item with the specified name
getMetadata() - Method in class com.emc.esu.api.ObjectMetadata
 
getMetadata() - Method in class com.emc.esu.api.ObjectResult
 
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
 
getMimeType() - Method in class com.emc.esu.api.ObjectMetadata
 
getMimeType() - Method in class com.emc.esu.api.rest.UploadHelper
 
getMinReadSize() - Method in class com.emc.esu.api.rest.UploadHelper
 
getMode() - Method in class com.emc.esu.api.rest.LBEsuRestApi
 
getMode() - Method in class com.emc.esu.api.rest.LBEsuRestApiApache
 
getMulticastAddress() - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
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.esu.api.Grantee
Gets the grantee's name
getName() - Method in class com.emc.esu.api.Metadata
Returns the name of the metadata object
getName() - Method in class com.emc.esu.api.MetadataTag
Gets the name of the tag
getName() - Method in class com.emc.esu.api.ObjectPath
Gets the name of the object (the last path component)
getName() - Method in class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
getName() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
getName() - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
getNewSecret() - Method in class com.emc.esu.sysmgmt.pox.ResetUidSecretResponse
 
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
 
getNodesDown() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
getNodesUp() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.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.
getObjectId() - Method in class com.emc.esu.api.ObjectInfo
 
getObjectId(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
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
 
getObjectInfo(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getObjectInfo(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Get information about an object's state including replicas, expiration, and retention.
getObjectInfo(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
Get information about an object's state including replicas, expiration, and retention.
getObjectInfo(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Get information about an object's state including replicas, expiration, and retention.
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
 
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
 
getOffset() - Method in class com.emc.esu.api.BufferSegment
 
getOffset() - Method in class com.emc.esu.api.Extent
Returns the starting offset of the extent
getOffset() - Method in class com.emc.esu.api.MultiExtent
 
getPassword() - Method in class com.emc.acdp.AcdpConfig
 
getPassword() - Method in class com.emc.atmos.mgmt.AtmosMgmtConfig
 
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.
getPath() - Method in class com.emc.esu.api.DirectoryEntry
 
getPermission() - Method in class com.emc.esu.api.Grant
Gets the rights assigned the grantee
getPolicy() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
Gets the token policy for the new access token.
getPort() - Method in class com.emc.acdp.AcdpConfig
 
getPort() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Gets the current connection port
getPoxCookie() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
 
getProjectId() - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Gets the ViPR Project ID for this request.
getProto() - Method in class com.emc.acdp.AcdpConfig
 
getProto() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Returns the current connection protocol
getProtocol() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Returns the protocol being used (http or https).
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
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.
getRawXml() - Method in class com.emc.esu.api.ObjectInfo
 
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
 
getReplicas() - Method in class com.emc.atmos.api.bean.ObjectInfo
 
getReplicas() - Method in class com.emc.esu.api.ObjectInfo
 
getReplicaType() - Method in class com.emc.esu.api.ObjectReplica
 
getResourcePath(String, Identifier) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Gets the appropriate resource path depending on identifier type.
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.esu.api.ObjectInfo
 
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.esu.sysmgmt.ListRmgResponse
 
getRmgs() - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox
 
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
 
getSelection() - Method in class com.emc.esu.api.ObjectInfo
 
getServerClockSkew() - Method in class com.emc.atmos.api.AtmosConfig
Returns the estimated clock skew between the local machine and the Atmos cloud (if set).
getServerDate() - Method in class com.emc.esu.sysmgmt.SysMgmtResponse
 
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.
getServerOffset() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Gets the current server offset in milliseconds.
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
 
getServiceInformation() - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getServiceInformation() - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Gets the current Atmos server information.
getServiceInformation() - Method in class com.emc.esu.api.rest.EsuRestApi
 
getServiceInformation() - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
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
 
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.
getShareableUrl(Identifier, Date) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
An Atmos user (UID) can construct a pre-authenticated URL to an object, which may then be used by anyone to retrieve the object (e.g., through a browser).
getShareableUrl(Identifier, Date, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a shareable URL that sets the Content-Disposition header when streaming the content.
getShareableUrl(Identifier, Date, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
An Atmos user (UID) can construct a pre-authenticated URL to an object, which may then be used by anyone to retrieve the object (e.g., through a browser).
getShareableUrl(Identifier, Date) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
An Atmos user (UID) can construct a pre-authenticated URL to an object, which may then be used by anyone to retrieve the object (e.g., through a browser).
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
 
getSize() - Method in class com.emc.esu.api.BufferSegment
 
getSize() - Method in class com.emc.esu.api.Extent
Returns the size of the extent.
getSize() - Method in class com.emc.esu.api.MultiExtent
 
getSource() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
getStartsWith() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
getStorageType() - Method in class com.emc.atmos.api.bean.Replica
 
getStorageType() - Method in class com.emc.esu.api.ObjectReplica
 
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
 
getSubTenantName() - Method in class com.emc.esu.sysmgmt.pox.GetUidRequest
 
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
 
getSystemMetadata(Identifier, MetadataTags) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getSystemMetadata(String, String, MetadataTags) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getSystemMetadata() - Method in class com.emc.esu.api.DirectoryEntry
Gets the system metadata for this directory entry.
getSystemMetadata(Identifier, MetadataTags) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Fetches the system metadata for the object.
getSystemMetadata(String, String, MetadataTags) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Fetches the system metadata for the object.
getSystemMetadata() - Method in class com.emc.esu.api.ListOptions
When includeMetadata is true, returns the requested set of user metadata values to include in the result.
getSystemMetadata(Identifier, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApi
Fetches the system metadata for the object.
getSystemMetadata(String, String, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApi
 
getSystemMetadata(Identifier, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Fetches the system metadata for the object.
getSystemMetadata(String, String, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
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.
getTag(String) - Method in class com.emc.esu.api.MetadataTags
Gets a tag from the set with the given name
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.
getToken() - Method in class com.emc.esu.api.ListOptions
Returns the token used to request more 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
 
getTotalBytes() - Method in class com.emc.esu.api.rest.DownloadHelper
Gets the total number of bytes to download.
getTotalBytes() - Method in class com.emc.esu.api.rest.UploadHelper
Returns the total bytes in the request.
getType() - Method in class com.emc.atmos.api.bean.Replica
 
getType() - Method in class com.emc.esu.api.DirectoryEntry
 
getType() - Method in class com.emc.esu.api.Grantee
Gets the grantee's type.
getUid() - Method in class com.emc.esu.sysmgmt.pox.GetUidRequest
 
getUidPox(String, String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
 
GetUidRequest - Class in com.emc.esu.sysmgmt.pox
 
GetUidRequest(SysMgmtApi) - Constructor for class com.emc.esu.sysmgmt.pox.GetUidRequest
 
GetUidResponse - Class in com.emc.esu.sysmgmt.pox
 
GetUidResponse(HttpURLConnection) - Constructor for class com.emc.esu.sysmgmt.pox.GetUidResponse
 
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(Identifier, MetadataTags) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
getUserMetadata() - Method in class com.emc.atmos.api.request.PutObjectRequest
Returns the user metadata to assign to the object.
getUserMetadata() - Method in class com.emc.esu.api.DirectoryEntry
Gets the user metadata for this directory entry.
getUserMetadata(Identifier, MetadataTags) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Fetches the user metadata for the object.
getUserMetadata() - Method in class com.emc.esu.api.ListOptions
When includeMetadata is true, returns the requested set of user metadata values to include in the result.
getUserMetadata(Identifier, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApi
Fetches the user metadata for the object.
getUserMetadata(Identifier, MetadataTags) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Fetches the user metadata for 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.AtmosMgmtConfig
 
getUsername() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Gets the current SysAdmin username
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
 
getValue() - Method in class com.emc.esu.api.Metadata
Returns the metadata object's value
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
 
getVersionNumber() - Method in class com.emc.esu.api.Version
 
getVersions() - Method in class com.emc.atmos.api.bean.ListVersionsResponse
 
getWsChecksum() - Method in class com.emc.atmos.api.bean.CreateObjectResponse
 
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.
Grant - Class in com.emc.esu.api
Used to grant a permission to a grantee (a user or group)
Grant(Grantee, String) - Constructor for class com.emc.esu.api.Grant
Creates a new grant
Grantee - Class in com.emc.esu.api
A grantee represents a user or group that recieves a permission grant.
Grantee(String, Grantee.GRANT_TYPE) - Constructor for class com.emc.esu.api.Grantee
Creates a new grantee.
Grantee.GRANT_TYPE - Enum in com.emc.esu.api
 
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
 

H

handle(ClientRequest) - Method in class com.emc.acdp.api.jersey.AuthFilter
 
handle(ClientRequest) - Method in class com.emc.acdp.api.jersey.ErrorFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.AuthFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.ErrorFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.ProxyAuthFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.api.jersey.RetryFilter
 
handle(ClientRequest) - Method in class com.emc.atmos.mgmt.api.jersey.AuthFilter
 
handleError(HttpURLConnection) - Method in class com.emc.esu.api.rest.EsuRestApi
Attempts to generate a reasonable error message from from a request.
handleError(HttpURLConnection) - Method in class com.emc.esu.sysmgmt.pox.PoxRequest
 
handleError(HttpURLConnection) - Method in class com.emc.esu.sysmgmt.SysMgmtRequest
 
handleProxyAuth(ClientRequest) - Method in class com.emc.atmos.api.jersey.ProxyAuthFilter
 
hardLink(ObjectPath, ObjectPath) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
hardLink(ObjectPath, ObjectPath) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Unsupported.
hardLink(ObjectPath, ObjectPath) - Method in class com.emc.esu.api.rest.EsuRestApi
 
hardLink(ObjectPath, ObjectPath) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
HARDLINK - Static variable in class com.emc.esu.api.ServiceInformation
 
hasFeature(ServiceInformation.Feature) - Method in class com.emc.atmos.api.bean.ServiceInformation
Checks to see if a feature is supported.
hasFeature(String) - Method in class com.emc.esu.api.ServiceInformation
Checks to see if a feature is supported.
hashCode() - Method in class com.emc.atmos.api.Acl
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
hashCode() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
hashCode() - Method in class com.emc.atmos.api.bean.Metadata
 
hashCode() - Method in class com.emc.atmos.api.bean.ObjectEntry
 
hashCode() - Method in class com.emc.atmos.api.bean.ObjectVersion
 
hashCode() - Method in class com.emc.atmos.api.ChecksumValue
 
hashCode() - Method in class com.emc.atmos.api.ObjectId
 
hashCode() - Method in class com.emc.atmos.api.ObjectKey
 
hashCode() - Method in class com.emc.atmos.api.ObjectPath
 
hashCode() - Method in class com.emc.atmos.api.Range
 
hashCode() - Method in class com.emc.esu.api.Grant
Returns a hash code for the Grant.
hashCode() - Method in class com.emc.esu.api.Grantee
Returns a hash code for the Grantee.
hashCode() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
hashCode() - Method in class com.emc.esu.api.ObjectId
Returns a hash code for this object id.
hashCode() - Method in class com.emc.esu.api.ObjectPath
Returns a hash code for this object id.
hashCode() - Method in class com.emc.esu.api.Version
 
HEADER_CONTENT_TYPE - Static variable in class com.emc.atmos.api.RestUtil
 
HEADER_DATE - Static variable in class com.emc.atmos.api.RestUtil
 
HEADER_EXPECT - Static variable in class com.emc.atmos.api.RestUtil
 
HEADER_RANGE - Static variable in class com.emc.atmos.api.RestUtil
 
headerFormat(Date) - Static method in class com.emc.util.HttpUtil
 
headers - Variable in class com.emc.atmos.api.bean.BasicResponse
 
host - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
HttpInputStreamWrapper - Class in com.emc.esu.api
Wraps the HTTP input stream and connection object so that when the stream is closed the connection can be closed as well.
HttpInputStreamWrapper(InputStream, HttpURLConnection) - Constructor for class com.emc.esu.api.HttpInputStreamWrapper
 
httpMessage - Variable in class com.emc.atmos.api.bean.BasicResponse
 
httpStatus - Variable in class com.emc.atmos.api.bean.BasicResponse
 
HttpUtil - Class in com.emc.util
 
HttpUtil() - Constructor for class com.emc.util.HttpUtil
 

I

identifier - Variable in class com.emc.atmos.api.request.ObjectRequest
 
identifier(ObjectIdentifier) - Method in class com.emc.atmos.api.request.ObjectRequest
Identifier - Interface in com.emc.esu.api
This interface is a marker interface used by the identifier classes: ObjectId and ObjectPath.
includeMetadata - Variable in class com.emc.atmos.api.request.ListMetadataRequest
 
includeMetadata(boolean) - Method in class com.emc.atmos.api.request.ListMetadataRequest
indexOf(Object) - Method in class com.emc.esu.api.MultiExtent
 
isChecksumming() - Method in class com.emc.esu.api.rest.DownloadHelper
 
isChecksumming() - Method in class com.emc.esu.api.rest.UploadHelper
 
isComplete() - Method in class com.emc.esu.api.rest.DownloadHelper
Returns true if the transfer has completed.
isComplete() - Method in class com.emc.esu.api.rest.UploadHelper
Returns true if the upload request has completed.
isCurrent() - Method in class com.emc.atmos.api.bean.Replica
 
isCurrent() - Method in class com.emc.esu.api.ObjectReplica
 
isDirectory() - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
isDirectory() - Method in class com.emc.atmos.api.ObjectPath
Convenience method to determine whether this path represents a directory in Atmos.
isDirectory() - Method in class com.emc.esu.api.ObjectPath
Returns true if this path represents a directory object.
isDisableSslValidation() - Method in class com.emc.acdp.AcdpConfig
 
isDisableSslValidation() - Method in class com.emc.atmos.AbstractConfig
Returns whether SSL validation should be disabled (allowing self-signed certificates to be used for https requests).
isEmpty() - Method in class com.emc.esu.api.MultiExtent
 
isEnabled() - Method in class com.emc.atmos.api.bean.PolicyEvent
 
isEnabled() - Method in class com.emc.esu.api.ObjectExpiration
 
isEnabled() - Method in class com.emc.esu.api.ObjectRetention
 
isEnableExpect100Continue() - Method in class com.emc.atmos.api.AtmosConfig
Returns whether the Expect: 100-continue header is enabled for object write requests
isEnableRetry() - Method in class com.emc.atmos.api.AtmosConfig
Returns whether 500 errors and IOExceptions should be automatically retried.
isFailed() - Method in class com.emc.esu.api.rest.DownloadHelper
Returns true if the transfer has failed.
isFailed() - Method in class com.emc.esu.api.rest.UploadHelper
Returns true if the upload request has failed.
isIncludeMetadata() - Method in class com.emc.atmos.api.request.ListMetadataRequest
Gets whether the resulting list should include metadata for each object.
isIncludeMetadata() - Method in class com.emc.esu.api.ListOptions
Returns true if metadata is included in the response.
isListable() - Method in class com.emc.atmos.api.bean.Metadata
 
isListable() - Method in class com.emc.esu.api.Metadata
Returns true if this metadata object is listable
isListable() - Method in class com.emc.esu.api.MetadataTag
Returns whether the tag is listable
Iso8601Adapter - Class in com.emc.atmos.api.bean.adapter
 
Iso8601Adapter() - Constructor for class com.emc.atmos.api.bean.adapter.Iso8601Adapter
 
isOptional() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MultipartReader
 
isReadChecksum() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
isSecureRequest(String, String) - Method in class com.emc.acdp.AcdpConfig
 
isSecureRequest(String, String) - Method in class com.emc.acdp.api.AcdpAdminConfig
 
isSecureRequest(String, String) - Method in class com.emc.acdp.api.AcdpMgmtConfig
 
isSuccessful() - Method in class com.emc.esu.sysmgmt.pox.PoxResponse
 
isUnicodeEnabled() - Method in interface com.emc.esu.api.EsuApi
Deprecated.
 
isUnicodeEnabled() - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Returns true if unicode metadata processing is enabled.
isUnicodeMetadataSupported() - Method in class com.emc.esu.api.ServiceInformation
 
isUp() - Method in class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
iterator() - Method in class com.emc.esu.api.Acl
Returns an iterator over this ACL's grant objects.
iterator() - Method in class com.emc.esu.api.MetadataList
Returns an iterator that iterates over the set of metadata items in the list.
iterator() - Method in class com.emc.esu.api.MetadataTags
Returns an iterator that iterates over the set of tags.
iterator() - Method in class com.emc.esu.api.MultiExtent
 

J

JerseyApacheUtil - Class in com.emc.atmos.api.jersey
 
JerseyApacheUtil() - Constructor for class com.emc.atmos.api.jersey.JerseyApacheUtil
 
JerseyUtil - Class in com.emc.acdp.api.jersey
 
JerseyUtil - Class in com.emc.atmos.api.jersey
 
JerseyUtil - Class in com.emc.atmos.mgmt.api.jersey
 
join(Iterable<?>, String) - Static method in class com.emc.atmos.api.RestUtil
 
join(List<String>, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Joins a list of Strings using a delimiter (similar to PERL, PHP, etc)

K

KEY_VALUE - Static variable in class com.emc.esu.api.ServiceInformation
 

L

lastIndexOf(Object) - Method in class com.emc.esu.api.MultiExtent
 
lastModified - Variable in class com.emc.atmos.api.bean.BasicResponse
 
lastPathElement(String) - Static method in class com.emc.atmos.api.RestUtil
 
LBEsuRestApi - Class in com.emc.esu.api.rest
Implements a simple load-balanced version of EsuRestApi that round-robins through a list of access point hostnames.
LBEsuRestApi(List<String>, int, String, String) - Constructor for class com.emc.esu.api.rest.LBEsuRestApi
 
LBEsuRestApi.LBMode - Enum in com.emc.esu.api.rest
 
LBEsuRestApiApache - Class in com.emc.esu.api.rest
 
LBEsuRestApiApache(List<String>, int, String, String) - Constructor for class com.emc.esu.api.rest.LBEsuRestApiApache
 
LBEsuRestApiApache.LBMode - Enum in com.emc.esu.api.rest
 
limit - Variable in class com.emc.atmos.api.request.ListRequest
 
limit(int) - Method in class com.emc.atmos.api.request.ListRequest
Builder method for ListRequest.setLimit(int)
listAccessTokens(ListAccessTokensRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists all access tokens owned by the user using all of the options provided in the request object.
listAccessTokens(ListAccessTokensRequest) - 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.
listAccessTokens(ListAccessTokensRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListAccessTokensRequest - Class in com.emc.atmos.api.request
Represents a request to list all access tokens owned by the UID
ListAccessTokensRequest() - Constructor for class com.emc.atmos.api.request.ListAccessTokensRequest
 
ListAccessTokensResponse - Class in com.emc.atmos.api.bean
 
ListAccessTokensResponse() - Constructor for class com.emc.atmos.api.bean.ListAccessTokensResponse
 
listAccountAssignees(String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listAccountAssignees(String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listAccounts(boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listAccounts(boolean, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listAccounts(boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listAccounts(boolean, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listDirectory(ListDirectoryRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists the contents of a directory in the namespace.
listDirectory(ListDirectoryRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listDirectory(ListDirectoryRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
listDirectory(ObjectPath, ListOptions) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
listDirectory(ObjectPath) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Use the version with ListOptions to control the result count and handle large result sets.
listDirectory(ObjectPath, ListOptions) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Lists the contents of a directory.
listDirectory(ObjectPath) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Deprecated.
Use the version with ListOptions to control the result count and handle large result sets.
listDirectory(ObjectPath, ListOptions) - Method in class com.emc.esu.api.rest.EsuRestApi
Lists the contents of a directory.
listDirectory(ObjectPath, ListOptions) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Lists the contents of a directory.
ListDirectoryRequest - Class in com.emc.atmos.api.request
Represents a request to list all of the object under a directory in the subtenant namespace.
ListDirectoryRequest() - Constructor for class com.emc.atmos.api.request.ListDirectoryRequest
 
ListDirectoryResponse - Class in com.emc.atmos.api.bean
 
ListDirectoryResponse() - Constructor for class com.emc.atmos.api.bean.ListDirectoryResponse
 
listHosts(String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Lists all of the hosts in the given RMG.
ListHostsRequest - Class in com.emc.esu.sysmgmt
 
ListHostsRequest(SysMgmtApi, String) - Constructor for class com.emc.esu.sysmgmt.ListHostsRequest
 
ListHostsResponse - Class in com.emc.esu.sysmgmt
 
ListHostsResponse(HttpURLConnection) - Constructor for class com.emc.esu.sysmgmt.ListHostsResponse
 
ListHostsResponse.Host - Class in com.emc.esu.sysmgmt
 
ListHostsResponse.Host() - Constructor for class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
listIdentities(boolean, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listIdentities(boolean, boolean, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listIdentities(boolean, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listIdentities(boolean, boolean, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listIterator() - Method in class com.emc.esu.api.MultiExtent
 
listIterator(int) - Method in class com.emc.esu.api.MultiExtent
 
listMetadata(String) - Method in interface com.emc.atmos.api.AtmosApi
Lists the children of the specified metadata path in the hierarchy of listable metadata for the subtenant.
listMetadata(String) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listMetadata(String) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
ListMetadataRequest<T extends ListMetadataRequest<T>> - Class in com.emc.atmos.api.request
Represents common elements of list requests that may include object metadata.
ListMetadataRequest() - Constructor for class com.emc.atmos.api.request.ListMetadataRequest
 
listObjects(ListObjectsRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists all objects that are assigned the specified listable metadata using all of the options provided in the request object.
listObjects(ListObjectsRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listObjects(ListObjectsRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
listObjects(String, ListOptions) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
listObjects(MetadataTag) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Use the version with ListOptions to control the result count and handle large result sets.
listObjects(MetadataTag, ListOptions) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Lists all objects with the given tag.
listObjects(String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Use the version with ListOptions to control the result count and handle large result sets.
listObjects(String, ListOptions) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Lists all objects with the given tag.
listObjects(MetadataTag) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Lists all objects with the given tag.
listObjects(MetadataTag, ListOptions) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Lists all objects with the given tag.
listObjects(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Lists all objects with the given tag.
listObjects(String, ListOptions) - Method in class com.emc.esu.api.rest.EsuRestApi
Lists all objects with the given tag.
listObjects(String, ListOptions) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Lists all objects with the given tag.
ListObjectsRequest - Class in com.emc.atmos.api.request
Represents a request to list/query the objects of a specific listable metadata name (tag).
ListObjectsRequest() - Constructor for class com.emc.atmos.api.request.ListObjectsRequest
 
ListObjectsResponse - Class in com.emc.atmos.api.bean
 
ListObjectsResponse() - Constructor for class com.emc.atmos.api.bean.ListObjectsResponse
 
listObjectsWithMetadata(MetadataTag) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Use the version of listObjects with ListOptions to include metadata.
listObjectsWithMetadata(String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Use the version of listObjects with ListOptions to include metadata.
listObjectsWithMetadata(MetadataTag) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Lists all objects with the given tag and returns both their IDs and their metadata.
listObjectsWithMetadata(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Lists all objects with the given tag and returns both their IDs and their metadata.
ListOptions - Class in com.emc.esu.api
Allows you to specify extended options when listing directories or listing objects.
ListOptions() - Constructor for class com.emc.esu.api.ListOptions
 
ListRequest<T extends ListRequest<T>> - Class in com.emc.atmos.api.request
Common elements of a request for a list of items.
ListRequest() - Constructor for class com.emc.atmos.api.request.ListRequest
 
ListRmgRequest - Class in com.emc.esu.sysmgmt
 
ListRmgRequest(SysMgmtApi) - Constructor for class com.emc.esu.sysmgmt.ListRmgRequest
 
ListRmgRequestPox - Class in com.emc.esu.sysmgmt.pox
 
ListRmgRequestPox(SysMgmtApi) - Constructor for class com.emc.esu.sysmgmt.pox.ListRmgRequestPox
 
ListRmgResponse - Class in com.emc.esu.sysmgmt
 
ListRmgResponse(HttpURLConnection) - Constructor for class com.emc.esu.sysmgmt.ListRmgResponse
 
ListRmgResponse.Rmg - Class in com.emc.esu.sysmgmt
 
ListRmgResponse.Rmg() - Constructor for class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
ListRmgResponsePox - Class in com.emc.esu.sysmgmt.pox
 
ListRmgResponsePox(HttpURLConnection) - Constructor for class com.emc.esu.sysmgmt.pox.ListRmgResponsePox
 
ListRmgResponsePox.Rmg - Class in com.emc.esu.sysmgmt.pox
 
ListRmgResponsePox.Rmg() - Constructor for class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
listRmgs() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Lists all of the RMGs in your cloud.
listRmgsPox() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
 
listTokenGroups(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokenGroups(String, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokenGroups(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listTokenGroups(String, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listTokens(String, String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokens(String, String, String, int, int) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
listTokens(String, String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listTokens(String, String, String, int, int) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
listUserMetadataTags(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
listUserMetadataTags(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Returns the list of user metadata tags assigned to the object.
listUserMetadataTags(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
Returns the list of user metadata tags assigned to the object.
listUserMetadataTags(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Returns the list of user metadata tags assigned to the object.
listVersions(ListVersionsRequest) - Method in interface com.emc.atmos.api.AtmosApi
Lists all versions (snapshots) of the specified object using all of the options provided in the request object.
listVersions(ListVersionsRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
listVersions(ListVersionsRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
listVersions(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
listVersions(ObjectId, ListOptions) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
listVersions(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
this may not return all results if there are more than 4096 versions. Use listVersions(ObjectId, ListOptions) instead to paginate results.
listVersions(ObjectId, ListOptions) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Lists the versions of an object.
listVersions(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
Lists the versions of an object.
listVersions(ObjectId, ListOptions) - Method in class com.emc.esu.api.rest.EsuRestApi
 
listVersions(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Lists the versions of an object.
listVersions(ObjectId, ListOptions) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
ListVersionsRequest - Class in com.emc.atmos.api.request
Represents a request to list the versions of an object.
ListVersionsRequest() - Constructor for class com.emc.atmos.api.request.ListVersionsRequest
 
ListVersionsResponse - Class in com.emc.atmos.api.bean
 
ListVersionsResponse() - Constructor for class com.emc.atmos.api.bean.ListVersionsResponse
 
loadBalancingAlgorithm - Variable in class com.emc.atmos.AbstractConfig
 
LoadBalancingAlgorithm - Interface in com.emc.atmos
 
location - Variable in class com.emc.atmos.api.bean.BasicResponse
 

M

main(String[]) - Static method in class com.emc.esu.api.rest.AtmosDownload
 
main(String[]) - Static method in class com.emc.esu.api.rest.AtmosUpload
 
mark(int) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
mark(int) - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
mark(int) - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
markSupported() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
markSupported() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
markSupported() - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
marshal(Object) - Static method in class com.emc.acdp.util.XmlUtil
 
marshal(Object, OutputStream) - Static method in class com.emc.acdp.util.XmlUtil
 
marshal(Date) - Method in class com.emc.atmos.api.bean.adapter.Iso8601Adapter
We will always write in UTC with no offset, so no need for extra logic here.
marshal(ObjectId) - Method in class com.emc.atmos.api.bean.adapter.ObjectIdAdapter
 
me() - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
me() - Method in class com.emc.atmos.api.request.CreateObjectRequest
 
me() - Method in class com.emc.atmos.api.request.ListAccessTokensRequest
 
me() - Method in class com.emc.atmos.api.request.ListDirectoryRequest
 
me() - Method in class com.emc.atmos.api.request.ListObjectsRequest
 
me() - Method in class com.emc.atmos.api.request.ListRequest
Returns "this" in concrete implementation classes.
me() - Method in class com.emc.atmos.api.request.ListVersionsRequest
 
me() - Method in class com.emc.atmos.api.request.ObjectRequest
Returns "this" in concrete implementation classes.
me() - Method in class com.emc.atmos.api.request.ReadObjectRequest
 
me() - Method in class com.emc.atmos.api.request.UpdateObjectRequest
 
MeasuredInputStream - Class in com.emc.atmos.api.jersey
A simple delegating class to attach a size to an input stream.
MeasuredInputStream(InputStream, long) - Constructor for class com.emc.atmos.api.jersey.MeasuredInputStream
 
MeasuredInputStreamWriter - Class in com.emc.atmos.api.jersey.provider
 
MeasuredInputStreamWriter() - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
MeasuredJaxbWriter - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter(MessageBodyWriter<Object>) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter
 
MeasuredJaxbWriter.App - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter.App(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.App
 
MeasuredJaxbWriter.General - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter.General(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.General
 
MeasuredJaxbWriter.Text - Class in com.emc.atmos.api.jersey.provider
 
MeasuredJaxbWriter.Text(Injectable<SAXParserFactory>, Providers) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredJaxbWriter.Text
 
MeasuredMessageBodyWriter<T> - Class in com.emc.atmos.api.jersey.provider
Base class to disable chunked encoding in requests by always specifying an accurate byte count in getSize().
MeasuredMessageBodyWriter(MessageBodyWriter<T>) - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
MeasuredStringWriter - Class in com.emc.atmos.api.jersey.provider
 
MeasuredStringWriter() - Constructor for class com.emc.atmos.api.jersey.provider.MeasuredStringWriter
 
Metadata - Class in com.emc.atmos.api.bean
 
Metadata() - Constructor for class com.emc.atmos.api.bean.Metadata
 
Metadata(String, String, boolean) - Constructor for class com.emc.atmos.api.bean.Metadata
 
Metadata - Class in com.emc.esu.api
Encapsulates a piece of object metadata
Metadata(String, String, boolean) - Constructor for class com.emc.esu.api.Metadata
Creates a new piece of metadata
MetadataList - Class in com.emc.esu.api
Contains a list of metadata items
MetadataList() - Constructor for class com.emc.esu.api.MetadataList
 
metadataName(String) - Method in class com.emc.atmos.api.request.ListObjectsRequest
MetadataTag - Class in com.emc.esu.api
A metadata tag identifies a piece of metadata (but not its value)
MetadataTag(String, boolean) - Constructor for class com.emc.esu.api.MetadataTag
Creates a new tag
MetadataTags - Class in com.emc.esu.api
The MetadataTags class contains a collection of metadata tags.
MetadataTags() - Constructor for class com.emc.esu.api.MetadataTags
 
move(ObjectPath, ObjectPath, boolean) - Method in interface com.emc.atmos.api.AtmosApi
Moves an object in the namespace to a new location.
move(ObjectPath, ObjectPath, boolean) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
move(ObjectPath, ObjectPath, boolean) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
MultiExtent - Class in com.emc.esu.api
 
MultiExtent() - Constructor for class com.emc.esu.api.MultiExtent
 
MultipartEntity - Class in com.emc.atmos.api.multipart
Represents a multipart response entity.
MultipartEntity(List<MultipartPart>) - Constructor for class com.emc.atmos.api.multipart.MultipartEntity
 
MultipartException - Exception in com.emc.atmos.api.multipart
 
MultipartException() - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartException(String) - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartException(String, Throwable) - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartException(Throwable) - Constructor for exception com.emc.atmos.api.multipart.MultipartException
 
MultipartPart - Class in com.emc.atmos.api.multipart
Represents one part of a multipart response.
MultipartPart(String, Range, byte[]) - Constructor for class com.emc.atmos.api.multipart.MultipartPart
 
MultipartReader - Class in com.emc.atmos.api.jersey.provider
 
MultipartReader() - Constructor for class com.emc.atmos.api.jersey.provider.MultipartReader
 

N

NONE - Static variable in class com.emc.esu.api.Permission
 
normalizeSpace(String) - Static method in class com.emc.atmos.api.RestUtil
 
normalizeSpace(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Condenses consecutive spaces into one.

O

ObjectEntry - Class in com.emc.atmos.api.bean
 
ObjectEntry() - Constructor for class com.emc.atmos.api.bean.ObjectEntry
 
ObjectExpiration - Class in com.emc.esu.api
Encapsulates the object's expriation information
ObjectExpiration() - Constructor for class com.emc.esu.api.ObjectExpiration
 
ObjectExpiration(Element) - Constructor for class com.emc.esu.api.ObjectExpiration
 
ObjectId - Class in com.emc.atmos.api
Represents an object ID (44+ character hexadecimal value) that is the primary identifier for an object in Atmos.
ObjectId(String) - Constructor for class com.emc.atmos.api.ObjectId
 
objectId(ObjectId) - Method in class com.emc.atmos.api.request.ListVersionsRequest
ObjectId - Class in com.emc.esu.api
Encapsulates a ESU object identifier.
ObjectId(String) - Constructor for class com.emc.esu.api.ObjectId
Constructs a new object identifier
ObjectIdAdapter - Class in com.emc.atmos.api.bean.adapter
 
ObjectIdAdapter() - Constructor for class com.emc.atmos.api.bean.adapter.ObjectIdAdapter
 
ObjectIdentifier - Interface in com.emc.atmos.api
 
ObjectInfo - Class in com.emc.atmos.api.bean
 
ObjectInfo() - Constructor for class com.emc.atmos.api.bean.ObjectInfo
 
ObjectInfo - Class in com.emc.esu.api
Encapsulates the information from the ObjectInfo call.
ObjectInfo() - Constructor for class com.emc.esu.api.ObjectInfo
 
ObjectInfo(String) - Constructor for class com.emc.esu.api.ObjectInfo
 
ObjectKey - Class in com.emc.atmos.api
Represents a bucket and key combination that points to an object within a subtenant.
ObjectKey(String, String) - Constructor for class com.emc.atmos.api.ObjectKey
 
ObjectMetadata - Class in com.emc.atmos.api.bean
 
ObjectMetadata() - Constructor for class com.emc.atmos.api.bean.ObjectMetadata
 
ObjectMetadata(Map<String, Metadata>, Acl, String) - Constructor for class com.emc.atmos.api.bean.ObjectMetadata
 
ObjectMetadata - Class in com.emc.esu.api
This object encapsulates all of the information about an Atmos object when returned from getAllMetadata (the HEAD request version)
ObjectMetadata() - Constructor for class com.emc.esu.api.ObjectMetadata
 
ObjectPath - Class in com.emc.atmos.api
Represents the full path to an object within a subtenant namespace.
ObjectPath(String) - Constructor for class com.emc.atmos.api.ObjectPath
 
ObjectPath(ObjectPath, String) - Constructor for class com.emc.atmos.api.ObjectPath
Constructs a new path underneath a parent directory.
ObjectPath(ObjectPath, DirectoryEntry) - Constructor for class com.emc.atmos.api.ObjectPath
Constructs a new path from a parent directory and (what is assumed to be) one of its directory entries.
ObjectPath - Class in com.emc.esu.api
Represents an object that is identified by its path in the filesystem namespace.
ObjectPath(String) - Constructor for class com.emc.esu.api.ObjectPath
Constructs a new object identifier
ObjectReplica - Class in com.emc.esu.api
Encapsulates the replica information on an object.
ObjectReplica() - Constructor for class com.emc.esu.api.ObjectReplica
 
ObjectReplica(Element) - Constructor for class com.emc.esu.api.ObjectReplica
 
ObjectRequest<T extends ObjectRequest<T>> - Class in com.emc.atmos.api.request
Represents an Atmos REST request dealing with a specific object.
ObjectRequest() - Constructor for class com.emc.atmos.api.request.ObjectRequest
 
ObjectResult - Class in com.emc.esu.api
ObjectResults are returned from listObjectsWithMetadata.
ObjectResult() - Constructor for class com.emc.esu.api.ObjectResult
 
ObjectRetention - Class in com.emc.esu.api
Encapsulates the the retention information on an object.
ObjectRetention() - Constructor for class com.emc.esu.api.ObjectRetention
 
ObjectRetention(Element) - Constructor for class com.emc.esu.api.ObjectRetention
 
ObjectVersion - Class in com.emc.atmos.api.bean
 
ObjectVersion() - Constructor for class com.emc.atmos.api.bean.ObjectVersion
 
ObjectVersion(int, ObjectId, Date) - Constructor for class com.emc.atmos.api.bean.ObjectVersion
 
onComplete() - Method in interface com.emc.esu.api.ProgressListener
This callback will be invoked after the transfer has completed.
onError(Exception) - Method in interface com.emc.esu.api.ProgressListener
This callback will be invoked if there is an error during the transfer.
onProgress(long, long) - Method in interface com.emc.esu.api.ProgressListener
This method will be called after a chunk has been transferred.
OTHER - Static variable in class com.emc.esu.api.Grantee
Static instance that represents the special group 'other'

P

parse(String) - Method in class com.emc.esu.api.ObjectInfo
 
parseAclHeader(String) - Static method in class com.emc.atmos.api.RestUtil
 
parseDirectoryListing(byte[], ObjectPath) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
parseMetadataHeader(String, boolean) - Static method in class com.emc.atmos.api.RestUtil
 
parseObjectId(String) - Static method in class com.emc.atmos.api.RestUtil
 
parseObjectList(byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Parses an XML response and extracts the list of ObjectIDs.
parseObjectListWithMetadata(byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Parses an XML response and extracts the list of ObjectIDs and metadata.
parseResponseXml(HttpURLConnection) - Static method in class com.emc.esu.sysmgmt.SysMgmtUtils
 
parseServiceInformation(byte[], Map<String, List<String>>) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
parseVersionList(byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
parseVersionListLong(byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
parseXmlDate(String) - Static method in class com.emc.esu.api.ObjectId
 
path - Variable in class com.emc.atmos.api.request.ListDirectoryRequest
 
path(ObjectPath) - Method in class com.emc.atmos.api.request.ListDirectoryRequest
Permission - Enum in com.emc.atmos.api.bean
 
Permission - Class in com.emc.esu.api
This class contains constants for the available permissions in ESU.
Permission() - Constructor for class com.emc.esu.api.Permission
 
policy - Variable in class com.emc.atmos.api.request.CreateAccessTokenRequest
 
policy(AccessTokenPolicy) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
PolicyEvent - Class in com.emc.atmos.api.bean
 
PolicyEvent() - Constructor for class com.emc.atmos.api.bean.PolicyEvent
 
port - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
POX_MIME - Static variable in class com.emc.esu.sysmgmt.pox.PoxRequest
 
poxLogin(String, String, String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
 
poxLogin() - Method in class com.emc.esu.sysmgmt.SysMgmtApi
 
PoxRequest<T extends PoxResponse> - Class in com.emc.esu.sysmgmt.pox
 
PoxRequest(SysMgmtApi) - Constructor for class com.emc.esu.sysmgmt.pox.PoxRequest
 
PoxResponse - Class in com.emc.esu.sysmgmt.pox
 
PoxResponse() - Constructor for class com.emc.esu.sysmgmt.pox.PoxResponse
 
PreSignedRequest - Class in com.emc.atmos.api.request
Represents a request that has been pre-signed and is valid until expiration.
PreSignedRequest(URL, String, String, Map<String, List<Object>>, Date) - Constructor for class com.emc.atmos.api.request.PreSignedRequest
 
preSignRequest(Request, Date) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
preSignRequest(Request, Date) - Method in interface com.emc.atmos.api.AtmosApi
Pre-signs a request with a specified expiration time.
preSignRequest(Request, Date) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
Presigned requests are unsupported for transformed content since there is no way for the SDK to transform the content since communication may go directly to and from Atmos.
processAcl(Acl, Map<String, String>) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Enumerates the given ACL and creates the appropriate request headers.
processMetadata(MetadataList, Map<String, String>) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Iterates through the given metadata and adds the appropriate metadata headers to the request.
processTags(MetadataTags, Map<String, String>) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Enumerates the given list of metadata tags and sets the x-emc-tags header.
ProgressListener - Interface in com.emc.esu.api
The progress listener interface is used to report upload and download progress.
PROP_ENABLE_EXPECT_100_CONTINUE - Static variable in class com.emc.atmos.api.RestUtil
 
proto - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
provisionSubscription(String, String, boolean) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
provisionSubscription(String, String, boolean) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
ProxyAuthFilter - Class in com.emc.atmos.api.jersey
 
ProxyAuthFilter(String, String) - Constructor for class com.emc.atmos.api.jersey.ProxyAuthFilter
 
ProxyURLConnectionFactory - Class in com.emc.atmos.api.jersey
 
ProxyURLConnectionFactory(URI, String, String) - Constructor for class com.emc.atmos.api.jersey.ProxyURLConnectionFactory
 
PutObjectRequest<T extends PutObjectRequest<T>> - Class in com.emc.atmos.api.request
Represents a write object request (create or update).
PutObjectRequest() - Constructor for class com.emc.atmos.api.request.PutObjectRequest
 

Q

QUERY - Static variable in class com.emc.esu.api.ServiceInformation
 
queryObjects(String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
queryObjects(String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Executes a query for objects matching the specified XQuery string.
queryObjects(String) - Method in class com.emc.esu.api.rest.EsuRestApi
Executes a query for objects matching the specified XQuery string.
queryObjects(String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Executes a query for objects matching the specified XQuery string.

R

Range - Class in com.emc.atmos.api
 
Range(long, long) - Constructor for class com.emc.atmos.api.Range
 
range - Variable in class com.emc.atmos.api.request.UpdateObjectRequest
 
range(Range) - Method in class com.emc.atmos.api.request.UpdateObjectRequest
ranges - Variable in class com.emc.atmos.api.request.ReadObjectRequest
 
ranges(Range...) - Method in class com.emc.atmos.api.request.ReadObjectRequest
read() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
read(byte[]) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
read(byte[], int, int) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
read() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
read(byte[], int, int) - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
read(byte[]) - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
READ - Static variable in class com.emc.esu.api.Permission
 
read() - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
read(byte[], int, int) - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
read(byte[]) - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
readAcl(Acl, String, Grantee.GRANT_TYPE) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Parses the value of an ACL response header and builds an ACL
readAsBytes(InputStream, int) - Static method in class com.emc.util.StreamUtil
 
readAsBytes(InputStream) - Static method in class com.emc.util.StreamUtil
 
readAsString(InputStream) - Static method in class com.emc.util.StreamUtil
 
readChecksum - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
readFrom(Class<MultipartEntity>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.emc.atmos.api.jersey.provider.MultipartReader
 
readLine(InputStream) - Static method in class com.emc.util.StreamUtil
Reads from the input stream until a linefeed is encountered.
readMetadata(MetadataList, String, boolean) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Parses the given header text and appends to the metadata list
readObject(ObjectIdentifier, Class<T>) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
readObject(ObjectIdentifier, Range, Class<T>) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
readObject(ObjectIdentifier, Class<T>) - Method in interface com.emc.atmos.api.AtmosApi
Reads an object's entire content from the cloud.
readObject(ObjectIdentifier, Range, Class<T>) - Method in interface com.emc.atmos.api.AtmosApi
Reads an object's content from the cloud.
readObject(ReadObjectRequest, Class<T>) - Method in interface com.emc.atmos.api.AtmosApi
Reads an object's content from the cloud using all of the options provided in the request object.
readObject(ObjectIdentifier, Class<T>) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObject(ObjectIdentifier, Range, Class<T>) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObject(ReadObjectRequest, Class<T>) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObject(ReadObjectRequest, Class<T>) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
readObject(Identifier, Extent, byte[], Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
readObject(Identifier, Extent, byte[]) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Reads an object's content.
readObject(Identifier, Extent, byte[], Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Reads an object's content.
readObject(Identifier, Extent, byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Reads an object's content.
readObject(Identifier, File) - Method in class com.emc.esu.api.rest.DownloadHelper
Downloads the given object's contents to a file.
readObject(Identifier, OutputStream, boolean) - Method in class com.emc.esu.api.rest.DownloadHelper
Downloads the given object's contents to a stream.
readObject(Identifier, Extent, byte[], Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
Reads an object's content.
readObject(Identifier, Extent, byte[], Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Reads an object's content.
ReadObjectRequest - Class in com.emc.atmos.api.request
Represents an Atmos read-object request.
ReadObjectRequest() - Constructor for class com.emc.atmos.api.request.ReadObjectRequest
 
ReadObjectResponse<T> - Class in com.emc.atmos.api.bean
 
ReadObjectResponse() - Constructor for class com.emc.atmos.api.bean.ReadObjectResponse
 
ReadObjectResponse(T) - Constructor for class com.emc.atmos.api.bean.ReadObjectResponse
 
readObjectStream(ObjectIdentifier, Range) - Method in interface com.emc.atmos.api.AtmosApi
Provides an InputStream to read an object's content from the cloud.
readObjectStream(ObjectIdentifier, Range) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
readObjectStream(ObjectIdentifier, Range) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
readObjectStream(Identifier, Extent) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
readObjectStream(Identifier, Extent) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Reads an object's content and returns an InputStream to read the content.
readObjectStream(Identifier, Extent) - Method in class com.emc.esu.api.rest.EsuRestApi
Reads an object's content and returns an InputStream to read the content.
readObjectStream(Identifier, Extent) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Reads an object's content and returns an InputStream to read the content.
readObjectStreamWithKey(String, String, Extent) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
readObjectStreamWithKey(String, String, Extent) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Reads an object's content and returns an InputStream to read the content.
readObjectStreamWithKey(String, String, Extent) - Method in class com.emc.esu.api.rest.EsuRestApi
 
readObjectStreamWithKey(String, String, Extent) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
readObjectWithKey(String, String, Extent, byte[], Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
readObjectWithKey(String, String, Extent, byte[]) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Reads an object's content.
readObjectWithKey(String, String, Extent, byte[], Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Reads an object's content.
readObjectWithKey(String, String, Extent, byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
readObjectWithKey(String, String, Extent, byte[], Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
 
readObjectWithKey(String, String, Extent, byte[], Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
readResponse(HttpURLConnection, byte[]) - Method in class com.emc.esu.api.rest.EsuRestApi
Reads the response body and returns it in a byte array.
readResponse(HttpURLConnection) - Static method in class com.emc.esu.sysmgmt.SysMgmtUtils
Reads the response body and returns it in a byte array.
readResponse(HttpURLConnection) - Static method in class com.emc.util.HttpUtil
Reads the response body and returns it in a byte array.
readResponseString(HttpURLConnection) - Static method in class com.emc.util.HttpUtil
Reads the response body and returns it as a string.
readStream(InputStream, int) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
readTags(MetadataTags, String, boolean) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Parses the given header and appends to the list of metadata tags.
rekey(ObjectIdentifier) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
"Rekeys" an object.
remove(Object) - Method in class com.emc.esu.api.MultiExtent
 
remove(int) - Method in class com.emc.esu.api.MultiExtent
 
RemoveAccountAssignee(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
RemoveAccountAssignee(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
removeAll(Collection<?>) - Method in class com.emc.esu.api.MultiExtent
 
removeGrant(Grant) - Method in class com.emc.esu.api.Acl
Removes a grant from the access control list.
removeGroupGrant(String) - Method in class com.emc.atmos.api.Acl
 
removeListener(ProgressListener) - Method in class com.emc.esu.api.rest.UploadHelper
Removes the given progress listener from the listener list.
removeMetadata(Metadata) - Method in class com.emc.esu.api.MetadataList
Removes a metadata item from the list
removeTag(MetadataTag) - Method in class com.emc.esu.api.MetadataTags
Removes a tag from the set of tags
removeUserGrant(String) - Method in class com.emc.atmos.api.Acl
 
rename(ObjectPath, ObjectPath, boolean) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
rename(ObjectPath, ObjectPath, boolean) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Renames a file or directory within the namespace.
rename(ObjectPath, ObjectPath, boolean) - Method in class com.emc.esu.api.rest.EsuRestApi
Renames a file or directory within the namespace.
rename(ObjectPath, ObjectPath, boolean) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Renames a file or directory within the namespace.
Replica - Class in com.emc.atmos.api.bean
 
Replica() - Constructor for class com.emc.atmos.api.bean.Replica
 
Request - Class in com.emc.atmos.api.request
Represents an Atmos REST request.
Request() - Constructor for class com.emc.atmos.api.request.Request
 
reset() - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
reset() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
reset() - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
ResetUidSecretRequest - Class in com.emc.esu.sysmgmt.pox
 
ResetUidSecretRequest(SysMgmtApi, String, String) - Constructor for class com.emc.esu.sysmgmt.pox.ResetUidSecretRequest
 
ResetUidSecretResponse - Class in com.emc.esu.sysmgmt.pox
 
ResetUidSecretResponse(HttpURLConnection) - Constructor for class com.emc.esu.sysmgmt.pox.ResetUidSecretResponse
 
resolveCount - Variable in class com.emc.atmos.AbstractConfig
 
resolvePath(String, String) - Method in class com.emc.atmos.AbstractConfig
Resolves a path relative to the API context.
restoreVersion(ObjectId, ObjectId) - Method in interface com.emc.atmos.api.AtmosApi
Restores the specified version (snapshot) of the specified object so that the object's current state reflects that of the version.
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
restoreVersion(ObjectId, ObjectId) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Restores a version of an object to the base version (i.e.
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.esu.api.rest.EsuRestApi
Restores a version of an object to the base version (i.e.
restoreVersion(ObjectId, ObjectId) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Restores a version of an object to the base version (i.e.
RestUtil - Class in com.emc.atmos.api
 
retainAll(Collection<?>) - Method in class com.emc.esu.api.MultiExtent
 
RetryFilter - Class in com.emc.atmos.api.jersey
 
RetryFilter(AtmosConfig) - Constructor for class com.emc.atmos.api.jersey.RetryFilter
 
RoundRobinAlgorithm - Class in com.emc.atmos
Simple implementation that returns subsequent endpoints for each call.
RoundRobinAlgorithm() - Constructor for class com.emc.atmos.RoundRobinAlgorithm
 
RunningChecksum - Class in com.emc.atmos.api
Used to store, update and compute checksums
RunningChecksum(ChecksumAlgorithm) - Constructor for class com.emc.atmos.api.RunningChecksum
 

S

secret - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
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 - Class in com.emc.esu.api
Contains information from the GetServiceInformation call
ServiceInformation() - Constructor for class com.emc.esu.api.ServiceInformation
 
ServiceInformation.Feature - Enum in com.emc.atmos.api.bean
 
SESSION_NAME - Static variable in class com.emc.esu.sysmgmt.pox.PoxRequest
 
set(int, Extent) - Method in class com.emc.esu.api.MultiExtent
 
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(Identifier, Acl) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
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.
setAcl(Identifier, Acl) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Sets (overwrites) the ACL on the object.
setAcl(Acl) - Method in class com.emc.esu.api.ObjectMetadata
 
setAcl(Identifier, Acl) - Method in class com.emc.esu.api.rest.EsuRestApi
Sets (overwrites) the ACL on the object.
setAcl(Identifier, Acl) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Sets (overwrites) the ACL on the object.
setAllowList(List<String>) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
setAtmosVersion(String) - Method in class com.emc.esu.api.ServiceInformation
 
setAvgLoad1(float) - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
setAvgLoad15(float) - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
setAvgLoad5(float) - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
setBuffer(byte[]) - Method in class com.emc.atmos.api.BufferSegment
 
setBuffer(byte[]) - Method in class com.emc.esu.api.BufferSegment
 
setBufferSize(int) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
setCapacity(String) - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
setChecksumming(boolean) - Method in class com.emc.esu.api.rest.DownloadHelper
 
setChecksumming(boolean) - Method in class com.emc.esu.api.rest.UploadHelper
 
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.bean.BasicResponse
 
setContentLength(long) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the content-length (byte size) of the object content.
setContentLengthRange(AccessTokenPolicy.ContentLengthRange) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setContentType(String) - Method in class com.emc.atmos.api.bean.BasicResponse
 
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.
setContext(String) - Method in class com.emc.atmos.AbstractConfig
Sets the base API context (i.e.
setContext(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Overrides the default context root of the REST api.
setCurrent(boolean) - Method in class com.emc.atmos.api.bean.Replica
 
setCurrent(boolean) - Method in class com.emc.esu.api.ObjectReplica
 
setCustomHeaders(Map<String, String>) - Method in class com.emc.esu.api.rest.EsuRestApi
 
setDate(Date) - Method in class com.emc.atmos.api.bean.BasicResponse
 
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).
setEnabled(boolean) - Method in class com.emc.atmos.api.bean.PolicyEvent
 
setEnabled(boolean) - Method in class com.emc.esu.api.ObjectExpiration
 
setEnabled(boolean) - Method in class com.emc.esu.api.ObjectRetention
 
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.
setEndAt(Date) - Method in class com.emc.atmos.api.bean.PolicyEvent
 
setEndAt(Date) - Method in class com.emc.esu.api.ObjectExpiration
 
setEndAt(Date) - Method in class com.emc.esu.api.ObjectRetention
 
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
 
setError(String) - Method in class com.emc.esu.sysmgmt.pox.PoxResponse
 
setErrorCode(int) - Method in exception com.emc.atmos.AtmosException
 
setExpectedValue(String) - Method in class com.emc.esu.api.Checksum
Sets the expected value for this checksum.
setExpiration(Date) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setExpiration(PolicyEvent) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setExpiration(ObjectExpiration) - Method in class com.emc.esu.api.ObjectInfo
 
setFilename(String) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
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
 
setHeaders(Map<String, List<String>>) - Method in class com.emc.atmos.api.bean.BasicResponse
 
setHost(String) - Method in class com.emc.acdp.AcdpConfig
 
setHost(String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Sets the hostname to connect to
setHttpCode(int) - Method in exception com.emc.atmos.AtmosException
 
setHttpMessage(String) - Method in class com.emc.atmos.api.bean.BasicResponse
 
setHttpStatus(int) - Method in class com.emc.atmos.api.bean.BasicResponse
 
setId(String) - Method in class com.emc.atmos.api.bean.AccessToken
 
setId(int) - Method in class com.emc.atmos.api.bean.Replica
 
setId(ObjectId) - Method in class com.emc.esu.api.DirectoryEntry
 
setId(String) - Method in class com.emc.esu.api.ObjectReplica
 
setId(ObjectId) - Method in class com.emc.esu.api.ObjectResult
 
setId(int) - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
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.
setIncludeMetadata(boolean) - Method in class com.emc.esu.api.ListOptions
Set to true if you want object metadata included in the response
setItime(Date) - Method in class com.emc.atmos.api.bean.ObjectVersion
 
setLastModified(Date) - Method in class com.emc.atmos.api.bean.BasicResponse
 
setLimit(int) - Method in class com.emc.atmos.api.request.ListRequest
Sets the limit (page size) for this request.
setLimit(int) - Method in class com.emc.esu.api.ListOptions
Sets the maximum number of results to fetch.
setListable(boolean) - Method in class com.emc.atmos.api.bean.Metadata
 
setListable(boolean) - Method in class com.emc.esu.api.Metadata
Sets the value of the listable flag.
setListable(boolean) - Method in class com.emc.esu.api.MetadataTag
Sets whether the tag is listable
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.esu.sysmgmt.ListRmgResponse.Rmg
 
setLocation(String) - Method in class com.emc.atmos.api.bean.BasicResponse
 
setLocation(String) - Method in class com.emc.atmos.api.bean.Replica
 
setLocation(String) - Method in class com.emc.esu.api.ObjectReplica
 
setLocation(String) - Method in class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
setLocation(String) - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
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
 
setMetadata(MetadataList) - Method in class com.emc.esu.api.ObjectMetadata
 
setMetadata(MetadataList) - Method in class com.emc.esu.api.ObjectResult
 
setMetadataName(String) - Method in class com.emc.atmos.api.request.ListObjectsRequest
Sets the metadata name (tag) to query.
setMimeType(String) - Method in class com.emc.esu.api.ObjectMetadata
 
setMimeType(String) - Method in class com.emc.esu.api.rest.UploadHelper
Sets the mimetype to be used when creating the object.
setMinReadSize(int) - Method in class com.emc.esu.api.rest.UploadHelper
 
setMode(LBEsuRestApi.LBMode) - Method in class com.emc.esu.api.rest.LBEsuRestApi
 
setMode(LBEsuRestApiApache.LBMode) - Method in class com.emc.esu.api.rest.LBEsuRestApiApache
 
setMulticastAddress(String) - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
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.esu.sysmgmt.ListHostsResponse.Host
 
setName(String) - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
setName(String) - Method in class com.emc.esu.sysmgmt.pox.ListRmgResponsePox.Rmg
 
setNodesDown(int) - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
setNodesUp(int) - Method in class com.emc.esu.sysmgmt.ListRmgResponse.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.
setObjectId(ObjectId) - Method in class com.emc.esu.api.ObjectInfo
 
setObjectVirtualPoolId(String) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Sets the ViPR Object Virtual Pool ID for the new namespace.
setOffset(int) - Method in class com.emc.atmos.api.BufferSegment
 
setOffset(int) - Method in class com.emc.esu.api.BufferSegment
 
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.AtmosMgmtConfig
 
setPassword(String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Sets the SysAdmin password to use.
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.
setPath(ObjectPath) - Method in class com.emc.esu.api.DirectoryEntry
 
setPolicy(AccessTokenPolicy) - Method in class com.emc.atmos.api.request.CreateAccessTokenRequest
Sets the token policy for the new access token.
setPort(int) - Method in class com.emc.acdp.AcdpConfig
 
setPort(int) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
 
setProjectId(String) - Method in class com.emc.atmos.api.request.CreateSubtenantRequest
Sets the ViPR Project ID for the new subtenant.
setProto(String) - Method in class com.emc.acdp.AcdpConfig
 
setProto(String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Sets the current connection protocol.
setProtocol(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Overrides the protocol selection.
setProxy(String, int, boolean) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
setProxy(String, int, boolean, String, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
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
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.
setRawXml(String) - Method in class com.emc.esu.api.ObjectInfo
 
setReadChecksum(boolean) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Turns read checksum verification on or off.
setReplicas(List<Replica>) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setReplicas(List<ObjectReplica>) - Method in class com.emc.esu.api.ObjectInfo
 
setReplicaType(String) - Method in class com.emc.esu.api.ObjectReplica
 
setRetention(PolicyEvent) - Method in class com.emc.atmos.api.bean.ObjectInfo
 
setRetention(ObjectRetention) - Method in class com.emc.esu.api.ObjectInfo
 
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.
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
 
setSelection(String) - Method in class com.emc.esu.api.ObjectInfo
 
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.
setServerOffset(long) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Sets the server offset in millesconds.
setSessionToken(String) - Method in class com.emc.acdp.AcdpConfig
 
setSize(int) - Method in class com.emc.atmos.api.BufferSegment
 
setSize(int) - Method in class com.emc.esu.api.BufferSegment
 
setSource(AccessTokenPolicy.Source) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
setStartsWith(String) - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
setStorageType(String) - Method in class com.emc.atmos.api.bean.Replica
 
setStorageType(String) - Method in class com.emc.esu.api.ObjectReplica
 
setSubTenantName(String) - Method in class com.emc.esu.sysmgmt.pox.GetUidRequest
 
setSuccessful(boolean) - Method in class com.emc.esu.sysmgmt.pox.PoxResponse
 
setSystemMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.DirectoryEntry
 
setSystemMetadata(List<Metadata>) - Method in class com.emc.atmos.api.bean.ObjectEntry
 
setSystemMetadata(MetadataList) - Method in class com.emc.esu.api.DirectoryEntry
 
setSystemMetadata(List<String>) - Method in class com.emc.esu.api.ListOptions
When includeMetadata is true, sets the list of system metadata values to include in the results.
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.
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.
setToken(String) - Method in class com.emc.esu.api.ListOptions
Sets the token to request more 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
 
setTotalBytes(long) - Method in class com.emc.esu.api.rest.UploadHelper
Sets the total number of bytes to transfer in the upload
setType(String) - Method in class com.emc.atmos.api.bean.Replica
 
setType(String) - Method in class com.emc.esu.api.DirectoryEntry
 
setUid(String) - Method in class com.emc.esu.sysmgmt.pox.GetUidRequest
 
setUnicodeEnabled(boolean) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
 
setUnicodeEnabled(boolean) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Set to true to enable Unicode metadata processing.
setUnicodeMetadataSupported(boolean) - Method in class com.emc.esu.api.ServiceInformation
 
setUp(boolean) - Method in class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
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(Identifier, MetadataList) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
setUserMetadata(Collection<Metadata>) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the user metadata to assign to the object.
setUserMetadata(MetadataList) - Method in class com.emc.esu.api.DirectoryEntry
 
setUserMetadata(Identifier, MetadataList) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Writes the metadata into the object.
setUserMetadata(List<String>) - Method in class com.emc.esu.api.ListOptions
When includeMetadata is true, sets the list of user metadata values to include in the results.
setUserMetadata(Identifier, MetadataList) - Method in class com.emc.esu.api.rest.EsuRestApi
Writes the metadata into the object.
setUserMetadata(Identifier, MetadataList) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Writes the metadata into 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.AtmosMgmtConfig
 
setUsername(String) - Method in class com.emc.esu.sysmgmt.SysMgmtApi
Sets the SysAdmin username to connect with
setValue(String) - Method in class com.emc.atmos.api.bean.Metadata
 
setValue(String) - Method in class com.emc.esu.api.Metadata
Sets the metadata's value.
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
 
setWsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.request.PutObjectRequest
Sets the ws-checksum value to use for this request.
sign(String, byte[]) - Static method in class com.emc.atmos.api.RestUtil
 
sign(String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Generates an HMAC-SHA1 signature of the given input string using the shared secret key.
sign(byte[]) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
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.
signRequest(String, String, String, Map<String, String>) - Method in class com.emc.esu.api.rest.EsuRestApi
Generates the HMAC-SHA1 signature used to authenticate the request using the Java security APIs.
silentClose(OutputStream) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Helper method that closes a stream ignoring errors.
size() - Method in class com.emc.esu.api.MultiExtent
 
skip(long) - Method in class com.emc.atmos.api.jersey.MeasuredInputStream
 
skip(long) - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
skip(long) - Method in class com.emc.esu.api.rest.CommonsInputStreamWrapper
 
SslUtil - Class in com.emc.util
 
SslUtil() - Constructor for class com.emc.util.SslUtil
 
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
 
subList(int, int) - Method in class com.emc.esu.api.MultiExtent
 
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.
SysMgmtApi - Class in com.emc.esu.sysmgmt
Main Façade for the Atmos system management API.
SysMgmtApi() - Constructor for class com.emc.esu.sysmgmt.SysMgmtApi
Default constructor
SysMgmtApi(String, String, int, String, String) - Constructor for class com.emc.esu.sysmgmt.SysMgmtApi
Constructs a new SysMgmtApi connection
SysMgmtRequest<T extends SysMgmtResponse> - Class in com.emc.esu.sysmgmt
 
SysMgmtRequest(SysMgmtApi) - Constructor for class com.emc.esu.sysmgmt.SysMgmtRequest
 
SysMgmtResponse - Class in com.emc.esu.sysmgmt
Base class for system management responses.
SysMgmtResponse(HttpURLConnection) - Constructor for class com.emc.esu.sysmgmt.SysMgmtResponse
 
SysMgmtUtils - Class in com.emc.esu.sysmgmt
 
SysMgmtUtils() - Constructor for class com.emc.esu.sysmgmt.SysMgmtUtils
 
systemMetadataNames - Variable in class com.emc.atmos.api.request.ListMetadataRequest
 
systemMetadataNames(String...) - Method in class com.emc.atmos.api.request.ListMetadataRequest
SystemMgmtConfig - Class in com.emc.atmos.mgmt
 
SystemMgmtConfig() - Constructor for class com.emc.atmos.mgmt.SystemMgmtConfig
 

T

TenantMgmtApi - Interface in com.emc.atmos.mgmt.api
 
TenantMgmtApiClient - Class in com.emc.atmos.mgmt.api.jersey
 
TenantMgmtApiClient(AtmosMgmtConfig) - Constructor for class com.emc.atmos.mgmt.api.jersey.TenantMgmtApiClient
 
TenantMgmtConfig - Class in com.emc.atmos.mgmt
 
TenantMgmtConfig() - Constructor for class com.emc.atmos.mgmt.TenantMgmtConfig
 
threadEndpoint - Variable in class com.emc.atmos.AbstractConfig
 
threadEndpoint - Variable in class com.emc.atmos.StickyThreadAlgorithm
 
toArray() - Method in class com.emc.esu.api.MultiExtent
 
toArray(T[]) - Method in class com.emc.esu.api.MultiExtent
 
toASCIIString() - Method in class com.emc.atmos.api.bean.Metadata
 
token - Variable in class com.emc.atmos.api.request.ListRequest
 
token(String) - Method in class com.emc.atmos.api.request.ListRequest
Builder method for ListRequest.setToken(String)
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.ContentLengthRange
 
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.FormField
 
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy.Source
 
toString() - Method in class com.emc.atmos.api.bean.AccessTokenPolicy
 
toString() - Method in class com.emc.atmos.api.bean.Metadata
 
toString() - Method in class com.emc.atmos.api.ChecksumValue
Outputs this checksum in a format suitable for including in Atmos create/update calls.
toString(boolean) - Method in class com.emc.atmos.api.ChecksumValue
 
toString() - Method in class com.emc.atmos.api.ObjectId
 
toString() - Method in class com.emc.atmos.api.ObjectKey
 
toString() - Method in class com.emc.atmos.api.ObjectPath
 
toString() - Method in class com.emc.atmos.api.Range
 
toString() - Method in exception com.emc.atmos.AtmosException
 
toString() - Method in class com.emc.esu.api.Acl
Returns the ACL's grant set as a String.
toString() - Method in class com.emc.esu.api.Checksum
Outputs the current digest checksum in a format suitable for including in Atmos create/update calls.
toString() - Method in class com.emc.esu.api.DirectoryEntry
 
toString() - Method in exception com.emc.esu.api.EsuException
 
toString() - Method in class com.emc.esu.api.Extent
 
toString() - Method in class com.emc.esu.api.Grant
Returns the grant in string form: grantee=permission
toString() - Method in class com.emc.esu.api.HttpInputStreamWrapper
 
toString() - Method in class com.emc.esu.api.Metadata
Returns a string representation of the metadata.
toString() - Method in class com.emc.esu.api.MultiExtent
 
toString() - Method in class com.emc.esu.api.ObjectId
Returns the identifier as a string
toString() - Method in class com.emc.esu.api.ObjectPath
Returns the identifier as a string
toString() - Method in class com.emc.esu.api.ObjectResult
 
toString() - Method in class com.emc.esu.sysmgmt.ListHostsResponse.Host
 
toString() - Method in class com.emc.esu.sysmgmt.ListRmgResponse.Rmg
 
TYPE_APPLICATION_OCTET_STREAM - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_DEFAULT - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_MULTIPART - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_MULTIPART_BYTE_RANGES - Static variable in class com.emc.atmos.api.RestUtil
 
TYPE_PARAM_BOUNDARY - Static variable in class com.emc.atmos.api.RestUtil
 

U

uid - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
unassignAccountIdentity(String, String) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
unassignAccountIdentity(String, String) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
unicodeEnabled - Variable in class com.emc.esu.api.rest.AbstractEsuRestApi
 
unmarshal(Class<T>, String) - Static method in class com.emc.acdp.util.XmlUtil
 
unmarshal(Class<T>, InputStream) - Static method in class com.emc.acdp.util.XmlUtil
 
unmarshal(String) - Method in class com.emc.atmos.api.bean.adapter.Iso8601Adapter
Until Java 7, SimpleDateFormat doesn't support ISO 8601 time zones ('Z', '+0000', '-03', etc.) This extra parsing ensures that we can *read* them.
unmarshal(String) - Method in class com.emc.atmos.api.bean.adapter.ObjectIdAdapter
 
update(byte[], int, int) - Method in class com.emc.atmos.api.RunningChecksum
Updates the checksum with the given buffer's contents
update(BufferSegment) - Method in class com.emc.atmos.api.RunningChecksum
Convenience method to pass in a buffer segment.
update(byte[], int, int) - Method in class com.emc.esu.api.Checksum
Updates the checksum with the given buffer's contents
updateIdentityProfile(String, Profile) - Method in interface com.emc.acdp.api.AcdpAdminApi
 
updateIdentityProfile(String, Profile) - Method in class com.emc.acdp.api.jersey.AcdpAdminApiClient
 
updateObject(ObjectIdentifier, Object) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
updateObject(ObjectIdentifier, Object, Range) - Method in class com.emc.atmos.api.AbstractAtmosApi
 
updateObject(ObjectIdentifier, Object) - Method in interface com.emc.atmos.api.AtmosApi
Updates an object's content in the cloud.
updateObject(ObjectIdentifier, Object, Range) - Method in interface com.emc.atmos.api.AtmosApi
Updates an object's content in the cloud.
updateObject(UpdateObjectRequest) - Method in interface com.emc.atmos.api.AtmosApi
Updates an object's content in the cloud using all of the options provided in the request object.
updateObject(ObjectIdentifier, Object) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
updateObject(ObjectIdentifier, Object, Range) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
updateObject(UpdateObjectRequest) - Method in class com.emc.atmos.api.encryption.AtmosEncryptionClient
 
updateObject(UpdateObjectRequest) - Method in class com.emc.atmos.api.jersey.AtmosApiClient
 
updateObject(Identifier, Acl, MetadataList, Extent, byte[], String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud.
updateObject(Identifier, Acl, MetadataList, Extent, byte[], String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud.
updateObject(Identifier, Acl, MetadataList, Extent, byte[], String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Updates an object in the cloud and optionally its metadata and ACL.
updateObject(Identifier, Acl, MetadataList, Extent, byte[], String, Checksum) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Updates an object in the cloud and optionally its metadata and ACL.
updateObject(Identifier, File, Acl, MetadataList) - Method in class com.emc.esu.api.rest.UploadHelper
Updates an existing object with the contents of the given file, ACL, and metadata.
updateObject(Identifier, InputStream, Acl, MetadataList, boolean) - Method in class com.emc.esu.api.rest.UploadHelper
Updates an existing object with the contents of the given stream, ACL, and metadata.
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud using a portion of a buffer.
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud using a portion of a buffer.
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
Updates an object in the cloud and optionally its metadata and ACL.
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
Updates an object in the cloud and optionally its metadata and ACL.
updateObjectFromSegment(Identifier, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Updates an object in the cloud and optionally its metadata and ACL.
updateObjectFromStream(Identifier, Acl, MetadataList, Extent, InputStream, long, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
updateObjectFromStream(Identifier, Acl, MetadataList, Extent, InputStream, long, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud.
updateObjectFromStream(Identifier, Acl, MetadataList, Extent, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApi
Updates an object in the cloud.
updateObjectFromStream(Identifier, Acl, MetadataList, Extent, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Updates an object in the cloud.
UpdateObjectRequest - Class in com.emc.atmos.api.request
Represents an update object request.
UpdateObjectRequest() - Constructor for class com.emc.atmos.api.request.UpdateObjectRequest
 
updateObjectWithKey(String, String, Acl, MetadataList, Extent, byte[], String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud.
updateObjectWithKey(String, String, Acl, MetadataList, Extent, byte[], String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud.
updateObjectWithKey(String, String, Acl, MetadataList, Extent, byte[], String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
updateObjectWithKey(String, String, Acl, MetadataList, Extent, byte[], String, Checksum) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
updateObjectWithKeyFromSegment(String, String, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
updateObjectWithKeyFromSegment(String, String, Acl, MetadataList, Extent, BufferSegment, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud using a portion of a buffer.
updateObjectWithKeyFromSegment(String, String, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud using a portion of a buffer.
updateObjectWithKeyFromSegment(String, String, Acl, MetadataList, Extent, BufferSegment, String) - Method in class com.emc.esu.api.rest.AbstractEsuRestApi
 
updateObjectWithKeyFromSegment(String, String, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApi
 
updateObjectWithKeyFromSegment(String, String, Acl, MetadataList, Extent, BufferSegment, String, Checksum) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
updateObjectWithKeyFromStream(String, String, Acl, MetadataList, Extent, InputStream, long, String) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
updateObjectWithKeyFromStream(String, String, Acl, MetadataList, Extent, InputStream, long, String) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Updates an object in the cloud.
updateObjectWithKeyFromStream(String, String, Acl, MetadataList, Extent, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApi
 
updateObjectWithKeyFromStream(String, String, Acl, MetadataList, Extent, InputStream, long, String) - Method in class com.emc.esu.api.rest.EsuRestApiApache
 
UploadHelper - Class in com.emc.esu.api.rest
Helper class to create and update objects.
UploadHelper(EsuApi, byte[]) - Constructor for class com.emc.esu.api.rest.UploadHelper
Creates a new upload helper.
UploadHelper(EsuApi) - Constructor for class com.emc.esu.api.rest.UploadHelper
Creates a new upload helper using a default 4MB buffer.
userMetadata - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
userMetadata(Metadata...) - Method in class com.emc.atmos.api.request.PutObjectRequest
userMetadataNames - Variable in class com.emc.atmos.api.request.ListMetadataRequest
 
userMetadataNames(String...) - Method in class com.emc.atmos.api.request.ListMetadataRequest

V

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.esu.api.Checksum.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.esu.api.Grantee.GRANT_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.esu.api.rest.LBEsuRestApi.LBMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.emc.esu.api.rest.LBEsuRestApiApache.LBMode
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.esu.api.Checksum.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.esu.api.Grantee.GRANT_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.esu.api.rest.LBEsuRestApi.LBMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.emc.esu.api.rest.LBEsuRestApiApache.LBMode
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.emc.esu.api
Contains the results from the listVersions command.
Version(ObjectId, int, Date) - Constructor for class com.emc.esu.api.Version
 
VERSIONING - Static variable in class com.emc.esu.api.ServiceInformation
 
versionObject(Identifier) - Method in class com.emc.atmos.api.jersey.EsuApiJerseyAdapter
 
versionObject(Identifier) - Method in interface com.emc.esu.api.EsuApi
Deprecated.
Creates a new immutable version of an object.
versionObject(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApi
Creates a new immutable version of an object.
versionObject(Identifier) - Method in class com.emc.esu.api.rest.EsuRestApiApache
Creates a new immutable version of an object.

W

wrapped - Variable in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
WRITE - Static variable in class com.emc.esu.api.Permission
 
writeRequest(HttpURLConnection, String) - Static method in class com.emc.util.HttpUtil
Simply writes the given content to the given connection's output stream.
writeTo(BufferSegment, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.emc.atmos.api.jersey.provider.BufferSegmentWriter
 
writeTo(MeasuredInputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.emc.atmos.api.jersey.provider.MeasuredInputStreamWriter
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.emc.atmos.api.jersey.provider.MeasuredMessageBodyWriter
 
wsChecksum - Variable in class com.emc.atmos.api.request.PutObjectRequest
 
wsChecksum(ChecksumValue) - Method in class com.emc.atmos.api.request.PutObjectRequest

X

XHEADER_CONTENT_CHECKSUM - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_DATE - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_EXPIRES - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_FEATURES - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_FORCE - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_GENERATE_CHECKSUM - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_GROUP_ACL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_INCLUDE_META - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_LIMIT - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_LISTABLE_META - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_LISTABLE_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_META - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_OBJECT_VPOOL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_OBJECTID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_PATH - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_POOL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_PROJECT - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SIGNATURE - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SUPPORT_UTF8 - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_SYSTEM_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_TOKEN - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_UID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_USER_ACL - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_USER_TAGS - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_UTF8 - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_VERSION_OID - Static variable in class com.emc.atmos.api.RestUtil
 
XHEADER_WSCHECKSUM - Static variable in class com.emc.atmos.api.RestUtil
 
XmlUtil - Class in com.emc.acdp.util
 
A B C D E F G H I J K L M N O P Q R S T U V W X