Uses of Interface
org.multiverse.api.references.TxnRef
-
Packages that use TxnRef Package Description org.multiverse.api org.multiverse.api.references org.multiverse.collections 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 committedTxnRefwith null as initial value using theGlobalStmInstance.static <E> TxnRef<E>StmUtils. newTxnRef(E value)Creates a committedTxnRefwith 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.collections
Fields in org.multiverse.collections declared as TxnRef Modifier and Type Field Description private TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList. headprivate TxnRef<NaiveTxnStack.Node<E>>NaiveTxnStack. head(package private) TxnRef<NaiveTxnHashMap.NaiveEntry<K,V>>NaiveTxnHashMap.NaiveEntry. nextprivate TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList.Entry. next(package private) TxnRef<NaiveTxnStack.Node<E>>NaiveTxnStack.It. nodeprivate TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList.Entry. previousprivate TxnRef<TxnRef<NaiveTxnHashMap.NaiveEntry>[]>NaiveTxnHashMap. tableprivate TxnRef<NaiveTxnLinkedList.Entry<E>>NaiveTxnLinkedList. tail(package private) TxnRef<V>NaiveTxnHashMap.NaiveEntry. valueprivate TxnRef<E>NaiveTxnLinkedList.Entry. valueMethods in org.multiverse.collections with parameters of type TxnRef Modifier and Type Method Description (package private) voidNaiveTxnHashMap. transfer(Txn tx, TxnRef<NaiveTxnHashMap.NaiveEntry>[] newTable) -
Uses of TxnRef in org.multiverse.stms.gamma.transactionalobjects
Classes in org.multiverse.stms.gamma.transactionalobjects that implement TxnRef Modifier and Type Class Description classGammaTxnRef<E>
-