#include <lb_policy_registry.h>
Static Public Member Functions | |
static void | InitRegistry () |
Global initialization and shutdown hooks. More... | |
static void | RegisterLoadBalancingPolicyFactory (std::unique_ptr< LoadBalancingPolicyFactory > factory) |
static void | ShutdownRegistry () |
Methods used to create and populate the LoadBalancingPolicyRegistry. NOT THREAD SAFE – to be used only during global gRPC initialization and shutdown.
Definition at line 40 of file lb_policy_registry.h.
|
static |
Global initialization and shutdown hooks.
Definition at line 78 of file lb_policy_registry.cc.
|
static |
Registers an LB policy factory. The factory will be used to create an LB policy whose name matches that of the factory.
Definition at line 87 of file lb_policy_registry.cc.
|
static |
Definition at line 82 of file lb_policy_registry.cc.