Class TrackerClass.HistoryRecord

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String threadName  
      protected long timestamp  
      protected java.lang.Exception trace  
    • Constructor Summary

      Constructors 
      Constructor Description
      HistoryRecord​(java.lang.Exception trace, long timestamp, java.lang.String threadName)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean applies​(java.lang.Long recordID)  
      boolean isFlushable​(long timestamp)  
      abstract void print()  
      void print​(java.lang.String description)  
      • Methods inherited from class java.lang.Object

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

      • timestamp

        protected final long timestamp
      • trace

        protected final java.lang.Exception trace
      • threadName

        protected final java.lang.String threadName
    • Constructor Detail

      • HistoryRecord

        public HistoryRecord​(java.lang.Exception trace,
                             long timestamp,
                             java.lang.String threadName)
    • Method Detail

      • print

        public void print​(java.lang.String description)
      • isFlushable

        public boolean isFlushable​(long timestamp)
      • applies

        public abstract boolean applies​(java.lang.Long recordID)
      • print

        public abstract void print()