Class TwoPhaseCommitInterceptor.MapEntry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean expired​(long now, long expiration)
      Checks if this entry has expired.
      • Methods inherited from class java.lang.Object

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

      • expired

        public boolean expired​(long now,
                               long expiration)
        Checks if this entry has expired.
        Parameters:
        now - the current time
        expiration - the expiration period
        Returns:
        true if expired