| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.wal.record | |
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.transactions |
Contains transaction-related classes.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
TxRecord.state() |
| Modifier and Type | Method and Description |
|---|---|
void |
TxRecord.state(TransactionState state) |
| Constructor and Description |
|---|
TxRecord(TransactionState state,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
Map<Short,Collection<Short>> participatingNodes) |
TxRecord(TransactionState state,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
Map<Short,Collection<Short>> participatingNodes,
long ts) |
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
TransactionProxyImpl.state()
Gets current transaction state value.
|
TransactionState |
IgniteInternalTx.state()
Gets current transaction state value.
|
TransactionState |
IgniteTxAdapter.state()
Gets current transaction state value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteInternalTx.state(TransactionState state) |
boolean |
IgniteTxAdapter.state(TransactionState state) |
protected boolean |
IgniteTxAdapter.state(TransactionState state,
boolean timedOut) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionState |
TransactionState.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
TransactionState |
Transaction.state()
Gets current transaction state value.
|
static TransactionState |
TransactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionState[] |
TransactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018