| 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 | Field and Description |
|---|---|
static Attributes.Key<Map<String,?>> |
LoadBalancer.ATTR_LOAD_BALANCING_CONFIG
The load-balancing config converted from an JSON object injected by the GRPC library.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LoadBalancer.handleResolvedAddressGroups(List<EquivalentAddressGroup> servers,
Attributes attributes)
Handles newly resolved server groups and metadata attributes from name resolution system.
|
void |
NameResolver.Listener.onAddresses(List<EquivalentAddressGroup> servers,
Attributes attributes)
Handles updates on resolved addresses and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingLoadBalancer.handleResolvedAddressGroups(List<EquivalentAddressGroup> servers,
Attributes attributes) |