GetTaskAttemptCompletionEventsResponsePBImplpublic interface GetTaskAttemptCompletionEventsResponse
| Modifier and Type | Method | Description |
|---|---|---|
void |
addAllCompletionEvents(java.util.List<TaskAttemptCompletionEvent> eventList) |
|
void |
addCompletionEvent(TaskAttemptCompletionEvent event) |
|
void |
clearCompletionEvents() |
|
TaskAttemptCompletionEvent |
getCompletionEvent(int index) |
|
int |
getCompletionEventCount() |
|
java.util.List<TaskAttemptCompletionEvent> |
getCompletionEventList() |
|
void |
removeCompletionEvent(int index) |
java.util.List<TaskAttemptCompletionEvent> getCompletionEventList()
TaskAttemptCompletionEvent getCompletionEvent(int index)
int getCompletionEventCount()
void addAllCompletionEvents(java.util.List<TaskAttemptCompletionEvent> eventList)
void addCompletionEvent(TaskAttemptCompletionEvent event)
void removeCompletionEvent(int index)
void clearCompletionEvents()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.