| Package | Description |
|---|---|
| com.googlecode.n_orm.cache.read | |
| com.googlecode.n_orm.cache.write | |
| com.googlecode.n_orm.memory | |
| com.googlecode.n_orm.storeapi |
| Modifier and Type | Method and Description |
|---|---|
Row.ColumnFamilyData |
CachedStore.get(MetaInformation meta,
String table,
String id,
Set<String> families) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteRetentionStore.storeChanges(MetaInformation meta,
String table,
String id,
Row.ColumnFamilyData changed,
Map<String,Set<String>> removed,
Map<String,Map<String,Number>> increments) |
| Modifier and Type | Method and Description |
|---|---|
Row.ColumnFamilyData |
Memory.get(String table,
String id,
Set<String> families) |
Row.ColumnFamilyData |
Memory.Table.Row.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Memory.storeChanges(String table,
String id,
Row.ColumnFamilyData changed,
Map<String,Set<String>> removed,
Map<String,Map<String,Number>> incremented) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultColumnFamilyData |
| Modifier and Type | Method and Description |
|---|---|
Row.ColumnFamilyData |
Store.get(MetaInformation meta,
String table,
String id,
Set<String> families)
Returns all elements in families ; no side-effect.
|
Row.ColumnFamilyData |
SimpleStoreWrapper.get(MetaInformation meta,
String table,
String id,
Set<String> families) |
Row.ColumnFamilyData |
DelegatingStore.get(MetaInformation meta,
String table,
String id,
Set<String> families) |
Row.ColumnFamilyData |
SimpleStore.get(String table,
String id,
Set<String> families)
Returns all elements in families ; no side-effect.
|
Row.ColumnFamilyData |
Row.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
Store.storeChanges(MetaInformation meta,
String table,
String id,
Row.ColumnFamilyData changed,
Map<String,Set<String>> removed,
Map<String,Map<String,Number>> increments)
Stores given piece of information.
|
void |
SimpleStoreWrapper.storeChanges(MetaInformation meta,
String table,
String id,
Row.ColumnFamilyData changed,
Map<String,Set<String>> removed,
Map<String,Map<String,Number>> increments) |
void |
DelegatingStore.storeChanges(MetaInformation meta,
String table,
String id,
Row.ColumnFamilyData changed,
Map<String,Set<String>> removed,
Map<String,Map<String,Number>> increments) |
void |
SimpleStore.storeChanges(String table,
String id,
Row.ColumnFamilyData changed,
Map<String,Set<String>> removed,
Map<String,Map<String,Number>> increments)
Stores given piece of information.
|
| Constructor and Description |
|---|
DefaultColumnFamilyData(Row.ColumnFamilyData clone) |
Copyright © 2016. All Rights Reserved.