Uses of Interface
org.multiverse.api.references.TxnRef
Packages that use TxnRef
Package
Description
-
Uses of TxnRef in org.multiverse.api
Methods in org.multiverse.api that return TxnRefModifier and TypeMethodDescriptionstatic <E> TxnRef<E> StmUtils.newTxnRef()Creates a committedTxnRefwith null as initial value using theGlobalStmInstance.static <E> TxnRef<E> StmUtils.newTxnRef(E value) Creates a committedTxnRefwith the provided value using theGlobalStmInstance. -
Uses of TxnRef in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnRef -
Uses of TxnRef in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnRef