public class ParallelBatchDeleteHandles
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
class |
ParallelBatchDeleteHandles.DeleteHandleTask |
| Constructor | Description |
|---|---|
ParallelBatchDeleteHandles(java.util.List<java.lang.String> handlesToDelete,
SiteInfo site,
AuthenticationInfo authInfo,
HandleResolver resolver,
int numThreads) |
| Modifier and Type | Method | 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)