| Class and Description |
|---|
| io.grpc.ResolvedServerInfo
This class will be removed along with
ResolvedServerInfoGroup. |
| io.grpc.ResolvedServerInfoGroup
This class will be removed. Use
EquivalentAddressGroup instead. |
| io.grpc.ResolvedServerInfoGroup.Builder |
| Method and Description |
|---|
| io.grpc.LoadBalancer.handleResolvedAddresses(List<ResolvedServerInfoGroup>, Attributes)
Implement
LoadBalancer.handleResolvedAddressGroups(java.util.List<io.grpc.EquivalentAddressGroup>, io.grpc.Attributes) instead. As it is deprecated, the
ResolvedServerInfos from the passed-in ResolvedServerInfoGroups
lose all their attributes. |
| io.grpc.NameResolver.Listener.onUpdate(List<ResolvedServerInfoGroup>, Attributes) |