| Interface | Description |
|---|---|
| ActionnableStore | A store able to trigger actions server-side. |
| CloseableKeyIterator | |
| GenericStore | A simple interface for network reachable data stores that can be reached with a host and a port. |
| Row | |
| Row.ColumnFamilyData | |
| SimpleStore | An interface that defines what a data store should implement and which is simpler than Store. |
| Store | The interface that defines what a data store should implement. |
| Class | Description |
|---|---|
| Constraint | A restriction to a SimpleStore search. |
| DefaultColumnFamilyData | |
| DelegatingStore | A store that delegates all of its requests to another one. |
| MetaInformation | Simple unchecked class to be sent to data stores for additional and optional information regarding queries. |
| ProcessWrapper<AE extends PersistingElement,E extends AE> | |
| SimpleStoreWrapper |