Class SchedulerState


  • public class SchedulerState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SchedulerState​(java.util.Date timestamp, int version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getTimestamp()  
      int getVersion()  
      • Methods inherited from class java.lang.Object

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

      • SchedulerState

        public SchedulerState​(java.util.Date timestamp,
                              int version)
    • Method Detail

      • getVersion

        public int getVersion()
      • getTimestamp

        public java.util.Date getTimestamp()