Interface PageHandlerWrapper<R>

  • Type Parameters:
    R - Result type of actual PageHandler class.

    public interface PageHandlerWrapper<R>
    Wrapper factory for PageHandler instances.
    • Method Detail

      • wrap

        PageHandler<?,​R> wrap​(BPlusTree<?,​?> tree,
                                    PageHandler<?,​R> hnd)
        Wraps given hnd.
        Parameters:
        tree - Instance of BPlusTree where given is used.
        hnd - Page handler to wrap.
        Returns:
        Wrapped version of given hnd.