| 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 |
The package contains interfaces for serializing objects and values between Java heap and
Bytes or BytesStore. |
| net.openhft.chronicle.map | |
| net.openhft.chronicle.set |
Contains
ChronicleSet interface and
ChronicleSetBuilder class. |
| Class and Description |
|---|
| ChronicleHash
This interface defines common
ChronicleMap and ChronicleSet, related to off-heap
memory management and file-mapping. |
| ChronicleHashBuilder
This interface defines the meaning of configurations, common to
ChronicleMapBuilder and
ChronicleSetBuilder, i. |
| Data
Dual bytes/object access to keys/values/elements.
|
| 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/values/elements.
|
| Class and Description |
|---|
| ChronicleHash
This interface defines common
ChronicleMap and ChronicleSet, related to off-heap
memory management and file-mapping. |
| ChronicleHashBuilder
This interface defines the meaning of configurations, common to
ChronicleMapBuilder and
ChronicleSetBuilder, i. |
| Data
Dual bytes/object access to keys/values/elements.
|
| 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
This interface defines common
ChronicleMap and ChronicleSet, related to off-heap
memory management and file-mapping. |
| ChronicleHashBuilder
This interface defines the meaning of configurations, common to
ChronicleMapBuilder and
ChronicleSetBuilder, i. |
| 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 © 2016. All rights reserved.