public interface GammaTxnRefFactory extends TxnRefFactory
TxnRefFactory
tailored for the GammaStm.Modifier and Type | Method and Description |
---|---|
GammaTxnBoolean |
newTxnBoolean(boolean value)
Creates a committed TxnBoolean.
|
GammaTxnDouble |
newTxnDouble(double value)
Creates a committed TxnDouble.
|
GammaTxnInteger |
newTxnInteger(int value)
Creates a committed TxnInteger.
|
GammaTxnLong |
newTxnLong(long value)
Creates a committed TxnLong.
|
<E> GammaTxnRef<E> |
newTxnRef(E value)
Creates a committed TxnRef.
|
<E> GammaTxnRef<E> newTxnRef(E value)
TxnRefFactory
newTxnRef
in interface TxnRefFactory
value
- the initial value.GammaTxnInteger newTxnInteger(int value)
TxnRefFactory
newTxnInteger
in interface TxnRefFactory
value
- the initial value.GammaTxnBoolean newTxnBoolean(boolean value)
TxnRefFactory
newTxnBoolean
in interface TxnRefFactory
value
- the initial value.GammaTxnDouble newTxnDouble(double value)
TxnRefFactory
newTxnDouble
in interface TxnRefFactory
value
- the initial value.GammaTxnLong newTxnLong(long value)
TxnRefFactory
newTxnLong
in interface TxnRefFactory
value
- the initial value.Copyright © 2020. All rights reserved.