Package akka.io

Class SimpleDnsCache.ExpiryEntry<K>

    • Constructor Summary

      Constructors 
      Constructor Description
      ExpiryEntry​(K name, long until)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(SimpleDnsCache.ExpiryEntry<K> that)  
      boolean isValid​(long clock)  
      K name()  
      long until()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.math.Ordered

        $greater, $greater$eq, $less, $less$eq, compareTo
    • Constructor Detail

      • ExpiryEntry

        public ExpiryEntry​(K name,
                           long until)
    • Method Detail

      • isValid

        public boolean isValid​(long clock)
      • name

        public K name()
      • until

        public long until()