| Package | Description |
|---|---|
| com.hammurapi.store |
This package contains interfaces and classes which define object store and provide foundation for implementations.
|
| com.hammurapi.store.local |
Local (in-JVM) implementation of object store.
|
| Modifier and Type | Method and Description |
|---|---|
protected <V,ST extends T> |
DeputyStore.createIndex(Predicate<T,S> predicate,
Extractor<ST,V,S> extractor,
Index.Type type,
boolean ordered,
Comparator<V> comparator) |
protected abstract <V,ST extends T> |
AbstractStore.createIndex(Predicate<T,S> predicate,
Extractor<ST,V,S> extractor,
Index.Type type,
boolean ordered,
Comparator<V> comparator) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AbstractIndex<T,? extends T,PK,?,S>> |
DeputyStore.getIndices() |
protected abstract Collection<AbstractIndex<T,? extends T,PK,?,S>> |
AbstractStore.getIndices() |
| Modifier and Type | Method and Description |
|---|---|
protected <V,ST extends T> |
LocalStoreBase.createIndex(Predicate<T,S> predicate,
Extractor<ST,V,S> extractor,
Index.Type type,
boolean ordered,
Comparator<V> comparator) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AbstractIndex<T,? extends T,PK,?,S>> |
LocalStoreBase.getIndices() |