| Package | Description |
|---|---|
| net.openhft.chronicle.hash.impl.stage.iter | |
| 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.map | |
| net.openhft.chronicle.map.impl.stage.query |
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentsRecovery |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<K,V> |
MapQueryContext.entry() |
| Modifier and Type | Method and Description |
|---|---|
default R |
MapEntryOperations.remove(MapEntry<K,V> entry)
Removes the given entry from the map.
|
default R |
MapEntryOperations.replaceValue(MapEntry<K,V> entry,
Data<V> newValue)
Replaces the given entry's value with the new one.
|
| 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 | Method and Description |
|---|---|
boolean |
ReplicatedMapSegmentIteration.forEachSegmentEntryWhile(Predicate<? super MapEntry<K,V>> predicate) |
| Modifier and Type | Method and Description |
|---|---|
R |
MapEntryOperationsDelegation.remove(MapEntry<K,V> entry) |
R |
MapEntryOperationsDelegation.replaceValue(MapEntry<K,V> entry,
Data<V> newValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapQuery<K,V,R> |
class |
ReplicatedMapQuery<K,V,R> |
Copyright © 2024. All rights reserved.