Uses of Class
org.apache.hadoop.mapreduce.v2.app.commit.CommitterEventType

Packages that use CommitterEventType
org.apache.hadoop.mapreduce.v2.app.commit   
 

Uses of CommitterEventType in org.apache.hadoop.mapreduce.v2.app.commit
 

Methods in org.apache.hadoop.mapreduce.v2.app.commit that return CommitterEventType
static CommitterEventType CommitterEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommitterEventType[] CommitterEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.mapreduce.v2.app.commit with parameters of type CommitterEventType
CommitterEvent(CommitterEventType type)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.