Uses of Interface
org.multiverse.api.references.TxnLong
Packages that use TxnLong
Package
Description
-
Uses of TxnLong in org.multiverse.api
Methods in org.multiverse.api that return TxnLongModifier and TypeMethodDescriptionstatic 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 TxnLongModifier and TypeMethodDescriptionTxnRefFactory.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