| Package | Description |
|---|---|
| org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MachineNode |
MachineNode represents the configuration of a cluster node. |
class |
RackNode |
RackNode represents a rack node in the cluster topology. |
| Modifier and Type | Method | Description |
|---|---|---|
Node |
ClusterStory.getClusterTopology() |
Get the cluster topology tree.
|
Node |
ZombieCluster.getClusterTopology() |
|
Node |
Node.getParent() |
Get the parent node.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<Node> |
Node.getChildren() |
Get the children of this node.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
MachineNode.addChild(Node child) |
|
boolean |
Node.addChild(Node child) |
Add a child node to this node.
|
boolean |
RackNode.addChild(Node child) |
|
int |
Node.compareTo(Node o) |
|
int |
AbstractClusterStory.distance(Node a,
Node b) |
|
int |
ClusterStory.distance(Node a,
Node b) |
Determine the distance between two
Nodes. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.