Uses of Interface
org.duracloud.retrieval.source.RetrievalSource
Packages that use RetrievalSource
-
Uses of RetrievalSource in org.duracloud.retrieval.mgmt
Constructors in org.duracloud.retrieval.mgmt with parameters of type RetrievalSourceModifierConstructorDescriptionRetrievalManager(RetrievalSource source, File contentDir, File workDir, boolean overwrite, int threads, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps) RetrievalWorker(ContentItem contentItem, RetrievalSource source, File contentDir, boolean overwrite, OutputWriter outWriter, boolean createSpaceDir, boolean applyTimestamps) Creates a Retrieval Worker to handle retrieving a file -
Uses of RetrievalSource in org.duracloud.retrieval.source
Classes in org.duracloud.retrieval.source that implement RetrievalSourceModifier and TypeClassDescriptionclassclassThis class implements the RetrievalSource interface with support for retrieving content by content IDs that are specified in a file.classThis class implements the RetrievalSource interface with support for handling content that resides in DuraStore as chunks.