Uses of Annotation Type
io.grpc.NameResolver.ResolutionResultAttr
Packages that use NameResolver.ResolutionResultAttr
-
Uses of NameResolver.ResolutionResultAttr in io.grpc
Fields in io.grpc with annotations of type NameResolver.ResolutionResultAttrModifier and TypeFieldDescriptionstatic final Attributes.Key
<Map<String, ?>> LoadBalancer.ATTR_HEALTH_CHECKING_CONFIG
private final Attributes
LoadBalancer.ResolvedAddresses.attributes
private Attributes
LoadBalancer.ResolvedAddresses.Builder.attributes
private final Attributes
NameResolver.ResolutionResult.attributes
static final Attributes.Key
<InternalConfigSelector> InternalConfigSelector.KEY
Methods in io.grpc with annotations of type NameResolver.ResolutionResultAttrModifier and TypeMethodDescriptionLoadBalancer.ResolvedAddresses.getAttributes()
Gets the attributes associated with these addresses.NameResolver.ResolutionResult.getAttributes()
Gets the attributes associated with the addresses resolved by name resolution.Method parameters in io.grpc with annotations of type NameResolver.ResolutionResultAttrModifier and TypeMethodDescriptionvoid
NameResolver.Listener.onAddresses
(List<EquivalentAddressGroup> servers, Attributes attributes) Handles updates on resolved addresses and attributes.final void
NameResolver.Listener2.onAddresses
(List<EquivalentAddressGroup> servers, Attributes attributes) Deprecated.This will be removed in 1.22.0LoadBalancer.ResolvedAddresses.Builder.setAttributes
(Attributes attributes) Sets the attributes.Constructor parameters in io.grpc with annotations of type NameResolver.ResolutionResultAttrModifierConstructorDescription(package private)
ResolutionResult
(StatusOr<List<EquivalentAddressGroup>> addressesOrError, Attributes attributes, NameResolver.ConfigOrError serviceConfig) private
ResolvedAddresses
(List<EquivalentAddressGroup> addresses, Attributes attributes, Object loadBalancingPolicyConfig)