Uses of Interface
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent

Packages that use TaskAttemptCompletionEvent
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.v2.api.protocolrecords   
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
 

Uses of TaskAttemptCompletionEvent in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce with parameters of type TaskAttemptCompletionEvent
static org.apache.hadoop.mapred.TaskCompletionEvent TypeConverter.fromYarn(TaskAttemptCompletionEvent newEvent)
           
static org.apache.hadoop.mapred.TaskCompletionEvent[] TypeConverter.fromYarn(TaskAttemptCompletionEvent[] newEvents)
           
 

Uses of TaskAttemptCompletionEvent in org.apache.hadoop.mapreduce.v2.api.protocolrecords
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return TaskAttemptCompletionEvent
 TaskAttemptCompletionEvent GetTaskAttemptCompletionEventsResponse.getCompletionEvent(int index)
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return types with arguments of type TaskAttemptCompletionEvent
 List<TaskAttemptCompletionEvent> GetTaskAttemptCompletionEventsResponse.getCompletionEventList()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type TaskAttemptCompletionEvent
 void GetTaskAttemptCompletionEventsResponse.addCompletionEvent(TaskAttemptCompletionEvent event)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.protocolrecords with type arguments of type TaskAttemptCompletionEvent
 void GetTaskAttemptCompletionEventsResponse.addAllCompletionEvents(List<TaskAttemptCompletionEvent> eventList)
           
 

Uses of TaskAttemptCompletionEvent in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return TaskAttemptCompletionEvent
 TaskAttemptCompletionEvent GetTaskAttemptCompletionEventsResponsePBImpl.getCompletionEvent(int index)
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return types with arguments of type TaskAttemptCompletionEvent
 List<TaskAttemptCompletionEvent> GetTaskAttemptCompletionEventsResponsePBImpl.getCompletionEventList()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type TaskAttemptCompletionEvent
 void GetTaskAttemptCompletionEventsResponsePBImpl.addCompletionEvent(TaskAttemptCompletionEvent completionEvents)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with type arguments of type TaskAttemptCompletionEvent
 void GetTaskAttemptCompletionEventsResponsePBImpl.addAllCompletionEvents(List<TaskAttemptCompletionEvent> completionEvents)
           
 

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

Classes in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that implement TaskAttemptCompletionEvent
 class TaskAttemptCompletionEventPBImpl
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.