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 TxnLongStmUtils.newTxnLong()Creates a committedTxnLongwith 0 as initial value using theGlobalStmInstance.static TxnLongStmUtils.newTxnLong(long value) Creates a committedTxnLongwith 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