Interface TimestampGenerator

  • All Known Implementing Classes:
    TimestampGeneratorImpl

    public interface TimestampGenerator
    interface for timestamp generator
    • Method Detail

      • currentTime

        long currentTime()
      • setIdleTime

        void setIdleTime​(long idleTime)
      • setIncrementInMilliseconds

        void setIncrementInMilliseconds​(long incrementInMilliseconds)
      • setCurrentTimestamp

        void setCurrentTimestamp​(long timestamp)