| CacheState |
|
| CdcDataRecord |
The record to forcefully resend cache data to the CDC application.
|
| CdcManagerRecord |
This record notifies CdcMain about committed WAL state.
|
| CdcManagerStopRecord |
Record notifies CdcMain that CdcManager fails and stop processing WAL data in-memory.
|
| CheckpointRecord |
Checkpoint (begin) record
|
| DataEntry |
|
| DataRecord |
Logical data record with cache operation description.
|
| EncryptedRecord |
Encrypted record from WAL.
|
| ExchangeRecord |
Partition map exchange WAL record.
|
| FilteredRecord |
Special type of WAL record.
|
| IncrementalSnapshotFinishRecord |
This record is written to WAL after incremental snapshot finished on a baseline node.
|
| IncrementalSnapshotStartRecord |
This record is written to WAL at the moment when incremental snapshot starts on a baseline node.
|
| IndexRenameRootPageRecord |
Logical record for renaming index root pages.
|
| LazyDataEntry |
|
| MarshalledRecord |
Special type of WAL record.
|
| MasterKeyChangeRecord |
Deprecated.
|
| MasterKeyChangeRecordV2 |
Logical record that stores encryption keys.
|
| MemoryRecoveryRecord |
Marker indicates that binary memory recovery has finished.
|
| MetastoreDataRecord |
|
| PageSnapshot |
|
| PartitionClearingStartRecord |
Partition clearing started record.
|
| ReencryptionStartRecord |
Logical record to restart reencryption with the latest encryption key.
|
| RollbackRecord |
Rollback record.
|
| SnapshotRecord |
Wal snapshot record.
|
| SwitchSegmentRecord |
Record is needed to mark end of segment.
|
| TimeStampRecord |
Base class for records with timeStamp.
|
| TxRecord |
Logical data record indented for transaction (tx) related actions.
This record is marker of begin, prepare, commit, and rollback transactions.
|
| UnwrapDataEntry |
Data Entry for automatic unwrapping key and value from Data Entry
|
| WALRecord |
Log entry abstract class.
|