| 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 |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.set |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalHashQueryContext<K>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalMapQueryContext<K,V,R>
|
interface |
MapQueryContext<K,V,R>
A context of
ChronicleMap operations with individual keys
(like during get(), put(), etc., opposed to bulk operations). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalSetQueryContext<K,R>
|
interface |
SetQueryContext<K,R>
A context of
ChronicleSet operations with individual keys
(most: contains(), add(), etc., opposed to bulk operations). |
Copyright © 2019. All rights reserved.