| Interface | Description |
|---|---|
| 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.
|
| LocalStore<T,PK> |
Local store which implements only store's methods.
|
| Class | Description |
|---|---|
| LocalHandle<T,PK,S extends Store<T,PK,S>> | |
| LocalStoreBase<T,PK,S extends Store<T,PK,S>> |
In-memory object store.
|
| LocalStoreBase.Config<T,PK,S extends Store<T,PK,S>> |
Store configuration.
|
| LocalStoreImpl<T,PK> |
In-memory object store.
|
| LocalStoreImpl.LocalDeputyStore<T,PK> | |
| LocalStoreImpl.LocalLiveView<T,PK> | |
| LocalStoreImpl.LocalUnmodifiableStore<T,PK> | |
| LocalTrackingLock |
This class tracks number of locks acquired by current thread.
|
| Enum | Description |
|---|---|
| LocalHandle.HandleStrength |