Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapred.TaskCompletionEvent.Status |
TypeConverter.fromYarn(TaskAttemptCompletionEventStatus newStatus) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEventStatus |
TaskAttemptCompletionEvent.getStatus() |
static TaskAttemptCompletionEventStatus |
TaskAttemptCompletionEventStatus.valueOf(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 and Description |
---|---|
void |
TaskAttemptCompletionEvent.setStatus(TaskAttemptCompletionEventStatus status) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptCompletionEventStatus |
TaskAttemptCompletionEventPBImpl.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TaskAttemptCompletionEventPBImpl.setStatus(TaskAttemptCompletionEventStatus status) |
Modifier and Type | Method and Description |
---|---|
static TaskAttemptCompletionEventStatus |
MRProtoUtils.convertFromProtoFormat(MRProtos.TaskAttemptCompletionEventStatusProto e) |
Modifier and Type | Method and Description |
---|---|
static MRProtos.TaskAttemptCompletionEventStatusProto |
MRProtoUtils.convertToProtoFormat(TaskAttemptCompletionEventStatus e) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.