Struct tikv::server::config::Config [−][src]
Configuration for the server
module.
Fields
cluster_id: u64
addr: String
advertise_addr: String
status_addr: String
advertise_status_addr: String
status_thread_pool_size: usize
max_grpc_send_msg_len: i32
grpc_compression_type: GrpcCompressionType
grpc_concurrency: usize
grpc_concurrent_stream: i32
grpc_raft_conn_num: usize
grpc_memory_pool_quota: ReadableSize
grpc_stream_initial_window_size: ReadableSize
grpc_keepalive_time: ReadableDuration
grpc_keepalive_timeout: ReadableDuration
concurrent_send_snap_limit: usize
How many snapshots can be sent concurrently.
concurrent_recv_snap_limit: usize
How many snapshots can be recv concurrently.
end_point_recursion_limit: u32
end_point_stream_channel_size: usize
end_point_batch_row_limit: usize
end_point_stream_batch_row_limit: usize
end_point_enable_batch_if_possible: bool
end_point_request_max_handle_duration: ReadableDuration
end_point_max_concurrency: usize
snap_max_write_bytes_per_sec: ReadableSize
snap_max_total_size: ReadableSize
stats_concurrency: usize
heavy_load_threshold: usize
heavy_load_wait_duration: ReadableDuration
enable_request_batch: bool
background_thread_count: usize
end_point_slow_log_threshold: ReadableDuration
forward_max_connections_per_address: usize
Max connections per address for forwarding request.
labels: HashMap<String, String>
Implementations
impl Config
[src][−]
pub fn validate(&mut self) -> Result<()>
[src][−]
Validates the configuration and returns an error if it is misconfigured.
pub fn grpc_compression_algorithm(&self) -> CompressionAlgorithms
[src][−]
Gets configured grpc compression algorithm.
Trait Implementations
impl Clone for Config
[src][+]
impl<'lt> Configuration<'lt> for Config
[src][+]
impl Debug for Config
[src][+]
impl Default for Config
[src][+]
impl<'de> Deserialize<'de> for Config where
Config: Default,
[src][+]
Config: Default,
impl PartialEq<Config> for Config
[src][+]
impl Serialize for Config
[src][+]
impl StructuralPartialEq for Config
[src]
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<V, W> ConvertFrom<W> for V where
W: ConvertTo<V>,
[src][+]
W: ConvertTo<V>,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,