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)
TxnRefFactorynewTxnRef in interface TxnRefFactoryvalue - the initial value.GammaTxnInteger newTxnInteger(int value)
TxnRefFactorynewTxnInteger in interface TxnRefFactoryvalue - the initial value.GammaTxnBoolean newTxnBoolean(boolean value)
TxnRefFactorynewTxnBoolean in interface TxnRefFactoryvalue - the initial value.GammaTxnDouble newTxnDouble(double value)
TxnRefFactorynewTxnDouble in interface TxnRefFactoryvalue - the initial value.GammaTxnLong newTxnLong(long value)
TxnRefFactorynewTxnLong in interface TxnRefFactoryvalue - the initial value.Copyright © 2025. All rights reserved.