| Package | Description |
|---|---|
| net.openhft.chronicle.map |
| Class and Description |
|---|
| ChronicleMap
Extension of
ConcurrentMap interface, stores the data off-heap. |
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
ChronicleHash. |
| 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 |
Copyright © 2016. All rights reserved.