Class DoNothingTimer

    • Constructor Detail

      • DoNothingTimer

        public DoNothingTimer()
    • Method Detail

      • update

        public void update​(long duration,
                           java.util.concurrent.TimeUnit unit)
        Description copied from interface: Timer
        Update time of timer
        Specified by:
        update in interface Timer
      • getImmutableRate

        public Rate getImmutableRate()
        Description copied from interface: Timer
        It's not safe to use the update interface of this rate
        Specified by:
        getImmutableRate in interface Timer