public class Process extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Process.ProcessReport<T extends PersistingElement> |
| Modifier and Type | Method and Description |
|---|---|
static <AE extends PersistingElement,E extends AE> |
processElements(Class<E> clazz,
Constraint c,
Process<AE> processAction,
int limit,
String[] families,
int threadNumber,
ProcessCanceller cancel,
ExecutorService executor) |
static <AE extends PersistingElement,E extends AE> |
processElementsRemotely(Class<E> clazz,
Constraint c,
Process<AE> process,
Callback callback,
int limit,
String[] families,
int threadNumber,
long timeout) |
public static <AE extends PersistingElement,E extends AE> Process.ProcessReport<E> processElements(Class<E> clazz, Constraint c, Process<AE> processAction, int limit, String[] families, int threadNumber, ProcessCanceller cancel, ExecutorService executor) throws DatabaseNotReachedException, InterruptedException, ProcessException
public static <AE extends PersistingElement,E extends AE> void processElementsRemotely(Class<E> clazz, Constraint c, Process<AE> process, Callback callback, int limit, String[] families, int threadNumber, long timeout) throws DatabaseNotReachedException, InstantiationException, IllegalAccessException
Copyright © 2016. All Rights Reserved.