Class MetaPageUpdateLastSuccessfulFullSnapshotId

    • Constructor Detail

      • MetaPageUpdateLastSuccessfulFullSnapshotId

        public MetaPageUpdateLastSuccessfulFullSnapshotId​(int grpId,
                                                          long pageId,
                                                          long lastSuccessfulFullSnapshotId)
        Deprecated.
        Parameters:
        pageId - Meta page ID.
    • Method Detail

      • applyDelta

        public void applyDelta​(PageMemory pageMem,
                               long pageAddr)
                        throws IgniteCheckedException
        Deprecated.
        Apply changes from this delta to the given page. It is assumed that the given buffer represents page state right before this update.
        Specified by:
        applyDelta in class PageDeltaRecord
        Parameters:
        pageMem - Page memory.
        pageAddr - Page address.
        Throws:
        IgniteCheckedException - If failed.
      • lastSuccessfulFullSnapshotId

        public long lastSuccessfulFullSnapshotId()
        Deprecated.
        Returns:
        Root ID.