public abstract class ChainingInterface extends ThreadLocalState
iterationContextLockedInThisThread| Constructor and Description |
|---|
ChainingInterface() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends ChainingInterface> |
getContext(Class<? extends T> contextClass,
BiFunction<ChainingInterface,net.openhft.chronicle.map.VanillaChronicleMap,T> createChaining,
net.openhft.chronicle.map.VanillaChronicleMap map) |
abstract List<ChainingInterface> |
getContextChain() |
abstract void |
initUsed(boolean used,
net.openhft.chronicle.map.VanillaChronicleMap map) |
abstract boolean |
usedInit() |
closeContext, isLocked, lockContextLocally, owner, preventClose, unlockContextLocallypublic abstract List<ChainingInterface> getContextChain()
public abstract void initUsed(boolean used,
net.openhft.chronicle.map.VanillaChronicleMap map)
public abstract boolean usedInit()
public abstract <T extends ChainingInterface> T getContext(Class<? extends T> contextClass, BiFunction<ChainingInterface,net.openhft.chronicle.map.VanillaChronicleMap,T> createChaining, net.openhft.chronicle.map.VanillaChronicleMap map)
Copyright © 2024. All rights reserved.