Package net.handle.apps.batch
Class ParallelBatchDeleteHandles
- java.lang.Object
-
- net.handle.apps.batch.ParallelBatchDeleteHandles
-
public class ParallelBatchDeleteHandles extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ParallelBatchDeleteHandles.DeleteHandleTask
-
Constructor Summary
Constructors Constructor Description ParallelBatchDeleteHandles(java.util.List<java.lang.String> handlesToDelete, SiteInfo site, AuthenticationInfo authInfo, HandleResolver resolver, int numThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteHandles()
java.util.List<java.lang.String>
getErrorHandles()
java.util.List<java.lang.Exception>
getExceptions()
-
-
-
Constructor Detail
-
ParallelBatchDeleteHandles
public ParallelBatchDeleteHandles(java.util.List<java.lang.String> handlesToDelete, SiteInfo site, AuthenticationInfo authInfo, HandleResolver resolver, int numThreads)
-
-