Interface IPageLockManager

    • Method Detail

      • unlockAllPages

        void unlockAllPages()
        Unlocks all pages locked by this thread
      • unlockPage

        void unlockPage​(int pageId)
        Unlocks a single page locked by the current thread.
        Parameters:
        pageId - the id of the page which should be unlocked.