A B C D E F G H I L M N O P R S T U V 

A

ACL_DELIM - Static variable in class org.duracloud.storage.provider.StorageProviderBase
 
ACL_GROUP_READ - Static variable in class org.duracloud.storage.provider.StorageProviderBase
 
ACL_GROUP_WRITE - Static variable in class org.duracloud.storage.provider.StorageProviderBase
 
ACL_USER_READ - Static variable in class org.duracloud.storage.provider.StorageProviderBase
 
ACL_USER_WRITE - Static variable in class org.duracloud.storage.provider.StorageProviderBase
 
addContent(String, String, String, Map<String, String>, long, String, InputStream) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
addContent(String, String, String, Map<String, String>, long, String, InputStream) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
addContent(String, String, String, Map<String, String>, long, String, InputStream) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
addContent(StorageProvider, String, String, String, String, Map<String, String>, long, String, InputStream) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
addContent(StorageProvider, String, String, String, String, Map<String, String>, long, String, InputStream) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
addContent(String, String, String, Map<String, String>, long, String, InputStream) - Method in interface org.duracloud.storage.provider.StorageProvider
Adds content to a space.
AuditConfig - Class in org.duracloud.storage.domain
 
AuditConfig() - Constructor for class org.duracloud.storage.domain.AuditConfig
 

B

BrokeredStorageProvider - Class in org.duracloud.storage.provider
 
BrokeredStorageProvider(StatelessStorageProvider, StorageProvider, StorageProviderType, String) - Constructor for class org.duracloud.storage.provider.BrokeredStorageProvider
 

C

ChecksumMismatchException - Exception in org.duracloud.storage.error
Exception thrown when there is a mismatch in checksum values
ChecksumMismatchException(String, boolean) - Constructor for exception org.duracloud.storage.error.ChecksumMismatchException
 
ChecksumMismatchException(String, Throwable) - Constructor for exception org.duracloud.storage.error.ChecksumMismatchException
 
ChecksumMismatchException(String, Throwable, boolean) - Constructor for exception org.duracloud.storage.error.ChecksumMismatchException
 
compareChecksum(StorageProvider, String, String, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines if the checksum for a particular piece of content stored in a StorageProvider matches the expected checksum value.
compareChecksum(String, String, String, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines if two checksum values are equal
contains(Iterator<String>, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines if a String value is included in a Iterated list.
ContentIterator - Class in org.duracloud.storage.domain
 
ContentIterator(StorageProvider, String, String) - Constructor for class org.duracloud.storage.domain.ContentIterator
 
ContentIterator(StorageProvider, String, String, long) - Constructor for class org.duracloud.storage.domain.ContentIterator
 
copyContent(String, String, String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
copyContent(String, String, String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
copyContent(String, String, String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
copyContent(StorageProvider, String, String, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
copyContent(StorageProvider, String, String, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
 
copyContent(String, String, String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
This method copies the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
count(Iterator<String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Determines the number of elements in an iteration.
createContentProperties(String, String) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Generates a map of all client-side default content properties to be added with new content.
createDocumentFrom(Collection<StorageAccount>, boolean, boolean) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
Converts the provided DuraStore acct configuration into an Xml element, to be included in a larger Xml document (likely DuraStore config)
createFromXml(InputStream) - Method in class org.duracloud.storage.xml.DuraStoreInitDocumentBinding
Deserializes the provided xml into durastore init config
createSpace(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
createSpace(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
createSpace(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
createSpace(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
createSpace(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
createSpace(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Creates a new space.
createStorageAccountsFrom(Element) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
This method deserializes the provided xml into a durastore acct config object.
createStorageAccountsFromXml(InputStream) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
Creates storage accounts listing from XML which includes only the storage accounts list (not the full DuraStore config.
createXmlFrom(DuraStoreInitConfig, boolean, boolean) - Method in class org.duracloud.storage.xml.DuraStoreInitDocumentBinding
Serializes the provided durastore init config into xml
createXmlFrom(Collection<StorageAccount>, boolean, boolean) - Method in class org.duracloud.storage.xml.StorageAccountsDocumentBinding
Converts the provided DuraStore acct configuration into a stand-alone XML document.

D

DatabaseConfig - Class in org.duracloud.storage.domain
 
DatabaseConfig() - Constructor for class org.duracloud.storage.domain.DatabaseConfig
 
DatabaseConfigXmlUtil - Class in org.duracloud.storage.domain
 
DatabaseConfigXmlUtil() - Constructor for class org.duracloud.storage.domain.DatabaseConfigXmlUtil
 
DEFAULT_MAX_RESULTS - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
DEFAULT_MIMETYPE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
deleteContent(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
deleteContent(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
deleteContent(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
deleteContent(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Removes content from a space.
deleteSpace(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
deleteSpace(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
deleteSpace(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
deleteSpace(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
deleteSpace(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Deletes a space.
deleteSpace(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
Deletes a space.
deleteSpaceSync(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
This method is only intended to be used by tests!
DESCRIBE_JOB_TASK_NAME - Static variable in class org.duracloud.storage.domain.HadoopTypes
 
doSetSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
DuraStoreInitConfig - Class in org.duracloud.storage.domain
Configuration data used to initialize DuraStore
DuraStoreInitConfig() - Constructor for class org.duracloud.storage.domain.DuraStoreInitConfig
 
DuraStoreInitDocumentBinding - Class in org.duracloud.storage.xml
 
DuraStoreInitDocumentBinding() - Constructor for class org.duracloud.storage.xml.DuraStoreInitDocumentBinding
 

E

equals(Object) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
expireStorageProvider(String) - Method in interface org.duracloud.storage.util.StorageProviderFactory
 

F

fromString(String) - Static method in enum org.duracloud.storage.domain.StorageProviderType
 

G

getAccountFromXml(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
getAccountFromXml(Element) - Method in interface org.duracloud.storage.xml.StorageAccountProviderBinding
This method builds a StorageAccount object from the arg xml.
getAccountId(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
getAccountName() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getAllSpaceProperties(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
getAuditConfig() - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
 
getAuditLogSpaceId() - Method in class org.duracloud.storage.domain.AuditConfig
 
getAuditPassword() - Method in class org.duracloud.storage.domain.AuditConfig
 
getAuditQueue() - Method in interface org.duracloud.storage.util.StorageProviderFactory
 
getAuditQueueName() - Method in class org.duracloud.storage.domain.AuditConfig
 
getAuditUsername() - Method in class org.duracloud.storage.domain.AuditConfig
 
getCliForm() - Method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
 
getContent(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getContent(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContent() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContent(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getContent(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getContent(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getContent(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Gets content from a space.
getContentId() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentMimeType() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentProperties(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getContentProperties(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentProperties() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getContentProperties(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getContentProperties(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getContentProperties(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getContentProperties(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Retrieves the properties associated with content.
getContentSize() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getCredential(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
getDescription() - Method in enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
 
getElementFrom(StorageAccount, boolean, boolean) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
getElementFrom(StorageAccount, boolean, boolean) - Method in interface org.duracloud.storage.xml.StorageAccountProviderBinding
This method builds an xml element from the arg StorageAccount.
getHost() - Method in class org.duracloud.storage.domain.DatabaseConfig
 
getId() - Method in enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
 
getId() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
getId() - Method in interface org.duracloud.storage.domain.StorageAccount
 
getInstanceHost() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getInstancePort() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getIsPrimary(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
getList(Iterator<String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Creates a list of all of the items in an iteration.
getLongForm() - Method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
 
getMillDbConfig() - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
 
getName() - Method in class org.duracloud.storage.domain.DatabaseConfig
 
getName() - Method in enum org.duracloud.storage.domain.StorageProviderType
 
getName() - Method in interface org.duracloud.storage.provider.TaskRunner
 
getOptions() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
getOptions() - Method in interface org.duracloud.storage.domain.StorageAccount
 
getOwnerId() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
getOwnerId() - Method in interface org.duracloud.storage.domain.StorageAccount
 
getPassword() - Method in class org.duracloud.storage.domain.DatabaseConfig
 
getPassword() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
getPassword() - Method in interface org.duracloud.storage.domain.StorageAccount
 
getPort() - Method in class org.duracloud.storage.domain.DatabaseConfig
 
getPrimaryStorageAccount() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getProbedCore() - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceACLs(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceACLs(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceACLs(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceACLs(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceACLs(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
 
getSpaceACLs(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Retrieves the ACLs associated with a space.
getSpaceACLs(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
getSpaceContents(String, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceContents(String, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceContents(StorageProvider, String, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceContents(StorageProvider, String, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceContents(String, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Provides access to the content files within a space.
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceContentsChunked(String, String, long, String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceContentsChunked(StorageProvider, String, String, String, long, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceContentsChunked(StorageProvider, String, String, String, long, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceContentsChunked(String, String, long, String) - Method in interface org.duracloud.storage.provider.StorageProvider
Provides a listing of the content files within a space.
getSpaceDeleteWorker(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
getSpaceId() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceProperties(String) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaceProperties(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceProperties() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaceProperties(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaceProperties(StorageProvider, String, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaceProperties(StorageProvider, String, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaceProperties(String) - Method in interface org.duracloud.storage.provider.StorageProvider
Retrieves the properties associated with a space.
getSpaceProperties(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
This method returns all of the space properties EXCEPT the ACLs
getSpaces() - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getSpaces() - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
getSpaces() - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
getSpaces(StorageProvider, String) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
getSpaces(StorageProvider, String) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
getSpaces() - Method in interface org.duracloud.storage.provider.StorageProvider
Provides a listing of all spaces owned by a customer.
getStorageAccount(String) - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getStorageAccountIds() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getStorageAccounts() - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
 
getStorageAccounts() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
getStorageAccounts() - Method in interface org.duracloud.storage.util.StorageProviderFactory
 
getStorageProvider() - Method in interface org.duracloud.storage.util.StorageProviderFactory
 
getStorageProvider(String) - Method in interface org.duracloud.storage.util.StorageProviderFactory
 
getStorageProviderType(Element) - Method in class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
getSupportedTasks() - Method in interface org.duracloud.storage.provider.TaskProvider
 
getSupportedTasks() - Method in class org.duracloud.storage.provider.TaskProviderBase
 
getTargetType() - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
getType() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
getType() - Method in interface org.duracloud.storage.domain.StorageAccount
 
getUsername() - Method in class org.duracloud.storage.domain.DatabaseConfig
 
getUsername() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
getUsername() - Method in interface org.duracloud.storage.domain.StorageAccount
 

H

HadoopTypes - Class in org.duracloud.storage.domain
This class contains constants for running hadoop jobs.
HadoopTypes() - Constructor for class org.duracloud.storage.domain.HadoopTypes
 
HadoopTypes.INSTANCES - Enum in org.duracloud.storage.domain
 
HadoopTypes.JOB_TYPES - Enum in org.duracloud.storage.domain
 
HadoopTypes.TASK_OUTPUTS - Enum in org.duracloud.storage.domain
 
HadoopTypes.TASK_PARAMS - Enum in org.duracloud.storage.domain
 
hashCode() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
hasNext() - Method in class org.duracloud.storage.domain.ContentIterator
 

I

IdUtil - Class in org.duracloud.storage.util
 
IdUtil() - Constructor for class org.duracloud.storage.util.IdUtil
 
InitConfigParser - Class in org.duracloud.storage.util
 
InitConfigParser() - Constructor for class org.duracloud.storage.util.InitConfigParser
 
initialize(List<StorageAccount>) - Method in class org.duracloud.storage.domain.StorageAccountManager
Initializes the account manager based on provided accounts
initialize(InputStream, String, String) - Method in interface org.duracloud.storage.util.StorageProviderFactory
Deprecated.
initialize(DuraStoreInitConfig, String, String) - Method in interface org.duracloud.storage.util.StorageProviderFactory
 
InvalidEventTSVException - Exception in org.duracloud.storage.error
 
InvalidEventTSVException(String) - Constructor for exception org.duracloud.storage.error.InvalidEventTSVException
 
InvalidIdException - Exception in org.duracloud.storage.error
 
InvalidIdException(String) - Constructor for exception org.duracloud.storage.error.InvalidIdException
 
InvalidRequestException - Exception in org.duracloud.storage.error
 
InvalidRequestException(String) - Constructor for exception org.duracloud.storage.error.InvalidRequestException
 
isInitialized() - Method in class org.duracloud.storage.domain.StorageAccountManager
 
isInitialized() - Method in interface org.duracloud.storage.util.StorageProviderFactory
 
ISO8601_DATE_FORMAT - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
isPrimary() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
isPrimary() - Method in interface org.duracloud.storage.domain.StorageAccount
 
isRetry() - Method in exception org.duracloud.storage.error.NotFoundException
 
isRetry() - Method in exception org.duracloud.storage.error.StorageException
 

L

loadProperties(InputStream) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Loads a stream containing properties and populates a map with the properties name/value pairs.
log - Variable in class org.duracloud.storage.domain.StorageAccountManager
 
log - Variable in class org.duracloud.storage.provider.StorageProviderBase
 
log - Variable in class org.duracloud.storage.provider.StorageProviderBase.SpaceDeleteWorker
 
log - Variable in class org.duracloud.storage.provider.TaskProviderBase
 

M

marshall(DatabaseConfig, String) - Static method in class org.duracloud.storage.domain.DatabaseConfigXmlUtil
 
metric - Variable in class org.duracloud.storage.provider.ProbedStorageProvider
 
metricsTable - Variable in class org.duracloud.storage.provider.ProbedStorageProvider
 
MockStorageProvider - Class in org.duracloud.storage.provider.mock
 
MockStorageProvider() - Constructor for class org.duracloud.storage.provider.mock.MockStorageProvider
 

N

next() - Method in class org.duracloud.storage.domain.ContentIterator
 
NO_RETRY - Static variable in exception org.duracloud.storage.error.StorageException
 
NotFoundException - Exception in org.duracloud.storage.error
Exception thrown by StorageProvider implementations when a requested space or content item does not exist.
NotFoundException(String) - Constructor for exception org.duracloud.storage.error.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.duracloud.storage.error.NotFoundException
 

O

org.duracloud.storage.domain - package org.duracloud.storage.domain
 
org.duracloud.storage.domain.impl - package org.duracloud.storage.domain.impl
 
org.duracloud.storage.error - package org.duracloud.storage.error
 
org.duracloud.storage.provider - package org.duracloud.storage.provider
 
org.duracloud.storage.provider.mock - package org.duracloud.storage.provider.mock
 
org.duracloud.storage.util - package org.duracloud.storage.util
 
org.duracloud.storage.xml - package org.duracloud.storage.xml
 
org.duracloud.storage.xml.impl - package org.duracloud.storage.xml.impl
 

P

packACLs(Map<String, AclType>) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
parseInitXml(InputStream) - Static method in class org.duracloud.storage.util.InitConfigParser
 
performTask(String, String) - Method in interface org.duracloud.storage.provider.TaskProvider
 
performTask(String, String) - Method in class org.duracloud.storage.provider.TaskProviderBase
 
performTask(String) - Method in interface org.duracloud.storage.provider.TaskRunner
 
ProbedStorageProvider - Class in org.duracloud.storage.provider
This class wraps a StorageProvider implementation, collecting timing metrics while passing calls down.
ProbedStorageProvider() - Constructor for class org.duracloud.storage.provider.ProbedStorageProvider
 
PROPERTIES_CONTENT_CHECKSUM - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_CREATOR - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_FILE_CREATED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_FILE_LAST_ACCESSED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_FILE_MODIFIED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_FILE_PATH - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_MD5 - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_MIMETYPE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_MODIFIED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_CONTENT_SIZE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_COPY_SOURCE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_COPY_SOURCE_STORE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_SPACE_ACL - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_SPACE_ACL_GROUP - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_SPACE_ACL_PUBLIC - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_SPACE_COUNT - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_SPACE_CREATED - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_SPACE_SIZE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_STREAMING_HOST - Static variable in interface org.duracloud.storage.provider.StorageProvider
 
PROPERTIES_STREAMING_TYPE - Static variable in interface org.duracloud.storage.provider.StorageProvider
 

R

remove() - Method in class org.duracloud.storage.domain.ContentIterator
 
removeCalculatedProperties(Map<String, String>) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
removeCalculatedProperties(Map<String, String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Returns a new map with the calculated properties removed.
removeSpace(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
RETRY - Static variable in exception org.duracloud.storage.error.StorageException
 
retry - Variable in exception org.duracloud.storage.error.StorageException
 
run() - Method in class org.duracloud.storage.provider.StorageProviderBase.SpaceDeleteWorker
 
RUN_HADOOP_TASK_NAME - Static variable in class org.duracloud.storage.domain.HadoopTypes
 

S

setAuditConfig(AuditConfig) - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
 
setAuditLogSpaceId(String) - Method in class org.duracloud.storage.domain.AuditConfig
 
setAuditPassword(String) - Method in class org.duracloud.storage.domain.AuditConfig
 
setAuditQueueName(String) - Method in class org.duracloud.storage.domain.AuditConfig
 
setAuditUsername(String) - Method in class org.duracloud.storage.domain.AuditConfig
 
setContent(InputStream) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentId(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentMimeType(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentProperties(Map<String, String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setContentProperties(StorageProvider, String, String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
setContentProperties(StorageProvider, String, String, String, Map<String, String>) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
setContentProperties(String, String, Map<String, String>) - Method in interface org.duracloud.storage.provider.StorageProvider
Sets the properties associated with content.
setContentSize(long) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setEnvironment(String, String) - Method in class org.duracloud.storage.domain.StorageAccountManager
 
setHost(String) - Method in class org.duracloud.storage.domain.DatabaseConfig
 
setId(String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setId(String) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setMetricsTable(MetricsTable) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setMillDbConfig(DatabaseConfig) - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
 
setName(String) - Method in class org.duracloud.storage.domain.DatabaseConfig
 
setNewSpaceProperties(String, Map<String, String>) - Method in class org.duracloud.storage.provider.StorageProviderBase
Sets the properties on this space.
setNewSpaceProperties(String, Map<String, String>, Map<String, AclType>) - Method in class org.duracloud.storage.provider.StorageProviderBase
Sets the properties of this space.
setOption(String, String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setOption(String, String) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setOwnerId(String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setOwnerId(String) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setPassword(String) - Method in class org.duracloud.storage.domain.DatabaseConfig
 
setPassword(String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setPassword(String) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setPort(int) - Method in class org.duracloud.storage.domain.DatabaseConfig
 
setPrimary(boolean) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setPrimary(boolean) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.BrokeredStorageProvider
 
setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setSpaceACLs(StorageProvider, String, String, Map<String, AclType>) - Method in interface org.duracloud.storage.provider.StatelessStorageProvider
 
setSpaceACLs(StorageProvider, String, String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.StatelessStorageProviderImpl
 
setSpaceACLs(String, Map<String, AclType>) - Method in interface org.duracloud.storage.provider.StorageProvider
Sets the ACLs associated with a space.
setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
setSpaceId(String) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setSpaces(Iterator<String>) - Method in class org.duracloud.storage.provider.mock.MockStorageProvider
 
setStorageAccounts(List<StorageAccount>) - Method in class org.duracloud.storage.domain.DuraStoreInitConfig
 
setStorageProvider(StorageProvider) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
setType(StorageProviderType) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setType(StorageProviderType) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setUsername(String) - Method in class org.duracloud.storage.domain.DatabaseConfig
 
setUsername(String) - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
setUsername(String) - Method in interface org.duracloud.storage.domain.StorageAccount
 
setWrappedStorageProvider(StorageProvider) - Method in class org.duracloud.storage.provider.StorageProviderBase
Sets an alternate storage provider that can be used for select operations.
spaceExists(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
startMetric(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
StatelessStorageProvider - Interface in org.duracloud.storage.provider
 
StatelessStorageProviderImpl - Class in org.duracloud.storage.provider
 
StatelessStorageProviderImpl() - Constructor for class org.duracloud.storage.provider.StatelessStorageProviderImpl
 
STOP_JOB_TASK_NAME - Static variable in class org.duracloud.storage.domain.HadoopTypes
 
stopMetric(String) - Method in class org.duracloud.storage.provider.ProbedStorageProvider
 
StorageAccount - Interface in org.duracloud.storage.domain
 
StorageAccount.OPTS - Enum in org.duracloud.storage.domain
This enum holds names of attributes that are not in the common getters/setters of this interface.
StorageAccountImpl - Class in org.duracloud.storage.domain.impl
Contains the information necessary to access a storage provider account.
StorageAccountImpl(String, String, String, StorageProviderType) - Constructor for class org.duracloud.storage.domain.impl.StorageAccountImpl
 
StorageAccountManager - Class in org.duracloud.storage.domain
Manages storage provider accounts.
StorageAccountManager() - Constructor for class org.duracloud.storage.domain.StorageAccountManager
 
StorageAccountProviderBinding - Interface in org.duracloud.storage.xml
This interface defines the contract for Storage Account xml bindings.
StorageAccountProviderSimpleBindingImpl - Class in org.duracloud.storage.xml.impl
This class provides a simple xml binding for storage accounts.
StorageAccountProviderSimpleBindingImpl() - Constructor for class org.duracloud.storage.xml.impl.StorageAccountProviderSimpleBindingImpl
 
StorageAccountsDocumentBinding - Class in org.duracloud.storage.xml
This class (de)serializes durastore acct configuration between objects and xml.
StorageAccountsDocumentBinding() - Constructor for class org.duracloud.storage.xml.StorageAccountsDocumentBinding
 
StorageException - Exception in org.duracloud.storage.error
Exception thrown by StorageProvider implementations.
StorageException(String) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(String, boolean) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(String, Throwable) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(String, Throwable, boolean) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(Throwable) - Constructor for exception org.duracloud.storage.error.StorageException
 
StorageException(Throwable, boolean) - Constructor for exception org.duracloud.storage.error.StorageException
 
storageProvider - Variable in class org.duracloud.storage.provider.ProbedStorageProvider
 
StorageProvider - Interface in org.duracloud.storage.provider
A Storage Provider provides services which allow content to be stored in and retrieved from spaces.
StorageProviderBase - Class in org.duracloud.storage.provider
 
StorageProviderBase() - Constructor for class org.duracloud.storage.provider.StorageProviderBase
 
StorageProviderBase.SpaceDeleteWorker - Class in org.duracloud.storage.provider
 
StorageProviderBase.SpaceDeleteWorker(String) - Constructor for class org.duracloud.storage.provider.StorageProviderBase.SpaceDeleteWorker
 
StorageProviderFactory - Interface in org.duracloud.storage.util
 
StorageProviderType - Enum in org.duracloud.storage.domain
 
StorageProviderUtil - Class in org.duracloud.storage.util
Provides utility methods for Storage Providers
StorageProviderUtil() - Constructor for class org.duracloud.storage.util.StorageProviderUtil
 
StorageStateException - Exception in org.duracloud.storage.error
Exception thrown to indicate that a StorageException is due to the state of the stored content.
StorageStateException(String, Throwable) - Constructor for exception org.duracloud.storage.error.StorageStateException
 
storeProperties(Map<String, String>) - Static method in class org.duracloud.storage.util.StorageProviderUtil
Converts properties stored in a Map into a stream for storage purposes.

T

TaskException - Exception in org.duracloud.storage.error
 
TaskException(String) - Constructor for exception org.duracloud.storage.error.TaskException
 
TaskException(String, Throwable) - Constructor for exception org.duracloud.storage.error.TaskException
 
taskList - Variable in class org.duracloud.storage.provider.TaskProviderBase
 
TaskProvider - Interface in org.duracloud.storage.provider
A Task Provider performs tasks which are specific to a particular provider implementation, and thus cannot be generalized as part of StorageProvider.
TaskProviderBase - Class in org.duracloud.storage.provider
 
TaskProviderBase() - Constructor for class org.duracloud.storage.provider.TaskProviderBase
 
TaskRunner - Interface in org.duracloud.storage.provider
 
throwIfSpaceExists(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
throwIfSpaceNotExist(String) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
throwIfSpaceNotExist(String, boolean) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
toString() - Method in class org.duracloud.storage.domain.impl.StorageAccountImpl
 
toString() - Method in enum org.duracloud.storage.domain.StorageProviderType
 

U

unmarshalDatabaseConfig(Element) - Static method in class org.duracloud.storage.domain.DatabaseConfigXmlUtil
 
unpackACLs(Map<String, String>) - Method in class org.duracloud.storage.provider.StorageProviderBase
 
UnsupportedTaskException - Exception in org.duracloud.storage.error
 
UnsupportedTaskException(String) - Constructor for exception org.duracloud.storage.error.UnsupportedTaskException
Indicates that a requested task is not supported
UnsupportedTaskException(String, String) - Constructor for exception org.duracloud.storage.error.UnsupportedTaskException
Indicates that the use of a task is not supported

V

validateContentId(String) - Static method in class org.duracloud.storage.util.IdUtil
Determines if the ID of the content to be added is valid
validateSpaceId(String) - Static method in class org.duracloud.storage.util.IdUtil
Determines if the ID of the space to be added is valid
validateStoreId(String) - Static method in class org.duracloud.storage.util.IdUtil
 
valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.JOB_TYPES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.TASK_OUTPUTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.domain.StorageAccount.OPTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duracloud.storage.domain.StorageProviderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.duracloud.storage.domain.HadoopTypes.INSTANCES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.domain.HadoopTypes.JOB_TYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.domain.HadoopTypes.TASK_OUTPUTS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.domain.HadoopTypes.TASK_PARAMS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.domain.StorageAccount.OPTS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duracloud.storage.domain.StorageProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 

Copyright © 2009–2015 DuraSpace. All rights reserved.