Searched defs:RouteLookupConfig (Results 1 – 6 of 6) sorted by relevance
149 struct RouteLookupConfig { struct in grpc_core::__anonfc238a810111::RlsLbConfig150 KeyBuilderMap key_builder_map;151 std::string lookup_service;152 Duration lookup_service_timeout = kDefaultLookupServiceTimeout;153 Duration max_age = kMaxMaxAge;154 Duration stale_age = kMaxMaxAge;155 int64_t cache_size_bytes = 0;156 std::string default_target;
203 struct RouteLookupConfig { struct in grpc_core::__anon52bb9b7c0111::RlsLbConfig204 KeyBuilderMap key_builder_map;205 std::string lookup_service;206 Duration lookup_service_timeout = kDefaultLookupServiceTimeout;207 Duration max_age = kMaxMaxAge;208 Duration stale_age = kMaxMaxAge;209 int64_t cache_size_bytes = 0;210 std::string default_target;
164 message RouteLookupConfig { message
70 abstract static class RouteLookupConfig { class in RlsProtoData