Module tikv::server::gc_worker [−][src]
Re-exports
pub use crate::storage::Callback; |
pub use crate::storage::Error; |
pub use crate::storage::ErrorInner; |
pub use crate::storage::Result; |
Modules
| applied_lock_collector | |
| compaction_filter | |
| config | |
| gc_manager | |
| gc_worker |
Structs
| AutoGcConfig | The configurations of automatic GC. |
| GcConfig | |
| GcWorker | Used to schedule GC operations. |
| GcWorkerConfigManager | |
| WriteCompactionFilterFactory |
Enums
| GcTask |
Constants
| DEFAULT_GC_BATCH_KEYS | |
| GC_MAX_EXECUTING_TASKS |
Traits
| GcSafePointProvider | Provides safe point. |
Functions
| check_need_gc | |
| sync_gc | Does GC synchronously. |