Uses of Interface
org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace

Packages that use org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace in in
    Modifier and Type
    Method
    Description
    static <TNode extends org.apache.hadoop.hbase.util.AvlUtil.AvlNode>
    TNode
    AvlUtil.AvlTree.insert(TNode root, Object key, org.apache.hadoop.hbase.util.AvlUtil.AvlKeyComparator<TNode> keyComparator, org.apache.hadoop.hbase.util.AvlUtil.AvlInsertOrReplace<TNode> insertOrReplace)
    Insert a node into the tree.