Uses of Class
io.grpc.EquivalentAddressGroup
-
-
Uses of EquivalentAddressGroup in io.grpc
Methods in io.grpc that return EquivalentAddressGroup Modifier and Type Method Description EquivalentAddressGroupLoadBalancer.Subchannel. getAddresses()Returns the addresses that this Subchannel is bound to.Methods in io.grpc that return types with arguments of type EquivalentAddressGroup Modifier and Type Method Description List<EquivalentAddressGroup>LoadBalancer.CreateSubchannelArgs. getAddresses()Returns the addresses, which is an unmodifiable list.List<EquivalentAddressGroup>LoadBalancer.ResolvedAddresses. getAddresses()Gets the server addresses.List<EquivalentAddressGroup>NameResolver.ResolutionResult. getAddresses()Deprecated.Will be superseded by getAddressesOrErrorStatusOr<List<EquivalentAddressGroup>>NameResolver.ResolutionResult. getAddressesOrError()Gets the addresses resolved by name resolution or the error in doing so.List<EquivalentAddressGroup>LoadBalancer.Subchannel. getAllAddresses()Returns the addresses that this Subchannel is bound to.Methods in io.grpc with parameters of type EquivalentAddressGroup Modifier and Type Method Description abstract ManagedChannelLoadBalancer.Helper. createOobChannel(EquivalentAddressGroup eag, String authority)Create an out-of-band channel for the LoadBalancer’s own RPC needs, e.g., talking to an external load-balancer service.LoadBalancer.CreateSubchannelArgs.BuilderLoadBalancer.CreateSubchannelArgs.Builder. setAddresses(EquivalentAddressGroup addrs)The addresses to connect to.voidLoadBalancer.Helper. updateOobChannelAddresses(ManagedChannel channel, EquivalentAddressGroup eag)Updates the addresses used for connections in theChannelthat was created byLoadBalancer.Helper.createOobChannel(EquivalentAddressGroup, String).Method parameters in io.grpc with type arguments of type EquivalentAddressGroup Modifier and Type Method Description ManagedChannelLoadBalancer.Helper. createOobChannel(List<EquivalentAddressGroup> eag, String authority)Create an out-of-band channel for the LoadBalancer's own RPC needs, e.g., talking to an external load-balancer service.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.CreateSubchannelArgs.BuilderLoadBalancer.CreateSubchannelArgs.Builder. setAddresses(List<EquivalentAddressGroup> addrs)The addresses to connect to.LoadBalancer.ResolvedAddresses.BuilderLoadBalancer.ResolvedAddresses.Builder. setAddresses(List<EquivalentAddressGroup> addresses)Sets the addresses.NameResolver.ResolutionResult.BuilderNameResolver.ResolutionResult.Builder. setAddresses(List<EquivalentAddressGroup> addresses)Deprecated.Will be superseded by setAddressesOrErrorNameResolver.ResolutionResult.BuilderNameResolver.ResolutionResult.Builder. setAddressesOrError(StatusOr<List<EquivalentAddressGroup>> addresses)Sets the addresses resolved by name resolution or the error in doing so.voidLoadBalancer.Subchannel. updateAddresses(List<EquivalentAddressGroup> addrs)Replaces the existing addresses used with thisSubchannel.voidLoadBalancer.Helper. updateOobChannelAddresses(ManagedChannel channel, List<EquivalentAddressGroup> eag)Updates the addresses with a new EAG list.
-