| Package | Description |
|---|---|
| net.openhft.chronicle.hash.impl.stage.iter | |
| net.openhft.chronicle.hash.impl.stage.query | |
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.map.impl.stage.entry | |
| net.openhft.chronicle.map.impl.stage.iter | |
| net.openhft.chronicle.map.impl.stage.query | |
| net.openhft.chronicle.set |
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentsRecovery |
| Modifier and Type | Class and Description |
|---|---|
class |
HashQuery<K> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapEntry<K,V>
A context of a present entry in the
ChronicleMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapEntryStages<K,V> |
class |
ReplicatedMapEntryStages<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
MapSegmentIteration<K,V,R> |
class |
ReplicatedMapEntryDelegating<K,V> |
class |
ReplicatedMapSegmentIteration<K,V,R> |
| Modifier and Type | Class and Description |
|---|---|
class |
MapQuery<K,V,R> |
class |
ReplicatedMapQuery<K,V,R> |
| Modifier and Type | Method and Description |
|---|---|
SetEntry<K> |
SetQueryContext.entry() |
| Modifier and Type | Method and Description |
|---|---|
default R |
SetEntryOperations.remove(SetEntry<K> entry)
Removes the given entry from the set.
|
Copyright © 2024. All rights reserved.