Searched defs:ClusterConfig (Results 1 – 4 of 4) sorted by relevance
41 struct ClusterConfig { struct42 …explicit ClusterConfig(const uint32_t &worker_num, const uint32_t &server_num, std::string host, c… in ClusterConfig() argument58 uint32_t initial_worker_num;60 uint32_t initial_server_num;63 uint32_t heartbeat_interval;66 uint32_t persistent_interval;67 std::string scheduler_host;68 uint16_t scheduler_port;70 uint32_t heartbeat_timeout;72 uint32_t cluster_available_timeout;[all …]
48 struct ClusterConfig { struct50 std::shared_ptr<const XdsClusterResource> cluster;53 struct EndpointConfig {67 struct AggregateConfig {76 absl::variant<EndpointConfig, AggregateConfig> children;
34 XdsConfig::ClusterConfig::ClusterConfig( in ClusterConfig() function in grpc_core::XdsConfig::ClusterConfig42 XdsConfig::ClusterConfig::ClusterConfig( in ClusterConfig() function in grpc_core::XdsConfig::ClusterConfig
27 struct ClusterConfig { struct