public class ParallelBatchDeleteHandles
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ParallelBatchDeleteHandles.DeleteHandleTask |
Constructor and Description |
---|
ParallelBatchDeleteHandles(java.util.List<java.lang.String> handlesToDelete,
SiteInfo site,
AuthenticationInfo authInfo,
HandleResolver resolver,
int numThreads) |
Modifier and Type | Method and Description |
---|---|
void |
deleteHandles() |
java.util.List<java.lang.String> |
getErrorHandles() |
java.util.List<java.lang.Exception> |
getExceptions() |
public ParallelBatchDeleteHandles(java.util.List<java.lang.String> handlesToDelete, SiteInfo site, AuthenticationInfo authInfo, HandleResolver resolver, int numThreads)