| Package | Description |
|---|---|
| net.openhft.chronicle.hash.impl.stage.hash | |
| net.openhft.chronicle.map.impl.stage.map |
| Modifier and Type | Class and Description |
|---|---|
class |
Chaining |
| Modifier and Type | Field and Description |
|---|---|
ChainingInterface |
Chaining.rootContextInThisThread
First context, ever created in this thread.
|
| Modifier and Type | Field and Description |
|---|---|
List<ChainingInterface> |
Chaining.contextChain |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends ChainingInterface> |
ChainingInterface.getContext(Class<? extends T> contextClass,
BiFunction<ChainingInterface,net.openhft.chronicle.map.VanillaChronicleMap,T> createChaining,
net.openhft.chronicle.map.VanillaChronicleMap map) |
<T extends ChainingInterface> |
Chaining.getContext(Class<? extends T> contextClass,
BiFunction<ChainingInterface,net.openhft.chronicle.map.VanillaChronicleMap,T> createChaining,
net.openhft.chronicle.map.VanillaChronicleMap map) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ChainingInterface> |
ChainingInterface.getContextChain() |
List<ChainingInterface> |
Chaining.getContextChain() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends ChainingInterface> |
ChainingInterface.getContext(Class<? extends T> contextClass,
BiFunction<ChainingInterface,net.openhft.chronicle.map.VanillaChronicleMap,T> createChaining,
net.openhft.chronicle.map.VanillaChronicleMap map) |
<T extends ChainingInterface> |
Chaining.getContext(Class<? extends T> contextClass,
BiFunction<ChainingInterface,net.openhft.chronicle.map.VanillaChronicleMap,T> createChaining,
net.openhft.chronicle.map.VanillaChronicleMap map) |
| Constructor and Description |
|---|
Chaining(ChainingInterface rootContextInThisThread,
net.openhft.chronicle.map.VanillaChronicleMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedChronicleMapHolderImpl<K,V,R> |
class |
VanillaChronicleMapHolderImpl<K,V,R> |
| Constructor and Description |
|---|
ReplicatedChronicleMapHolderImpl(ChainingInterface rootContextInThisThread,
net.openhft.chronicle.map.VanillaChronicleMap map) |
VanillaChronicleMapHolderImpl(ChainingInterface rootContextInThisThread,
net.openhft.chronicle.map.VanillaChronicleMap map) |
Copyright © 2024. All rights reserved.