| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.wal.record | |
| org.apache.ignite.internal.processors.cache.distributed.near | |
| org.apache.ignite.internal.processors.cache.transactions | |
| org.apache.ignite.internal.visor.tx | |
| org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
| org.apache.ignite.transactions |
Contains transaction-related classes.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
TxRecord.state() |
| Constructor and Description |
|---|
MvccTxRecord(TransactionState state,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
@Nullable Map<Short,Collection<Short>> participatingNodes,
MvccVersion mvccVer) |
MvccTxRecord(TransactionState state,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
@Nullable Map<Short,Collection<Short>> participatingNodes,
MvccVersion mvccVer,
long ts) |
TxRecord(TransactionState state,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
@Nullable Map<Short,Collection<Short>> participatingNodes) |
TxRecord(TransactionState state,
GridCacheVersion nearXidVer,
GridCacheVersion writeVer,
@Nullable Map<Short,Collection<Short>> participatingNodes,
long ts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridNearTxLocal.state(TransactionState state) |
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
TransactionEventProxyImpl.state()
Gets current transaction state value.
|
TransactionState |
TransactionProxyImpl.state()
Gets current transaction state value.
|
TransactionState |
IgniteTxAdapter.state()
Gets current transaction state value.
|
TransactionState |
IgniteInternalTx.state()
Gets current transaction state value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteTxAdapter.chainState(TransactionState state)
Changing state for this transaction as well as chained(parent) transactions.
|
void |
IgniteTxManager.setMvccState(IgniteInternalTx tx,
TransactionState state)
Sets MVCC state.
|
boolean |
IgniteTxAdapter.state(TransactionState state) |
boolean |
IgniteInternalTx.state(TransactionState state) |
protected boolean |
IgniteTxAdapter.state(TransactionState state,
boolean timedOut) |
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
VisorTxInfo.getState() |
@Nullable TransactionState |
VisorTxTaskArg.getState() |
| Constructor and Description |
|---|
VisorTxInfo(IgniteUuid xid,
long startTime,
long duration,
TransactionIsolation isolation,
TransactionConcurrency concurrency,
long timeout,
String lb,
Collection<UUID> primaryNodes,
TransactionState state,
int size,
IgniteUuid nearXid,
Collection<UUID> masterNodeIds,
AffinityTopologyVersion topVer,
TxVerboseInfo info) |
VisorTxInfo(IgniteUuid xid,
TransactionState state)
Constructor for historical mode.
|
VisorTxTaskArg(VisorTxOperation op,
@Nullable Integer limit,
@Nullable Long minDuration,
@Nullable Integer minSize,
@Nullable TransactionState state,
@Nullable VisorTxProjection proj,
@Nullable List<String> consistentIds,
@Nullable String xid,
@Nullable String lbRegex,
@Nullable VisorTxSortOrder sortOrder,
@Nullable TxVerboseId txInfoArg) |
| Modifier and Type | Method and Description |
|---|---|
TransactionState |
TransactionView.state() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable 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 Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023