程序包 | 说明 |
---|---|
org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
限定符和类型 | 类和说明 |
---|---|
class |
MachineNode
MachineNode represents the configuration of a cluster node. |
class |
RackNode
RackNode represents a rack node in the cluster topology. |
限定符和类型 | 方法和说明 |
---|---|
Node |
ZombieCluster.getClusterTopology() |
Node |
ClusterStory.getClusterTopology()
Get the cluster topology tree.
|
Node |
Node.getParent()
Get the parent node.
|
限定符和类型 | 方法和说明 |
---|---|
Set<Node> |
Node.getChildren()
Get the children of this node.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
RackNode.addChild(Node child) |
boolean |
Node.addChild(Node child)
Add a child node to this node.
|
boolean |
MachineNode.addChild(Node child) |
int |
Node.compareTo(Node o) |
int |
ClusterStory.distance(Node a,
Node b)
Determine the distance between two
Node s. |
int |
AbstractClusterStory.distance(Node a,
Node b) |
Copyright © 2009 The Apache Software Foundation