Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.api.references | |
org.multiverse.stms.gamma.transactionalobjects |
Modifier and Type | Method and Description |
---|---|
static <E> TxnRef<E> |
StmUtils.newTxnRef()
Creates a committed
TxnRef with null as initial value using the GlobalStmInstance . |
static <E> TxnRef<E> |
StmUtils.newTxnRef(E value)
Creates a committed
TxnRef with the provided value using the GlobalStmInstance . |
Modifier and Type | Method and Description |
---|---|
<E> TxnRef<E> |
TxnRefFactory.newTxnRef(E value)
Creates a committed TxnRef.
|
Modifier and Type | Class and Description |
---|---|
class |
GammaTxnRef<E>
|
Copyright © 2020. All rights reserved.