| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.wal.record | |
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.serializer | |
| org.apache.ignite.internal.processors.cache.transactions |
| Modifier and Type | Class and Description |
|---|---|
class |
MvccTxRecord
Logical data record indented for MVCC transaction related actions.
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryDebug |
RecoveryDebug.append(TxRecord rec) |
| Modifier and Type | Method and Description |
|---|---|
TxRecord |
TxRecordSerializer.readTx(ByteBufferBackedDataInput in)
Reads
TxRecord from given input. |
| Modifier and Type | Method and Description |
|---|---|
int |
TxRecordSerializer.size(TxRecord rec)
Returns size of marshalled
TxRecord in bytes. |
void |
TxRecordSerializer.write(TxRecord rec,
ByteBuffer buf)
Writes
TxRecord to given buffer. |
| Modifier and Type | Field and Description |
|---|---|
static Predicate<TxRecord> |
IgniteTxManager.COMPLETED_TX_STATES
Returns
true if transaction has completed states. |
static Predicate<TxRecord> |
IgniteTxManager.PREPARED_TX_STATES
Returns
true if transaction has prepared states. |
| Modifier and Type | Method and Description |
|---|---|
void |
IgniteTxManager.collectTxStates(TxRecord txRec)
Collects tx states
TransactionState for further correct restoring. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023