Uses of Class
org.apache.hadoop.mapreduce.task.reduce.MapHost.State

Packages that use MapHost.State
org.apache.hadoop.mapreduce.task.reduce   
 

Uses of MapHost.State in org.apache.hadoop.mapreduce.task.reduce
 

Methods in org.apache.hadoop.mapreduce.task.reduce that return MapHost.State
 MapHost.State MapHost.getState()
           
 MapHost.State MapHost.markAvailable()
          Called when the node is done with its penalty or done copying.
static MapHost.State MapHost.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MapHost.State[] MapHost.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.