Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
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 | Field and Description |
---|---|
static Attributes.Key<Map<String,?>> |
GrpcAttributes.NAME_RESOLVER_SERVICE_CONFIG
Attribute key for service config.
|
Modifier and Type | Method and Description |
---|---|
void |
ForwardingLoadBalancer.handleResolvedAddressGroups(List<EquivalentAddressGroup> servers,
Attributes attributes) |
Copyright © 2019. All rights reserved.