Uses of Class
org.apache.hadoop.tools.rumen.Node

Packages that use Node
org.apache.hadoop.tools.rumen Rumen is a data extraction and analysis tool built for Apache Hadoop
 

Uses of Node in org.apache.hadoop.tools.rumen
 

Subclasses of Node in org.apache.hadoop.tools.rumen
 class MachineNode
          MachineNode represents the configuration of a cluster node.
 class RackNode
          RackNode represents a rack node in the cluster topology.
 

Methods in org.apache.hadoop.tools.rumen that return Node
 Node ZombieCluster.getClusterTopology()
           
 Node ClusterStory.getClusterTopology()
          Get the cluster topology tree.
 Node Node.getParent()
          Get the parent node.
 

Methods in org.apache.hadoop.tools.rumen that return types with arguments of type Node
 Set<Node> Node.getChildren()
          Get the children of this node.
 

Methods in org.apache.hadoop.tools.rumen with parameters of type Node
 boolean Node.addChild(Node child)
          Add a child node to this node.
 boolean RackNode.addChild(Node child)
           
 boolean MachineNode.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 © 2009 The Apache Software Foundation