| 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>
|
interface |
HashQueryContext<K>
Context of
ChronicleHash operations with individual keys. |
interface |
HashSegmentContext<K,E extends HashEntry<K>>
Context of
ChronicleHash's segment. |
| Modifier and Type | Method and Description |
|---|---|
HashContext<K> |
HashAbsentEntry.context()
Returns the context, in which the entry is going to be inserted into the hash.
|
HashContext<K> |
HashEntry.context()
Returns the context, in which the entry is accessed.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalMapQueryContext<K,V,R>
|
interface |
MapContext<K,V,R>
Context, in which
MapEntries are accessed. |
interface |
MapQueryContext<K,V,R>
A context of
ChronicleMap operations with individual keys
(like during get(), put(), etc., opposed to bulk operations). |
interface |
MapSegmentContext<K,V,R>
Context of
ChronicleMap's segment. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalSetQueryContext<K,R>
|
interface |
SetContext<K,R>
Context, in which
SetEntries are accessed. |
interface |
SetQueryContext<K,R>
A context of
ChronicleSet operations with individual keys
(most: contains(), add(), etc., opposed to bulk operations). |
interface |
SetSegmentContext<K,R>
Context of
ChronicleSet's segment. |
Copyright © 2019. All rights reserved.