| Package | Description |
|---|---|
| com.hammurapi.store.local |
Local (in-JVM) implementation of object store.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HandleFactory<T,PK,S extends Store<T,PK,S>,H extends LocalHandle<T,PK,S>>
Handle factory allows to configure LocalStore store to use custom handles which
carry additional information about store entries.
|
| Modifier and Type | Method and Description |
|---|---|
HandleFactory<T,PK,S,LocalHandle<T,PK,S>> |
LocalStoreBase.Config.getHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalStoreBase.Config.setHandleFactory(HandleFactory<T,PK,S,LocalHandle<T,PK,S>> handleFactory) |