| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapred.TaskCompletionEvent.Status |
TypeConverter.fromYarn(TaskAttemptCompletionEventStatus newStatus) |
| Modifier and Type | Method | Description |
|---|---|---|
TaskAttemptCompletionEventStatus |
TaskAttemptCompletionEvent.getStatus() |
|
static TaskAttemptCompletionEventStatus |
TaskAttemptCompletionEventStatus.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TaskAttemptCompletionEventStatus[] |
TaskAttemptCompletionEventStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TaskAttemptCompletionEvent.setStatus(TaskAttemptCompletionEventStatus status) |
| Modifier and Type | Method | Description |
|---|---|---|
TaskAttemptCompletionEventStatus |
TaskAttemptCompletionEventPBImpl.getStatus() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TaskAttemptCompletionEventPBImpl.setStatus(TaskAttemptCompletionEventStatus status) |
| Modifier and Type | Method | Description |
|---|---|---|
static TaskAttemptCompletionEventStatus |
MRProtoUtils.convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskAttemptCompletionEventStatusProto e) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskAttemptCompletionEventStatusProto |
MRProtoUtils.convertToProtoFormat(TaskAttemptCompletionEventStatus e) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.