Class PageAccessSynchronizer

    • Method Detail

      • unlockAllPages

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

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

        public IPageManager adapt​(IPageManager manager)
        Wraps a page manager with this synchronizer
        Parameters:
        manager -
        Returns:
        wrapped page manager