ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff.See: Description
| Interface | Description |
|---|---|
| ChronicleMap<K,V> |
ChronicleMap provides concurrent access to a Chronicle Map key-value store from a
JVM process. |
| DefaultValueProvider<K,V> |
Default value computation strategy, used
in
ChronicleMapBuilder.defaultValueProvider(DefaultValueProvider) configuration. |
| ExternalMapQueryContext<K,V,R> | |
| MapAbsentEntry<K,V> |
Low-level operational context for the situations, when the new entry is going to be inserted
into the
ChronicleMap. |
| MapContext<K,V,R> |
Context, in which
MapEntries are accessed. |
| MapEntry<K,V> |
A context of a present entry in the
ChronicleMap. |
| MapEntryOperations<K,V,R> |
SPI interface for customizing "low-level" modification operations on
ChronicleMap
entries. |
| MapMethods<K,V,R> |
SPI interface for customizing behaviour of the specific Map's methods with individual keys.
|
| MapQueryContext<K,V,R> |
A context of
ChronicleMap operations with individual keys
(like during get(), put(), etc., opposed to bulk operations). |
| MapSegmentContext<K,V,R> |
Context of
ChronicleMap's segment. |
| ReturnValue<V> |
Abstracts returning a value from a query to a
ChronicleMap, used in MapMethods. |
| Class | Description |
|---|---|
| ChronicleMapBuilder<K,V> |
ChronicleMapBuilder manages ChronicleMap configurations; could be used as a
classic builder and/or factory. |
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff.Copyright © 2019. All rights reserved.