pub type MonitorClientPool = RpcClientPool<MonitorClient>;Aliased Type§
pub struct MonitorClientPool {
pub(crate) connection_pool_size: u16,
pub(crate) clients: Cache<HostAddr, Arc<Vec<MonitorClient>>>,
pub(crate) opts: RpcClientConfig,
}Fields§
§connection_pool_size: u16§clients: Cache<HostAddr, Arc<Vec<MonitorClient>>>§opts: RpcClientConfig