Module tikv::storage::mvcc::reader::scanner::forward [−][src]
Modules
test_util |
Structs
Cursors | |
DeltaEntryPolicy | The ScanPolicy for outputting |
ForwardScanner | |
LatestEntryPolicy | The ScanPolicy for outputting |
LatestKvPolicy |
|
Enums
HandleRes |
Traits
ScanPolicy | Defines the behavior of the scanner. |
Functions
scan_latest_handle_lock |
Type Definitions
DeltaScanner | This scanner scans all entries whose commit_ts (or locks’ start_ts) is in range (from_ts, cfg.ts]. |
EntryScanner | This scanner is like |
ForwardKvScanner | This type can be used to scan keys starting from the given user key (greater than or equal). |