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

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

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

Fields in org.apache.hadoop.tools.rumen with type parameters of type RackNode
protected  Set<RackNode> AbstractClusterStory.rackNodes
           
protected  Map<String,RackNode> AbstractClusterStory.rNodeMap
           
 

Methods in org.apache.hadoop.tools.rumen that return RackNode
 RackNode AbstractClusterStory.getRackByName(String name)
           
 RackNode ClusterStory.getRackByName(String name)
          Get RackNode by its name.
 RackNode MachineNode.getRackNode()
          Get the rack node that the machine belongs to.
 

Methods in org.apache.hadoop.tools.rumen that return types with arguments of type RackNode
 Set<RackNode> AbstractClusterStory.getRacks()
           
 Set<RackNode> ClusterStory.getRacks()
          Get all racks of the cluster.
 



Copyright © 2009 The Apache Software Foundation