Class BTreeContext<K,​V>

  • Direct Known Subclasses:
    BTree, BTreeMap

    public abstract class BTreeContext<K,​V>
    extends Object
    • Constructor Detail

      • BTreeContext

        public BTreeContext()
    • Method Detail

      • compareKey

        protected int compareKey​(Object x,
                                 Object y)
      • pageSplitSize

        protected int pageSplitSize()
      • pageShouldSplit

        protected boolean pageShouldSplit​(BTreePage<K,​V,​?> page)
      • pageShouldMerge

        protected boolean pageShouldMerge​(BTreePage<K,​V,​?> page)