Class MetaPageUpdateLastSuccessfulSnapshotId

    • Constructor Detail

      • MetaPageUpdateLastSuccessfulSnapshotId

        public MetaPageUpdateLastSuccessfulSnapshotId​(int grpId,
                                                      long pageId,
                                                      long lastSuccessfulSnapshotId,
                                                      long snapshotTag)
        Deprecated.
        Parameters:
        pageId - Meta page ID.
        snapshotTag -
    • 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.
      • lastSuccessfulSnapshotId

        public long lastSuccessfulSnapshotId()
        Deprecated.
        Returns:
        lastSuccessfulSnapshotId
      • lastSuccessfulSnapshotTag

        public long lastSuccessfulSnapshotTag()
        Deprecated.
        Returns:
        lastSuccessfulSnapshotTag