Module tikv::config [−][src]
Configuration for the entire server.
TiKV is configured through the TiKvConfig type, which is in turn
made up of many other configuration types.
Modules
| log_level_serde |
Structs
| BackgroundJobLimits | |
| BackupConfig | |
| CdcConfig | |
| ConfigController | ConfigController use to register each module’s config manager, and dispatch the change of config to corresponding managers or return the change if the incoming change is invalid. |
| ConfigInner | |
| CoprReadPoolConfig | |
| DBConfigManger | |
| DbConfig | |
| DefaultCfConfig | |
| LockCfConfig | |
| MetricConfig | |
| RaftCfConfig | |
| RaftDbConfig | |
| RaftDefaultCfConfig | |
| RaftEngineConfig | |
| ReadPoolConfig | |
| StorageReadPoolConfig | |
| TIKVCONFIG_TYPED | |
| TiKvConfig | |
| TitanCfConfig | |
| TitanDBConfig | |
| UnifiedReadPoolConfig | |
| WriteCfConfig |
Enums
| DBType | |
| Module |
Constants
Functions
| check_critical_config | Prevents launching with an incompatible configuration |
| config_to_slice | |
| config_value_to_string | |
| get_background_job_limits | |
| get_background_job_limits_impl | |
| get_last_config | |
| memory_limit_for_cf | |
| persist_config | Persists config to |
| to_change_value | |
| to_config_change | |
| to_toml_encode | |
| write_config |