public class ParallelBatchHandleProcessor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParallelBatchHandleProcessor.ResolutionType |
class |
ParallelBatchHandleProcessor.SingleHandleTask |
Constructor and Description |
---|
ParallelBatchHandleProcessor(boolean verbose,
java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site,
int numThreads,
boolean resolveAtSite) |
ParallelBatchHandleProcessor(boolean verbose,
java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolutionAndProcessing,
SiteInfo site,
int numThreads) |
ParallelBatchHandleProcessor(boolean verbose,
java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolutionAndProcessing,
SiteInfo site,
int numThreads,
boolean resolveAtSite) |
ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site,
int numThreads,
boolean resolveAtSite) |
ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site,
int numThreads,
ParallelBatchHandleProcessor.ResolutionType resolutionType) |
ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolutionAndProcessing,
SiteInfo site,
int numThreads) |
ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolutionAndProcessing,
SiteInfo site,
int numThreads,
boolean resolveAtSite) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getErrorHandles() |
java.util.List<java.lang.Exception> |
getExceptions() |
void |
process(HandleRecordOperationInterface recordProcessor) |
void |
process(HandleRecordOperationInterface recordProcessor,
HandleRecordFilter processFilter) |
public ParallelBatchHandleProcessor(boolean verbose, java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads)
public ParallelBatchHandleProcessor(boolean verbose, java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads, boolean resolveAtSite)
public ParallelBatchHandleProcessor(boolean verbose, java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, boolean resolveAtSite)
public ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads)
public ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site, int numThreads, boolean resolveAtSite)
public ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, boolean resolveAtSite)
public ParallelBatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, int numThreads, ParallelBatchHandleProcessor.ResolutionType resolutionType)
public void process(HandleRecordOperationInterface recordProcessor)
public void process(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter)
public java.util.List<java.lang.String> getErrorHandles()
public java.util.List<java.lang.Exception> getExceptions()