Class TtlUtils


  • public class TtlUtils
    extends Object
    Common functions related to State TTL.
    • Constructor Detail

      • TtlUtils

        public TtlUtils()
    • Method Detail

      • expired

        public static boolean expired​(long ts,
                                      long ttl,
                                      long currentTimestamp)