Module tikv::server::gc_worker::gc_manager [−][src]
Structs
AutoGcConfig | The configurations of automatic GC. |
GcManager | Controls how GC runs automatically on the TiKV.
It polls safe point periodically, and when the safe point is updated, |
GcManagerContext | Used to check if |
GcManagerHandle | Wraps |
Enums
GcManagerError | The only error that will break |
GcManagerState | Used to represent the state of |
Constants
BEGIN_KEY | |
POLL_SAFE_POINT_INTERVAL_SECS | |
PROCESS_TYPE_GC | |
PROCESS_TYPE_SCAN |
Functions
set_status_metrics |
Type Definitions
GcManagerResult |