Modifier and Type | Method and Description |
---|---|
static TaskCompletionEvent |
TypeConverter.fromYarn(TaskAttemptCompletionEvent newEvent) |
static TaskCompletionEvent[] |
TypeConverter.fromYarn(TaskAttemptCompletionEvent[] newEvents) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEvent |
GetTaskAttemptCompletionEventsResponse.getCompletionEvent(int index) |
Modifier and Type | Method and Description |
---|---|
List<TaskAttemptCompletionEvent> |
GetTaskAttemptCompletionEventsResponse.getCompletionEventList() |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskAttemptCompletionEventsResponse.addCompletionEvent(TaskAttemptCompletionEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskAttemptCompletionEventsResponse.addAllCompletionEvents(List<TaskAttemptCompletionEvent> eventList) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEvent |
GetTaskAttemptCompletionEventsResponsePBImpl.getCompletionEvent(int index) |
Modifier and Type | Method and Description |
---|---|
List<TaskAttemptCompletionEvent> |
GetTaskAttemptCompletionEventsResponsePBImpl.getCompletionEventList() |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskAttemptCompletionEventsResponsePBImpl.addCompletionEvent(TaskAttemptCompletionEvent completionEvents) |
Modifier and Type | Method and Description |
---|---|
void |
GetTaskAttemptCompletionEventsResponsePBImpl.addAllCompletionEvents(List<TaskAttemptCompletionEvent> completionEvents) |
Modifier and Type | Class and Description |
---|---|
class |
TaskAttemptCompletionEventPBImpl |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEvent[] |
Job.getTaskAttemptCompletionEvents(int fromEventId,
int maxEvents) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEvent |
JobTaskAttemptCompletedEvent.getCompletionEvent() |
Constructor and Description |
---|
JobTaskAttemptCompletedEvent(TaskAttemptCompletionEvent completionEvent) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEvent[] |
JobImpl.getTaskAttemptCompletionEvents(int fromEventId,
int maxEvents) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEvent[] |
CompletedJob.getTaskAttemptCompletionEvents(int fromEventId,
int maxEvents) |
TaskAttemptCompletionEvent[] |
PartialJob.getTaskAttemptCompletionEvents(int fromEventId,
int maxEvents) |
Copyright © 2013 Apache Software Foundation. All rights reserved.