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