Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MetaQueue
Deprecated.
only used for
RecoverMetaProcedure . Should be removed along with
RecoverMetaProcedure . |
(package private) class |
PeerQueue |
(package private) class |
Queue<TKey extends Comparable<TKey>> |
(package private) class |
ServerQueue |
(package private) class |
TableQueue |
Modifier and Type | Class and Description |
---|---|
static 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 Type | Field and Description |
---|---|
protected TNode |
AvlUtil.AvlLinkedNode.iterNext |
protected TNode |
AvlUtil.AvlLinkedNode.iterPrev |
Modifier and Type | Method and Description |
---|---|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.append(TNode head,
TNode node)
Append a node to the tree
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.appendList(TNode head,
TNode otherHead)
Append a list of nodes to the tree
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.isLinked(TNode node)
Return true if the node is linked to a list, false otherwise
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.prepend(TNode head,
TNode node)
Prepend a node to the tree
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.prepend(TNode head,
TNode base,
TNode node)
Prepend a node to the tree before a specific node
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.readNext(TNode node)
Return the successor of the current node
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.readPrev(TNode node)
Return the predecessor of the current node
|
static <TNode extends AvlUtil.AvlLinkedNode> |
AvlUtil.AvlIterableList.remove(TNode head,
TNode node)
Remove a node from the tree
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.