Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.Phase

Packages that use Phase
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.v2.api.records   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
org.apache.hadoop.mapreduce.v2.util   
 

Uses of Phase in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return Phase
static Phase TypeConverter.toYarn(org.apache.hadoop.mapred.TaskStatus.Phase phase)
           
 

Uses of Phase in org.apache.hadoop.mapreduce.v2.api.records
 

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

Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type Phase
 void TaskAttemptReport.setPhase(Phase phase)
           
 

Uses of Phase in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return Phase
 Phase TaskAttemptReportPBImpl.getPhase()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type Phase
 void TaskAttemptReportPBImpl.setPhase(Phase phase)
           
 

Uses of Phase in org.apache.hadoop.mapreduce.v2.util
 

Methods in org.apache.hadoop.mapreduce.v2.util that return Phase
static Phase MRProtoUtils.convertFromProtoFormat(MRProtos.PhaseProto e)
           
 

Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type Phase
static MRProtos.PhaseProto MRProtoUtils.convertToProtoFormat(Phase e)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.