| Package | Description |
|---|---|
| net.openhft.chronicle.hash |
Contains common interfaces and utilities for
ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package). |
| net.openhft.chronicle.hash.serialization |
Contains interfaces for serializing objects between Java heap and
Bytes or BytesStore, used by
Chronicle Map to store objects off-heap, and read them back from off-heap memory to on-heap
objects. |
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.set |
| Class and Description |
|---|
| Beta
Signifies that a public API (public class, method or field) is subject to incompatible changes,
or even removal, in a future release.
|
| ChronicleHash
Common base interface for
ChronicleMap and ChronicleSet. |
| ChronicleHashBuilder
Base interface for
ChronicleMapBuilder and ChronicleSetBuilder, i. |
| ChronicleHashCorruption
Information about a corruption, encountered in a persisted Chronicle Map during recovery.
|
| ChronicleHashCorruption.Listener
Listener of
ChronicleHashCorruption events. |
| Data
Dual bytes/object access to keys or values (for
ChronicleMap) and elements (for ChronicleSet) throughout the Chronicle Map library. |
| ExternalHashQueryContext |
| HashAbsentEntry
Low-level operational context for the situations, when the new entry is going to be inserted
into the
ChronicleHash. |
| HashContext
Root interface for contexts, in which
HashEntries could be accessed. |
| HashEntry
A context of a present entry in the
ChronicleHash. |
| HashQueryContext
Context of
ChronicleHash operations with individual keys. |
| HashSegmentContext
Context of
ChronicleHash's segment. |
SegmentLock
InterProcessReadWriteUpdateLock of a segment in ChronicleHash. |
| Class and Description |
|---|
| Data
Dual bytes/object access to keys or values (for
ChronicleMap) and elements (for ChronicleSet) throughout the Chronicle Map library. |
| Class and Description |
|---|
| ChronicleHash
Common base interface for
ChronicleMap and ChronicleSet. |
| ChronicleHashBuilder
Base interface for
ChronicleMapBuilder and ChronicleSetBuilder, i. |
| ChronicleHashCorruption.Listener
Listener of
ChronicleHashCorruption events. |
| Data
Dual bytes/object access to keys or values (for
ChronicleMap) and elements (for ChronicleSet) throughout the Chronicle Map library. |
| ExternalHashQueryContext |
| HashAbsentEntry
Low-level operational context for the situations, when the new entry is going to be inserted
into the
ChronicleHash. |
| HashContext
Root interface for contexts, in which
HashEntries could be accessed. |
| HashEntry
A context of a present entry in the
ChronicleHash. |
| HashQueryContext
Context of
ChronicleHash operations with individual keys. |
| HashSegmentContext
Context of
ChronicleHash's segment. |
SegmentLock
InterProcessReadWriteUpdateLock of a segment in ChronicleHash. |
| Class and Description |
|---|
| ChronicleHash
Common base interface for
ChronicleMap and ChronicleSet. |
| ChronicleHashBuilder
Base interface for
ChronicleMapBuilder and ChronicleSetBuilder, i. |
| ChronicleHashCorruption.Listener
Listener of
ChronicleHashCorruption events. |
| ExternalHashQueryContext |
| HashAbsentEntry
Low-level operational context for the situations, when the new entry is going to be inserted
into the
ChronicleHash. |
| HashContext
Root interface for contexts, in which
HashEntries could be accessed. |
| HashEntry
A context of a present entry in the
ChronicleHash. |
| HashQueryContext
Context of
ChronicleHash operations with individual keys. |
| HashSegmentContext
Context of
ChronicleHash's segment. |
SegmentLock
InterProcessReadWriteUpdateLock of a segment in ChronicleHash. |
Copyright © 2019. All rights reserved.