Package io.grpc.xds

Class WeightedRoundRobinLoadBalancer.WrrSubchannel

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected io.grpc.LoadBalancer.Subchannel delegate()  
      void shutdown()  
      void start​(io.grpc.LoadBalancer.SubchannelStateListener listener)  
      • Methods inherited from class io.grpc.util.ForwardingSubchannel

        asChannel, getAllAddresses, getAttributes, getChannelLogger, getConnectedAddressAttributes, getInternalSubchannel, requestConnection, toString, updateAddresses
      • Methods inherited from class io.grpc.LoadBalancer.Subchannel

        getAddresses
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • start

        public void start​(io.grpc.LoadBalancer.SubchannelStateListener listener)
        Overrides:
        start in class io.grpc.util.ForwardingSubchannel
      • delegate

        protected io.grpc.LoadBalancer.Subchannel delegate()
        Specified by:
        delegate in class io.grpc.util.ForwardingSubchannel
      • shutdown

        public void shutdown()
        Overrides:
        shutdown in class io.grpc.util.ForwardingSubchannel