Interface IdleTimeCalculator

All Known Implementing Classes:
ExponentiallyGrowingIdleTimeCalculator

public interface IdleTimeCalculator
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    void
     
  • Method Details

    • increaseIdleTime

      long increaseIdleTime()
    • getIdleTime

      long getIdleTime()
    • reset

      void reset()