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