Class LeaseTimeSet.Checker

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    LeaseTimeSet<E>

    public class LeaseTimeSet.Checker
    extends java.lang.Object
    implements java.lang.Runnable
    The checker for removing entries.
    • Constructor Summary

      Constructors 
      Constructor Description
      Checker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()
      Cancel the current wait.
      void run()
      The run method.
      • Methods inherited from class java.lang.Object

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

      • Checker

        public Checker()
    • Method Detail

      • run

        public void run()
        The run method.
        Specified by:
        run in interface java.lang.Runnable
      • cancel

        public void cancel()
        Cancel the current wait.