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

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

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

Methods in org.apache.hadoop.tools.rumen that return MachineNode.Builder
 MachineNode.Builder MachineNode.Builder.cloneFrom(MachineNode ref)
          Clone the settings from a reference MachineNode object.
 MachineNode.Builder MachineNode.Builder.setMapSlots(int mapSlots)
          Set the number of map slot for the node.
 MachineNode.Builder MachineNode.Builder.setMemory(long memory)
          Set the physical memory of the node.
 MachineNode.Builder MachineNode.Builder.setMemoryPerMapSlot(long memoryPerMapSlot)
          Set the amount of RAM reserved for each map slot.
 MachineNode.Builder MachineNode.Builder.setMemoryPerReduceSlot(long memoryPerReduceSlot)
          Set the amount of RAM reserved for each reduce slot.
 MachineNode.Builder MachineNode.Builder.setNumCores(int numCores)
          Set the number of cores for the node.
 MachineNode.Builder MachineNode.Builder.setReduceSlots(int reduceSlots)
          Set the number of reduce slot for the node.
 



Copyright © 2009 The Apache Software Foundation