Package net.handle.apps.batch
Class ParallelBatchHandleProcessor
java.lang.Object
net.handle.apps.batch.ParallelBatchHandleProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
class
-
Constructor Summary
ConstructorsConstructorDescriptionParallelBatchHandleProcessor
(boolean verbose, List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) ParallelBatchHandleProcessor
(boolean verbose, List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads) ParallelBatchHandleProcessor
(boolean verbose, List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) ParallelBatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) ParallelBatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, ParallelBatchHandleProcessor.ResolutionType resolutionType) ParallelBatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads) ParallelBatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(HandleRecordOperationInterface recordProcessor) void
process
(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter)
-
Constructor Details
-
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(boolean verbose, List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads) -
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(boolean verbose, List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) -
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(boolean verbose, List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) -
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads) -
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) -
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, boolean resolveAtSite) -
ParallelBatchHandleProcessor
public ParallelBatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, ParallelBatchHandleProcessor.ResolutionType resolutionType)
-
-
Method Details
-
process
-
process
public void process(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter) -
getErrorHandles
-
getExceptions
-