Class AvlUtil

java.lang.Object
org.apache.hadoop.hbase.util.AvlUtil

@Private @Evolving public final class AvlUtil extends Object
Helper class that allows to create and manipulate an AvlTree. The main utility is in cases where over time we have a lot of add/remove of the same object, and we want to avoid all the allocations/deallocations of the "node" objects that the java containers will create.
  • Constructor Details