Class ManagedChannelImpl.IdleModeStateAggregator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void handleInUse()
      Called when the aggregated in-use state has changed to true, which means at least one object is in use.
      protected void handleNotInUse()
      Called when the aggregated in-use state has changed to false, which means no object is in use.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdleModeStateAggregator

        private IdleModeStateAggregator()
    • Method Detail

      • handleInUse

        protected void handleInUse()
        Description copied from class: InUseStateAggregator
        Called when the aggregated in-use state has changed to true, which means at least one object is in use.
        Specified by:
        handleInUse in class InUseStateAggregator<java.lang.Object>
      • handleNotInUse

        protected void handleNotInUse()
        Description copied from class: InUseStateAggregator
        Called when the aggregated in-use state has changed to false, which means no object is in use.
        Specified by:
        handleNotInUse in class InUseStateAggregator<java.lang.Object>