| Package | Description |
|---|---|
| com.googlecode.n_orm.cf | |
| com.googlecode.n_orm.memory | |
| com.googlecode.n_orm.operations | |
| com.googlecode.n_orm.query | |
| com.googlecode.n_orm.storeapi |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnFamily.activate(Constraint c) |
| Modifier and Type | Method and Description |
|---|---|
long |
Memory.count(String table,
Constraint c) |
CloseableKeyIterator |
Memory.get(String table,
Constraint c,
int limit,
Set<String> families) |
Map<String,byte[]> |
Memory.get(String table,
String id,
String family,
Constraint c) |
| 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) |
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 |
|---|---|
Constraint |
SearchableClassConstraintBuilder.getConstraint() |
Constraint |
ClassConstraintBuilder.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
long |
Store.count(MetaInformation meta,
String table,
Constraint c)
Counts the number of element satisfying the constraint.
|
long |
SimpleStoreWrapper.count(MetaInformation meta,
String table,
Constraint c) |
long |
DelegatingStore.count(MetaInformation meta,
String table,
Constraint c) |
long |
SimpleStore.count(String table,
Constraint c)
Counts the number of element satisfying the constraint.
|
CloseableKeyIterator |
Store.get(MetaInformation meta,
String table,
Constraint c,
int limit,
Set<String> families)
Rows matching constraint sorted according to their key in ascending
order.
|
CloseableKeyIterator |
SimpleStoreWrapper.get(MetaInformation meta,
String table,
Constraint c,
int limit,
Set<String> families) |
CloseableKeyIterator |
DelegatingStore.get(MetaInformation meta,
String table,
Constraint c,
int limit,
Set<String> families) |
Map<String,byte[]> |
Store.get(MetaInformation meta,
String table,
String id,
String family,
Constraint c)
Returns all elements in a family ; no side-effect.
|
Map<String,byte[]> |
SimpleStoreWrapper.get(MetaInformation meta,
String table,
String id,
String family,
Constraint c) |
Map<String,byte[]> |
DelegatingStore.get(MetaInformation meta,
String table,
String id,
String family,
Constraint c) |
CloseableKeyIterator |
SimpleStore.get(String table,
Constraint c,
int limit,
Set<String> families)
Rows matching constraint sorted according to their key in ascending order.
|
Map<String,byte[]> |
SimpleStore.get(String table,
String id,
String family,
Constraint c)
Returns all elements in a family ; no side-effect.
|
<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) |
| Constructor and Description |
|---|
Constraint(Class<?> type,
Map<String,Object> values,
String searchedKey,
Constraint subkeySearch) |
Constraint(Map<Field,Object> values,
Field searchedKey,
Constraint subkeySearch) |
Constraint(Map<Field,Object> values,
Field searchedKey,
Constraint subkeySearch,
boolean checkKeys) |
Copyright © 2016. All Rights Reserved.