| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoadBalancerProvider
Provider of
LoadBalancers. |
| Modifier and Type | Method and Description |
|---|---|
void |
GracefulSwitchLoadBalancer.switchTo(LoadBalancer.Factory newBalancerFactory)
Gracefully switch to a new policy defined by the given factory, if the given factory isn't
equal to the current one.
|