A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCEPT_RANGES - Static variable in interface org.duracloud.client.HttpHeaders
- addContent(String, String, InputStream, long, String, String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
-
Adds content to a space.
- addContent(String, String, InputStream, long, String, String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
-
Adds content to a space.
- addContentId(String) - Method in class org.duracloud.domain.Space
-
addContentId
- addProperties(String, String) - Method in class org.duracloud.domain.Content
-
Adds an item to the content properties map
- addProperties(String, String) - Method in class org.duracloud.domain.Space
-
Adds an item to the space properties map
B
- BIT_INTEGRITY_REPORT_COMPLETION_DATE - Static variable in interface org.duracloud.client.HttpHeaders
- BIT_INTEGRITY_REPORT_RESULT - Static variable in interface org.duracloud.client.HttpHeaders
C
- CachingContentStoreImpl - Class in org.duracloud.client.impl
-
This class retains the results of the initial call to: getSpaces()
- CachingContentStoreImpl(String, StorageProviderType, String, Boolean, RestHttpHelper) - Constructor for class org.duracloud.client.impl.CachingContentStoreImpl
- CachingContentStoreManagerImpl - Class in org.duracloud.client.impl
-
This class retains the results of the initial call to both: getContentStores() & getPrimaryContentStore()
- CachingContentStoreManagerImpl(String, String, String) - Constructor for class org.duracloud.client.impl.CachingContentStoreManagerImpl
- call() - Method in class org.duracloud.client.StoreCaller
- cleanupSnapshot(String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Cleans up content that is no longer needed now that the snapshot has been transferred successfully.
- cleanupSnapshot(String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Cleans up content that is no longer needed now that the snapshot has been transferred successfully.
- close() - Method in class org.duracloud.client.util.DuracloudFileWriter
- completeRestore(String, int) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Performs setup necessary to expire content which has been restored.
- completeRestore(String, int) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Performs setup necessary to expire content which has been restored.
- completeSnapshot(String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Completes the snapshot.
- completeSnapshot(String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Completes the snapshot.
- Content - Class in org.duracloud.domain
-
Content - a stream of bits and properties to describe the stream.
- Content() - Constructor for class org.duracloud.domain.Content
- CONTENT_CHECKSUM - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: MD5 checksum
- CONTENT_ENCODING - Static variable in interface org.duracloud.client.HttpHeaders
- CONTENT_FILE_ACCESSED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Last accessed date
- CONTENT_FILE_CREATED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Creation date
- CONTENT_FILE_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
-
Original content file properties: Last modified date
- CONTENT_LENGTH - Static variable in interface org.duracloud.client.HttpHeaders
- CONTENT_MD5 - Static variable in interface org.duracloud.client.HttpHeaders
- CONTENT_MIMETYPE - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: MIME type
- CONTENT_MODIFIED - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: Last modified date
- CONTENT_RANGE - Static variable in interface org.duracloud.client.HttpHeaders
- CONTENT_SIZE - Static variable in interface org.duracloud.client.ContentStore
-
Basic content properties: Size
- CONTENT_TYPE - Static variable in interface org.duracloud.client.HttpHeaders
- contentExists(String, String) - Method in interface org.duracloud.client.ContentStore
-
Determines if a content item exists in a given space
- contentExists(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Determines if a content item exists in a given space
- ContentIterator - Class in org.duracloud.client
-
Iterates over the content list in a DuraCloud space.
- ContentIterator(ContentStore, String, String) - Constructor for class org.duracloud.client.ContentIterator
- ContentIterator(ContentStore, String, String, long) - Constructor for class org.duracloud.client.ContentIterator
- ContentStateException - Exception in org.duracloud.error
-
Exception thrown when a requested content item does not have the proper state to allow for the requested action.
- ContentStateException(String) - Constructor for exception org.duracloud.error.ContentStateException
- ContentStore - Interface in org.duracloud.client
-
Provides access to a content store
- ContentStoreException - Exception in org.duracloud.error
-
Exception thrown by the ContentStore.
- ContentStoreException(String) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreException(String, String, String, String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreException(String, String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreException(String, String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreException(String, Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreException(String, Throwable, String) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreException(Throwable) - Constructor for exception org.duracloud.error.ContentStoreException
- ContentStoreImpl - Class in org.duracloud.client
-
Provides access to a content store
- ContentStoreImpl(String, StorageProviderType, String, boolean, RestHttpHelper) - Constructor for class org.duracloud.client.ContentStoreImpl
-
Creates a ContentStore.
- ContentStoreImpl(String, StorageProviderType, String, boolean, RestHttpHelper, int) - Constructor for class org.duracloud.client.ContentStoreImpl
-
Creates a ContentStore with a specific number of retries.
- ContentStoreManager - Interface in org.duracloud.client
-
Provides facilities for connecting to a set of content stores
- ContentStoreManagerImpl - Class in org.duracloud.client
-
Provides facilities for connecting to a set of content stores
- ContentStoreManagerImpl(String, String) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
-
Constructor for ContentStoreManagerImpl.
- ContentStoreManagerImpl(String, String, String) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
- ContentStoreManagerImpl(String, String, String, int) - Constructor for class org.duracloud.client.ContentStoreManagerImpl
-
Constructor for ContentStoreManagerImpl.
- ContentStoreUtil - Class in org.duracloud.client.util
- ContentStoreUtil(ContentStore) - Constructor for class org.duracloud.client.util.ContentStoreUtil
- copyContent(String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
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.
- copyContent(String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
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.
- copyContent(String, String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
This method provides a way to copy a content item to another content provider.
- copyContent(String, String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
This method provides a way to copy a content item to another content provider.
- createContentStore(String, int, String, String, String, String) - Method in class org.duracloud.client.util.StoreClientUtil
- createSnapshot(String, String, String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Begins the process of creating a snapshot by collecting the necessary information and passing it down to the snapshot bridge application.
- createSnapshot(String, String, String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Begins the process of creating a snapshot by collecting the necessary information and passing it down to the snapshot bridge application.
- createSpace(String) - Method in interface org.duracloud.client.ContentStore
-
Creates a new space.
- createSpace(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Creates a new space.
D
- deleteContent(String, String) - Method in interface org.duracloud.client.ContentStore
-
Removes content from a space.
- deleteContent(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Removes content from a space.
- deleteHlsStreaming(String) - Method in interface org.duracloud.client.task.S3TaskClient
-
Deletes a streaming distribution for a space.
- deleteHlsStreaming(String) - Method in class org.duracloud.client.task.S3TaskClientImpl
-
Deletes a streaming distribution for a space.
- deleteOldContent(String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
- deleteSpace(String) - Method in interface org.duracloud.client.ContentStore
-
Deletes a space.
- deleteSpace(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Deletes a space.
- disableHlsStreaming(String) - Method in interface org.duracloud.client.task.S3TaskClient
-
Disables HLS streaming on a space.
- disableHlsStreaming(String) - Method in class org.duracloud.client.task.S3TaskClientImpl
-
Disables HLS streaming on a space.
- doCall() - Method in class org.duracloud.client.StoreCaller
- doGetContent(String, String, Long, Long) - Method in class org.duracloud.client.ContentStoreImpl
- DuracloudFileWriter - Class in org.duracloud.client.util
-
This class encapsulates writing a simple text file and saving it as a content item.
- DuracloudFileWriter(String, String, String, ContentStore) - Constructor for class org.duracloud.client.util.DuracloudFileWriter
E
- enableHlsStreaming(String, boolean) - Method in interface org.duracloud.client.task.S3TaskClient
-
Enables HLS streaming on a space.
- enableHlsStreaming(String, boolean) - Method in class org.duracloud.client.task.S3TaskClientImpl
-
Enables HLS streaming on a space.
- equals(Space) - Method in class org.duracloud.domain.Space
-
Compares one space to another
- ETAG - Static variable in interface org.duracloud.client.HttpHeaders
- execute(Retriable) - Method in class org.duracloud.client.ContentStoreImpl
F
- finalize() - Method in class org.duracloud.client.util.DuracloudFileWriter
- flush() - Method in class org.duracloud.client.util.DuracloudFileWriter
-
Writes the tempfile to durastore.
G
- get(String) - Method in class org.duracloud.client.task.S3TaskClientManager
-
Retrieve an S3TaskClient
- get(String) - Method in class org.duracloud.client.task.SnapshotTaskClientManager
- getAuditLog(String) - Method in interface org.duracloud.client.ContentStore
-
Gets an audit log for the specific space if one exists.
- getAuditLog(String) - Method in class org.duracloud.client.ContentStoreImpl
- getBaseURL() - Method in interface org.duracloud.client.ContentStore
-
Gets the base URL pointing to the DuraCloud DuraStore REST API
- getBaseURL() - Method in class org.duracloud.client.ContentStoreImpl
- getBaseURL() - Method in class org.duracloud.client.ContentStoreManagerImpl
- getBitIntegrityReport(String) - Method in interface org.duracloud.client.ContentStore
-
Returns the most recent bit integrity report.
- getBitIntegrityReport(String) - Method in class org.duracloud.client.ContentStoreImpl
- getBitIntegrityReportProperties(String) - Method in interface org.duracloud.client.ContentStore
-
Returns the properties associated with the most recent bit integrity report.
- getBitIntegrityReportProperties(String) - Method in class org.duracloud.client.ContentStoreImpl
- getContent(String, String) - Method in interface org.duracloud.client.ContentStore
-
Gets content from a space.
- getContent(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Gets content from a space.
- getContent(String, String, Long, Long) - Method in interface org.duracloud.client.ContentStore
-
Gets a byte range of a content item from a space.
- getContent(String, String, Long, Long) - Method in class org.duracloud.client.ContentStoreImpl
-
Gets a byte range of a content item from a space.
- getContentIds() - Method in class org.duracloud.domain.Space
-
Getter for the field
contentIds. - getContentProperties(String, String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the properties associated with content.
- getContentProperties(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the properties associated with content.
- getContentStore(String) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets a specific content store based on ID.
- getContentStore(String) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets a specific content store based on ID.
- getContentStore(String, int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets a specific content store based on ID.
- getContentStore(String, int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets a specific content store based on ID.
- getContentStores() - Method in interface org.duracloud.client.ContentStoreManager
-
Gets all available content stores.
- getContentStores() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets all available content stores.
- getContentStores() - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
- getContentStores(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets all available content stores.
- getContentStores(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets all available content stores.
- getContentStream(String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
- getHlsUrl(String, String) - Method in interface org.duracloud.client.task.S3TaskClient
-
Returns a URL representing an HLS streamable resource.
- getHlsUrl(String, String) - Method in class org.duracloud.client.task.S3TaskClientImpl
-
Returns a URL representing an HLS streamable resource.
- getId() - Method in class org.duracloud.domain.Content
-
Getter for the field
id. - getId() - Method in class org.duracloud.domain.Space
-
Getter for the field
id. - getLogMessage() - Method in class org.duracloud.client.StoreCaller
- getManifest(String, ManifestFormat) - Method in interface org.duracloud.client.ContentStore
-
Gets a manifest for the specific space if one exists.
- getManifest(String, ManifestFormat) - Method in class org.duracloud.client.ContentStoreImpl
- getPrimaryContentStore() - Method in interface org.duracloud.client.ContentStoreManager
-
Gets the primary content store.
- getPrimaryContentStore() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets the primary content store.
- getPrimaryContentStore() - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
- getPrimaryContentStore(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Gets the primary content store.
- getPrimaryContentStore(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Gets the primary content store.
- getPrimaryContentStoreAsAnonymous() - Method in interface org.duracloud.client.ContentStoreManager
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous() - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous(int) - Method in interface org.duracloud.client.ContentStoreManager
-
Provides access to the primary content store without requiring login().
- getPrimaryContentStoreAsAnonymous(int) - Method in class org.duracloud.client.ContentStoreManagerImpl
-
Provides access to the primary content store without requiring login().
- getProperties() - Method in class org.duracloud.domain.Content
-
Getter for the field
properties. - getProperties() - Method in class org.duracloud.domain.Space
-
Getter for the field
properties. - getRestHelper() - Method in class org.duracloud.client.ContentStoreManagerImpl
- getRestore(String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Gets the status and details of a snapshot restore action based on the ID of the restore.
- getRestore(String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Gets the status and details of a snapshot restore action based on the ID of the restore.
- getRestoreBySnapshot(String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Gets the status and details of a snapshot restore action based on the ID of the original snapshot.
- getRestoreBySnapshot(String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Gets the status and details of a snapshot restore action based on the ID of the original snapshot.
- getSignedCookiesUrl(String, String, int, String) - Method in interface org.duracloud.client.task.S3TaskClient
-
Generates signed cookies and provides a URL at which those cookies can be set on the user's browser
- getSignedCookiesUrl(String, String, int, String) - Method in class org.duracloud.client.task.S3TaskClientImpl
-
Generates signed cookies and provides a URL at which those cookies can be set on the user's browser
- getSnapshot(String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Gets the status and details of a snapshot action.
- getSnapshot(String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Gets the status and details of a snapshot action.
- getSnapshotContents(String, int, int, String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Gets the list of content items that are contained in the snapshot.
- getSnapshotContents(String, int, int, String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Gets the list of content items that are contained in the snapshot.
- getSnapshotHistory(String, int, int) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Gets the list of history items that are contained in the snapshot.
- getSnapshotHistory(String, int, int) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
- getSnapshots() - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Gets a listing of snapshots which are accessible to this account
- getSnapshots() - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Gets a listing of snapshots which are accessible to this account
- getSpace(String, String, long, String) - Method in interface org.duracloud.client.ContentStore
-
Provides a space, including the id and properties of the space as well as a limited list of the content items within a space.
- getSpace(String, String, long, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Provides a space, including the id and properties of the space as well as a limited list of the content items within a space.
- getSpaceACLs(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the ACLs associated with a space.
- getSpaceACLs(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the ACLs associated with a space.
- getSpaceContents(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the complete list of content items within a space.
- getSpaceContents(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the complete list of content items within a space.
- getSpaceContents(String, String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the complete list of content items within a space.
- getSpaceContents(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the complete list of content items within a space.
- getSpaceProperties(String) - Method in interface org.duracloud.client.ContentStore
-
Retrieves the properties associated with a space.
- getSpaceProperties(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Retrieves the properties associated with a space.
- getSpaces() - Method in interface org.duracloud.client.ContentStore
-
Provides a listing of all spaces IDs.
- getSpaces() - Method in class org.duracloud.client.ContentStoreImpl
-
Provides a listing of all spaces IDs.
- getSpaces() - Method in class org.duracloud.client.impl.CachingContentStoreImpl
- getSpaceStats(String, Date, Date) - Method in interface org.duracloud.client.ContentStore
-
Returns a space stats time series for presenting in a graph.
- getSpaceStats(String, Date, Date) - Method in class org.duracloud.client.ContentStoreImpl
- getStorageProviderStats(Date, Date) - Method in interface org.duracloud.client.ContentStore
-
Returns a base based series of stats for all spaces within a storage provider for the specified time range.
- getStorageProviderStats(Date, Date) - Method in class org.duracloud.client.ContentStoreImpl
- getStorageProviderStatsByDay(Date) - Method in interface org.duracloud.client.ContentStore
-
Returns stats for all spaces within a storage provider for a particular day, averaging bit and object counts between 0:00:00 and 23:59:59 UTC.
- getStorageProviderStatsByDay(Date) - Method in class org.duracloud.client.ContentStoreImpl
- getStorageProviderType() - Method in interface org.duracloud.client.ContentStore
-
Gets the storage provider type
StorageProviderType - getStorageProviderType() - Method in class org.duracloud.client.ContentStoreImpl
-
Gets the storage provider type
StorageProviderType - getStoreId() - Method in interface org.duracloud.client.ContentStore
-
Gets the ID of this content store
- getStoreId() - Method in class org.duracloud.client.ContentStoreImpl
-
Gets the ID of this content store
- getStream() - Method in class org.duracloud.domain.Content
-
Getter for the field
stream. - getSupportedTasks() - Method in interface org.duracloud.client.ContentStore
-
Gets a listing of the supported tasks.
- getSupportedTasks() - Method in class org.duracloud.client.ContentStoreImpl
-
Gets a listing of the supported tasks.
H
- hasNext() - Method in class org.duracloud.client.ContentIterator
- HLS_STREAMING_HOST - Static variable in interface org.duracloud.client.ContentStore
- HLS_STREAMING_TYPE - Static variable in interface org.duracloud.client.ContentStore
- HttpHeaders - Interface in org.duracloud.client
I
- InvalidIdException - Exception in org.duracloud.error
-
Exception thrown when a space or content ID is invalid.
- InvalidIdException(String) - Constructor for exception org.duracloud.error.InvalidIdException
- InvalidIdException(String, String, Exception) - Constructor for exception org.duracloud.error.InvalidIdException
- InvalidIdException(String, String, String, Exception) - Constructor for exception org.duracloud.error.InvalidIdException
- InvalidIdException(String, String, String, String, String, Exception) - Constructor for exception org.duracloud.error.InvalidIdException
- isWritable() - Method in interface org.duracloud.client.ContentStore
-
Indicates whether or not the content store is writable by non root users.
- isWritable() - Method in class org.duracloud.client.ContentStoreImpl
-
Indicates whether or not the content store is writable by non root users.
- isWritable(StorageAccount) - Method in class org.duracloud.client.ContentStoreManagerImpl
L
- LAST_MODIFIED - Static variable in interface org.duracloud.client.HttpHeaders
- login(Credential) - Method in class org.duracloud.client.ContentStoreManagerImpl
- logout() - Method in class org.duracloud.client.ContentStoreManagerImpl
M
- moveContent(String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
This method moves the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
- moveContent(String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
This method moves the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
- moveContent(String, String, String, String, String) - Method in interface org.duracloud.client.ContentStore
-
This method moves the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
- moveContent(String, String, String, String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
This method moves the content item found in source-space with the id of source-content-id into the dest-space, naming it to dest-content-id.
N
- newContentStoreImpl(StorageAccount) - Method in class org.duracloud.client.ContentStoreManagerImpl
- newContentStoreImpl(StorageAccount) - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
- newContentStoreImpl(StorageAccount, int) - Method in class org.duracloud.client.ContentStoreManagerImpl
- next() - Method in class org.duracloud.client.ContentIterator
- NotFoundException - Exception in org.duracloud.error
-
Exception thrown when a requested space or content item does not exist.
- NotFoundException(String) - Constructor for exception org.duracloud.error.NotFoundException
- NotFoundException(String, String, Exception) - Constructor for exception org.duracloud.error.NotFoundException
- NotFoundException(String, String, String, Exception) - Constructor for exception org.duracloud.error.NotFoundException
- NotFoundException(String, String, String, String, String, Exception) - Constructor for exception org.duracloud.error.NotFoundException
- NotImplementedException - Exception in org.duracloud.error
-
Exception thrown when a feature or method is not implemented.
- NotImplementedException(String) - Constructor for exception org.duracloud.error.NotImplementedException
O
- org.duracloud.client - package org.duracloud.client
- org.duracloud.client.impl - package org.duracloud.client.impl
- org.duracloud.client.task - package org.duracloud.client.task
- org.duracloud.client.util - package org.duracloud.client.util
- org.duracloud.domain - package org.duracloud.domain
- org.duracloud.error - package org.duracloud.error
P
- performTask(String, String) - Method in interface org.duracloud.client.ContentStore
-
Perform a task (with retries on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.
- performTask(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Perform a task (with retries on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.
- performTaskWithNoRetries(String, String) - Method in interface org.duracloud.client.ContentStore
-
Perform a task (without retrying on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.
- performTaskWithNoRetries(String, String) - Method in class org.duracloud.client.ContentStoreImpl
-
Perform a task (without retrying on failure) which is outside of the standard set of storage activities but is available through one or more storage providers.
R
- RANGE - Static variable in interface org.duracloud.client.HttpHeaders
- reinitialize(String, String, String) - Method in interface org.duracloud.client.ContentStoreManager
-
reconfigure
- reinitialize(String, String, String) - Method in class org.duracloud.client.ContentStoreManagerImpl
- remove() - Method in class org.duracloud.client.ContentIterator
- requestRestoreSnapshot(String, String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Sends a snapshot restore request to the DuraCloud Admin.
- requestRestoreSnapshot(String, String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Sends a snapshot restore request to the DuraCloud Admin.
- restoreSnapshot(String, String) - Method in interface org.duracloud.client.task.SnapshotTaskClient
-
Begins the process of restoring a snapshot by creating a landing space and informing the snapshot bridge application that a restore action needs to be performed.
- restoreSnapshot(String, String) - Method in class org.duracloud.client.task.SnapshotTaskClientImpl
-
Begins the process of restoring a snapshot by creating a landing space and informing the snapshot bridge application that a restore action needs to be performed.
S
- S3TaskClient - Interface in org.duracloud.client.task
-
Provides a client interface for S3StorageProvider's set of tasks.
- S3TaskClientImpl - Class in org.duracloud.client.task
-
Implements the S3 task client interface by making task calls through a ContentStore.
- S3TaskClientImpl(ContentStore) - Constructor for class org.duracloud.client.task.S3TaskClientImpl
- S3TaskClientManager - Class in org.duracloud.client.task
-
Provides a way to get access to an S3TaskClient.
- S3TaskClientManager(ContentStoreManager) - Constructor for class org.duracloud.client.task.S3TaskClientManager
- setContentIds(List<String>) - Method in class org.duracloud.domain.Space
-
Setter for the field
contentIds. - setContentProperties(String, String, Map<String, String>) - Method in interface org.duracloud.client.ContentStore
-
Sets the properties associated with content.
- setContentProperties(String, String, Map<String, String>) - Method in class org.duracloud.client.ContentStoreImpl
-
Sets the properties associated with content.
- setId(String) - Method in class org.duracloud.domain.Content
-
Setter for the field
id. - setId(String) - Method in class org.duracloud.domain.Space
-
Setter for the field
id. - setMaxRetries(int) - Method in class org.duracloud.client.ContentIterator
- setProperties(Map<String, String>) - Method in class org.duracloud.domain.Content
-
Setter for the field
properties. - setProperties(Map<String, String>) - Method in class org.duracloud.domain.Space
-
Setter for the field
properties. - setRestHelper(RestHttpHelper) - Method in class org.duracloud.client.ContentStoreManagerImpl
- setRestHelper(RestHttpHelper) - Method in class org.duracloud.client.impl.CachingContentStoreManagerImpl
- setRetryExceptionHandler(ExceptionHandler) - Method in interface org.duracloud.client.ContentStore
-
Sets the Exception Handler which will be used to process any Exceptions that are thrown when an action fails but will be retried.
- setRetryExceptionHandler(ExceptionHandler) - Method in class org.duracloud.client.ContentStoreImpl
-
Sets the Exception Handler which will be used to process any Exceptions that are thrown when an action fails but will be retried.
- setSpaceACLs(String, Map<String, AclType>) - Method in interface org.duracloud.client.ContentStore
-
Sets the ACLs associated with a space.
- setSpaceACLs(String, Map<String, AclType>) - Method in class org.duracloud.client.ContentStoreImpl
-
Sets the ACLs associated with a space.
- setStream(InputStream) - Method in class org.duracloud.domain.Content
-
Setter for the field
stream. - SnapshotTaskClient - Interface in org.duracloud.client.task
-
Provides a client interface for the SnapshotStorageProvider's set of tasks.
- SnapshotTaskClientImpl - Class in org.duracloud.client.task
-
Implements the snapshot task client interface by making task calls through a ContentStore.
- SnapshotTaskClientImpl(ContentStore) - Constructor for class org.duracloud.client.task.SnapshotTaskClientImpl
- SnapshotTaskClientManager - Class in org.duracloud.client.task
- SnapshotTaskClientManager(ContentStoreManager) - Constructor for class org.duracloud.client.task.SnapshotTaskClientManager
- Space - Class in org.duracloud.domain
-
A Space - the container in which content is stored.
- Space() - Constructor for class org.duracloud.domain.Space
- SPACE_COUNT - Static variable in interface org.duracloud.client.ContentStore
-
Basic space properties: Count of items in a space
- SPACE_CREATED - Static variable in interface org.duracloud.client.ContentStore
-
Basic space properties: Created date
- SPACE_SIZE - Static variable in interface org.duracloud.client.ContentStore
-
Basic space properties: Size of space
- spaceExists(String) - Method in interface org.duracloud.client.ContentStore
-
Determines if a space exists
- spaceExists(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Determines if a space exists
- SpaceStatsDTOList - Class in org.duracloud.client
- SpaceStatsDTOList() - Constructor for class org.duracloud.client.SpaceStatsDTOList
- StoreCaller<T> - Class in org.duracloud.client
-
This class spins on the abstract 'call()' until it returns successfully or it has run out of tries.
- StoreCaller() - Constructor for class org.duracloud.client.StoreCaller
- StoreClientUtil - Class in org.duracloud.client.util
- StoreClientUtil() - Constructor for class org.duracloud.client.util.StoreClientUtil
- storeContentStream(File, String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
- storeContentStream(File, String, String, String) - Method in class org.duracloud.client.util.ContentStoreUtil
T
- toString() - Method in class org.duracloud.client.ContentStoreImpl
U
- UnauthorizedException - Exception in org.duracloud.error
-
Exception thrown when a request is not accepted because the caller is not authorized to perform the function
- UnauthorizedException(String) - Constructor for exception org.duracloud.error.UnauthorizedException
- UnauthorizedException(String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
- UnauthorizedException(String, String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
- UnauthorizedException(String, String, String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
- UnauthorizedException(String, String, String, String, String, Exception) - Constructor for exception org.duracloud.error.UnauthorizedException
- UnsupportedTaskException - Exception in org.duracloud.error
- UnsupportedTaskException(String, Throwable) - Constructor for exception org.duracloud.error.UnsupportedTaskException
V
- validateContentId(String) - Method in interface org.duracloud.client.ContentStore
-
Checks a content ID to ensure that it conforms to all restrictions
- validateContentId(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Checks a content ID to ensure that it conforms to all restrictions
- validateSpaceId(String) - Method in interface org.duracloud.client.ContentStore
-
Checks a space ID to ensure that it conforms to all restrictions
- validateSpaceId(String) - Method in class org.duracloud.client.ContentStoreImpl
-
Checks a space ID to ensure that it conforms to all restrictions
- validateStoreId(String) - Method in class org.duracloud.client.ContentStoreImpl
W
- write(char[], int, int) - Method in class org.duracloud.client.util.DuracloudFileWriter
- write(String) - Method in class org.duracloud.client.util.DuracloudFileWriter
- writeLine(String) - Method in class org.duracloud.client.util.DuracloudFileWriter
-
Same as write but appends a new line to the end of the supplied line.
All Classes All Packages