| 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.MethodDescriptor.create(MethodDescriptor.MethodType, String, MethodDescriptor.Marshaller<RequestT>, MethodDescriptor.Marshaller<ResponseT>) |
| 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.ClientStreamTracer.Factory.newClientStreamTracer(Metadata)
Override/call
ClientStreamTracer.Factory.newClientStreamTracer(CallOptions, Metadata) instead. |
| io.grpc.NameResolver.Listener.onUpdate(List<ResolvedServerInfoGroup>, Attributes) |
| io.grpc.LoadBalancer.Helper.updatePicker(LoadBalancer.SubchannelPicker)
Please migrate ALL usages to
LoadBalancer.Helper.updateBalancingState(io.grpc.ConnectivityState, io.grpc.LoadBalancer.SubchannelPicker) |