#include <lb_policy_registry.h>
◆ CreateLoadBalancingPolicy()
Creates an LB policy of the type specified by name.
◆ LoadBalancingPolicyExists()
bool grpc_core::LoadBalancingPolicyRegistry::LoadBalancingPolicyExists |
( |
const char * |
name, |
|
|
bool * |
requires_config |
|
) |
| |
|
static |
Returns true if the LB policy factory specified by name exists in this registry.
If the load balancing policy requires a config to be specified then sets requires_config to true.
◆ ParseLoadBalancingConfig()
Returns a parsed object of the load balancing policy to be used from a LoadBalancingConfig array json.
The documentation for this class was generated from the following files: