Class VERIFY_SUSPECT.Entry

  • All Implemented Interfaces:
    java.lang.Comparable<java.util.concurrent.Delayed>, java.util.concurrent.Delayed
    Enclosing class:
    VERIFY_SUSPECT

    protected static class VERIFY_SUSPECT.Entry
    extends java.lang.Object
    implements java.util.concurrent.Delayed
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(Address suspect, long target_time)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(java.util.concurrent.Delayed o)  
      long getDelay​(java.util.concurrent.TimeUnit unit)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • suspect

        protected final Address suspect
      • target_time

        protected final long target_time
    • Constructor Detail

      • Entry

        public Entry​(Address suspect,
                     long target_time)
    • Method Detail

      • compareTo

        public int compareTo​(java.util.concurrent.Delayed o)
        Specified by:
        compareTo in interface java.lang.Comparable<java.util.concurrent.Delayed>
      • getDelay

        public long getDelay​(java.util.concurrent.TimeUnit unit)
        Specified by:
        getDelay in interface java.util.concurrent.Delayed
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object