| Package | Description |
|---|---|
| com.googlecode.n_orm | |
| com.googlecode.n_orm.operations | |
| com.googlecode.n_orm.query |
| Modifier and Type | Method and Description |
|---|---|
Process.ProcessReport<? extends PersistingElement> |
ProcessException.getRetport()
The report to which this exception belongs
|
| Constructor and Description |
|---|
ProcessException(Process<? extends PersistingElement> p,
Process.ProcessReport<? extends PersistingElement> report,
List<ProcessException.Problem> problems,
List<Throwable> otherExceptions) |
| Modifier and Type | Method and Description |
|---|---|
static <AE extends PersistingElement,E extends AE> |
Process.processElements(Class<E> clazz,
Constraint c,
Process<AE> processAction,
int limit,
String[] families,
int threadNumber,
ProcessCanceller cancel,
ExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
Process.ProcessReport<T> |
SearchableClassConstraintBuilder.forEach(Process<T> action)
Performs an action for each element corresponding to the query.
|
Process.ProcessReport<T> |
SearchableClassConstraintBuilder.forEach(Process<T> action,
int threadNumber,
long timeoutMs)
Performs an action for each element corresponding to the query using parallel threads.
|
Process.ProcessReport<T> |
SearchableClassConstraintBuilder.forEach(Process<T> action,
int threadNumber,
long timeoutMs,
ExecutorService executor)
Performs an action for each element corresponding to the query using parallel threads ; method might return before process is ended.
|
Process.ProcessReport<T> |
SearchableClassConstraintBuilder.forEach(Process<T> action,
int threadNumber,
ProcessCanceller canceller)
Performs an action for each element corresponding to the query using parallel threads.
|
Process.ProcessReport<T> |
SearchableClassConstraintBuilder.forEach(Process<T> action,
int threadNumber,
ProcessCanceller canceller,
ExecutorService executor)
Performs an action for each element corresponding to the query using parallel threads ; method might return before process is ended.
|
Copyright © 2016. All Rights Reserved.