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 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 TxnLong Modifier and Type Method Description TxnLongTxnRefFactory. 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 classGammaTxnLong
-