Class MetaPageUpdatePartitionDataRecordV3

    • Constructor Detail

      • MetaPageUpdatePartitionDataRecordV3

        public MetaPageUpdatePartitionDataRecordV3​(int grpId,
                                                   long pageId,
                                                   long updateCntr,
                                                   long globalRmvId,
                                                   int partSize,
                                                   long cntrsPageId,
                                                   byte state,
                                                   int allocatedIdxCandidate,
                                                   long link,
                                                   int encryptedPageIdx,
                                                   int encryptedPageCnt)
        Parameters:
        grpId - Group id.
        pageId - Page id.
        updateCntr - Update counter.
        globalRmvId - Global remove id.
        partSize - Partition size.
        cntrsPageId - Cntrs page id.
        state - State.
        allocatedIdxCandidate - Allocated index candidate.
        link - Link.
        encryptedPageIdx - Index of the last reencrypted page.
        encryptedPageCnt - Total pages to be reencrypted.
      • MetaPageUpdatePartitionDataRecordV3

        public MetaPageUpdatePartitionDataRecordV3​(DataInput in)
                                            throws IOException
        Parameters:
        in - Input.
        Throws:
        IOException