Class DataRow

    • Field Detail

      • part

        protected int part
      • hash

        protected int hash
    • Constructor Detail

      • DataRow

        protected DataRow​(CacheGroupContext grp,
                          int hash,
                          long link,
                          int part,
                          CacheDataRowAdapter.RowData rowData,
                          boolean skipVer)
        Parameters:
        grp - Cache group (used to initialize row).
        hash - Hash code.
        link - Link.
        part - Partition.
        rowData - Required row data.
        skipVer - Whether version read should be skipped.
      • DataRow

        public DataRow​(KeyCacheObject key,
                       CacheObject val,
                       GridCacheVersion ver,
                       int part,
                       long expireTime,
                       int cacheId)
        Parameters:
        key - Key.
        val - Value.
        ver - Version.
        part - Partition.
        expireTime - Expire time.
        cacheId - Cache ID.
      • DataRow

        public DataRow()