Uses of Class
io.grpc.NameResolver.ResolutionResultAttr
-
Packages that use NameResolver.ResolutionResultAttr Package Description io.grpc The gRPC core public API. -
-
Uses of NameResolver.ResolutionResultAttr in io.grpc
Fields in io.grpc with annotations of type NameResolver.ResolutionResultAttr Modifier and Type Field Description static Attributes.Key<String>NameResolver. ATTR_BACKEND_SERVICEstatic Attributes.Key<Map<String,?>>LoadBalancer. ATTR_HEALTH_CHECKING_CONFIGMethods in io.grpc with annotations of type NameResolver.ResolutionResultAttr Modifier and Type Method Description AttributesLoadBalancer.ResolvedAddresses. getAttributes()Gets the attributes associated with these addresses.AttributesNameResolver.ResolutionResult. getAttributes()Gets the attributes associated with the addresses resolved by name resolution.Method parameters in io.grpc with annotations of type NameResolver.ResolutionResultAttr Modifier and Type Method Description voidNameResolver.Listener. onAddresses(List<EquivalentAddressGroup> servers, Attributes attributes)Handles updates on resolved addresses and attributes.voidNameResolver.Listener2. onAddresses(List<EquivalentAddressGroup> servers, Attributes attributes)Deprecated.This will be removed in 1.22.0LoadBalancer.ResolvedAddresses.BuilderLoadBalancer.ResolvedAddresses.Builder. setAttributes(Attributes attributes)Sets the attributes.
-