Uses of Class
org.apache.hadoop.hbase.util.AvlUtil.AvlLinkedNode
-
Uses of AvlUtil.AvlLinkedNode in org.apache.hadoop.hbase.master.procedure
Modifier and TypeClassDescriptionclass
(package private) class
Deprecated.(package private) class
(package private) class
Queue<TKey extends Comparable<TKey>>
(package private) class
(package private) class
-
Uses of AvlUtil.AvlLinkedNode in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionstatic class
AvlUtil.AvlLinkedNode<TNode extends AvlUtil.AvlLinkedNode>
This class extends the AvlNode and adds two links that will be used in conjunction with the AvlIterableList class.Modifier and TypeFieldDescriptionprotected TNode
AvlUtil.AvlLinkedNode.iterNext
protected TNode
AvlUtil.AvlLinkedNode.iterPrev
Modifier and TypeMethodDescriptionstatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.append
(TNode head, TNode node) Append a node to the treestatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.appendList
(TNode head, TNode otherHead) Append a list of nodes to the treestatic <TNode extends AvlUtil.AvlLinkedNode>
booleanAvlUtil.AvlIterableList.isLinked
(TNode node) Return true if the node is linked to a list, false otherwisestatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.prepend
(TNode head, TNode node) Prepend a node to the treestatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.prepend
(TNode head, TNode base, TNode node) Prepend a node to the tree before a specific nodestatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.readNext
(TNode node) Return the successor of the current nodestatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.readPrev
(TNode node) Return the predecessor of the current nodestatic <TNode extends AvlUtil.AvlLinkedNode>
TNodeAvlUtil.AvlIterableList.remove
(TNode head, TNode node) Remove a node from the tree
RecoverMetaProcedure
.