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

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

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

Fields in org.apache.hadoop.tools.rumen declared as MachineNode
protected  MachineNode[] AbstractClusterStory.mNodesFlattened
           
 

Fields in org.apache.hadoop.tools.rumen with type parameters of type MachineNode
protected  Set<MachineNode> AbstractClusterStory.machineNodes
           
protected  Map<String,MachineNode> AbstractClusterStory.mNodeMap
           
 

Methods in org.apache.hadoop.tools.rumen that return MachineNode
 MachineNode MachineNode.Builder.build()
          Build the MachineNode object.
 MachineNode AbstractClusterStory.getMachineByName(String name)
           
 MachineNode ClusterStory.getMachineByName(String name)
          Get MachineNode by its host name.
 MachineNode[] AbstractClusterStory.getRandomMachines(int expected, Random random)
           
 MachineNode[] ClusterStory.getRandomMachines(int expected, Random random)
          Select a random set of machines.
 

Methods in org.apache.hadoop.tools.rumen that return types with arguments of type MachineNode
 Set<MachineNode> AbstractClusterStory.getMachines()
           
 Set<MachineNode> ClusterStory.getMachines()
          Get all machines of the cluster.
 Set<MachineNode> RackNode.getMachinesInRack()
          Get the machine nodes that belong to the rack.
 

Methods in org.apache.hadoop.tools.rumen with parameters of type MachineNode
 MachineNode.Builder MachineNode.Builder.cloneFrom(MachineNode ref)
          Clone the settings from a reference MachineNode object.
 

Constructors in org.apache.hadoop.tools.rumen with parameters of type MachineNode
ZombieCluster(InputStream input, MachineNode defaultNode)
          Construct a homogeneous cluster.
ZombieCluster(LoggedNetworkTopology topology, MachineNode defaultNode)
          Construct a homogeneous cluster.
ZombieCluster(org.apache.hadoop.fs.Path path, MachineNode defaultNode, org.apache.hadoop.conf.Configuration conf)
          Construct a homogeneous cluster.
 



Copyright © 2009 The Apache Software Foundation