Module tikv::server::gc_worker::applied_lock_collector[][src]

Structs

AppliedLockCollector
LockCollectorRunner
LockObserver

LockObserver observes apply events and apply snapshot events. If it happens in CF_LOCK, it checks the start_tss of the locks being written. If a lock’s start_ts <= specified max_ts in the state, it will send the lock to through the sender, so the receiver can collect it.

LockObserverState

The state of the observer. Shared between all clones.

Enums

LockCollectorTask

Constants

MAX_COLLECT_SIZE

Type Definitions

Callback