Uses of Interface
org.multiverse.api.references.TxnLong
-
Packages that use TxnLong Package Description org.multiverse.api org.multiverse.api.references org.multiverse.stms.gamma.transactionalobjects -
-
Uses of TxnLong in org.multiverse.api
Methods in org.multiverse.api that return TxnLong Modifier and Type Method Description static TxnLong
StmUtils. newTxnLong()
Creates a committedTxnLong
with 0 as initial value using theGlobalStmInstance
.static TxnLong
StmUtils. newTxnLong(long value)
Creates a committedTxnLong
with the provided value using theGlobalStmInstance
. -
Uses of TxnLong in org.multiverse.api.references
Methods in org.multiverse.api.references that return TxnLong Modifier and Type Method Description TxnLong
TxnRefFactory. newTxnLong(long value)
Creates a committed TxnLong. -
Uses of TxnLong in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnLong Modifier and Type Class Description class
GammaTxnLong
-