| 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.map | |
| net.openhft.chronicle.set |
Contains
ChronicleSet interface and
ChronicleSetBuilder class. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChronicleHash<K,E extends HashEntry<K>,SC extends HashSegmentContext<K,?>,EQC extends ExternalHashQueryContext<K>>
This interface defines common
ChronicleMap and ChronicleSet, related to off-heap
memory management and file-mapping. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalMapQueryContext<K,V,R>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalSetQueryContext<K,R>
|
Copyright © 2016. All rights reserved.