| Package | Description |
|---|---|
| com.googlecode.n_orm | |
| com.googlecode.n_orm.operations | |
| com.googlecode.n_orm.query | |
| com.googlecode.n_orm.storeapi |
| Modifier and Type | Class and Description |
|---|---|
class |
WaitingCallBack
A
Callback implementation that waits for a process to be completed. |
| Modifier and Type | Method and Description |
|---|---|
static <AE extends PersistingElement,E extends AE> |
Process.processElementsRemotely(Class<E> clazz,
Constraint c,
Process<AE> process,
Callback callback,
int limit,
String[] families,
int threadNumber,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchableClassConstraintBuilder.remoteForEach(Process<T> action,
Callback callBack,
int threadNumber,
long timeout)
Performs asynchronously an action for each element corresponding to the query.
|
| Modifier and Type | Method and Description |
|---|---|
<AE extends PersistingElement,E extends AE> |
ActionnableStore.process(MetaInformation meta,
String table,
Constraint c,
Set<String> families,
Class<E> element,
Process<AE> action,
Callback callback) |
Copyright © 2016. All Rights Reserved.