Class PendingRow


  • public class PendingRow
    extends Object
    • Field Detail

      • expireTime

        public long expireTime
        Expire time.
      • link

        public long link
        Link.
      • cacheId

        public int cacheId
        Cache ID.
    • Constructor Detail

      • PendingRow

        public PendingRow​(int cacheId)
        Creates a new instance which represents an upper or lower bound inside a logical cache.
        Parameters:
        cacheId - Cache ID.
      • PendingRow

        public PendingRow​(int cacheId,
                          long expireTime,
                          long link)
        Parameters:
        cacheId - Cache ID.
        expireTime - Expire time.
        link - Link