Uses of Interface
org.multiverse.api.references.TxnRef
-
Packages that use TxnRef Package Description org.multiverse.api org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of TxnRef in org.multiverse.api
Methods in org.multiverse.api that return TxnRef Modifier and Type Method Description static <E> TxnRef<E>
StmUtils. newTxnRef()
Creates a committedTxnRef
with null as initial value using theGlobalStmInstance
.static <E> TxnRef<E>
StmUtils. newTxnRef(E value)
Creates a committedTxnRef
with the provided value using theGlobalStmInstance
. -
Uses of TxnRef in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnRef Modifier and Type Method Description <E> TxnRef<E>
TxnRefFactory. newTxnRef(E value)
Creates a committed TxnRef. -
Uses of TxnRef in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnRef Modifier and Type Class Description class
GammaTxnRef<E>
-