public interface TxnRefFactory
Modifier and Type | Method and Description |
---|---|
TxnBoolean |
newTxnBoolean(boolean value)
Creates a committed TxnBoolean.
|
TxnDouble |
newTxnDouble(double value)
Creates a committed TxnDouble.
|
TxnInteger |
newTxnInteger(int value)
Creates a committed TxnInteger.
|
TxnLong |
newTxnLong(long value)
Creates a committed TxnLong.
|
<E> TxnRef<E> |
newTxnRef(E value)
Creates a committed TxnRef.
|
<E> TxnRef<E> newTxnRef(E value)
value
- the initial value.TxnInteger newTxnInteger(int value)
value
- the initial value.TxnBoolean newTxnBoolean(boolean value)
value
- the initial value.TxnDouble newTxnDouble(double value)
value
- the initial value.TxnLong newTxnLong(long value)
value
- the initial value.Copyright © 2020. All rights reserved.