Uses of Interface
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptCompletionEvent
Packages that use TaskAttemptCompletionEvent
Package
Description
-
Uses of TaskAttemptCompletionEvent in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce with parameters of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionstatic org.apache.hadoop.mapred.TaskCompletionEventTypeConverter.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 TaskAttemptCompletionEventModifier and TypeMethodDescriptionGetTaskAttemptCompletionEventsResponse.getCompletionEvent(int index) Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return types with arguments of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionGetTaskAttemptCompletionEventsResponse.getCompletionEventList()Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionvoidGetTaskAttemptCompletionEventsResponse.addCompletionEvent(TaskAttemptCompletionEvent event) Method parameters in org.apache.hadoop.mapreduce.v2.api.protocolrecords with type arguments of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionvoidGetTaskAttemptCompletionEventsResponse.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 TaskAttemptCompletionEventModifier and TypeMethodDescriptionGetTaskAttemptCompletionEventsResponsePBImpl.getCompletionEvent(int index) Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return types with arguments of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionGetTaskAttemptCompletionEventsResponsePBImpl.getCompletionEventList()Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionvoidGetTaskAttemptCompletionEventsResponsePBImpl.addCompletionEvent(TaskAttemptCompletionEvent completionEvents) Method parameters in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with type arguments of type TaskAttemptCompletionEventModifier and TypeMethodDescriptionvoidGetTaskAttemptCompletionEventsResponsePBImpl.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