Uses of Class
org.apache.ignite.internal.pagemem.wal.record.TxRecord
-
Packages that use TxRecord Package Description 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 -
-
Uses of TxRecord in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type TxRecord Modifier and Type Method Description RecoveryDebugRecoveryDebug. append(TxRecord rec) -
Uses of TxRecord in org.apache.ignite.internal.processors.cache.persistence.wal.serializer
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer that return TxRecord Modifier and Type Method Description TxRecordTxRecordSerializer. readTx(ByteBufferBackedDataInput in)ReadsTxRecordfrom given input.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer with parameters of type TxRecord Modifier and Type Method Description intTxRecordSerializer. size(TxRecord rec)Returns size of marshalledTxRecordin bytes.voidTxRecordSerializer. write(TxRecord rec, ByteBuffer buf)WritesTxRecordto given buffer. -
Uses of TxRecord in org.apache.ignite.internal.processors.cache.transactions
Fields in org.apache.ignite.internal.processors.cache.transactions with type parameters of type TxRecord Modifier and Type Field Description static Predicate<TxRecord>IgniteTxManager. COMPLETED_TX_STATESReturnstrueif transaction has completed states.static Predicate<TxRecord>IgniteTxManager. PREPARED_TX_STATESReturnstrueif transaction has prepared states.Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type TxRecord Modifier and Type Method Description voidIgniteTxManager. collectTxStates(TxRecord txRec)Collects tx statesTransactionStatefor further correct restoring.
-