Package | Description |
---|---|
org.apache.tez.common |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.tez.mapreduce.hadoop |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
TezTaskStatus.Phase |
TezTaskStatus.getPhase() |
static TezTaskStatus.Phase |
TezTaskStatus.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TezTaskStatus.Phase[] |
TezTaskStatus.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TezTaskStatus.setPhase(TezTaskStatus.Phase phase) |
Modifier and Type | Method and Description |
---|---|
TezTaskStatus.Phase |
MRTaskStatus.getPhase() |
Modifier and Type | Method and Description |
---|---|
void |
MRTaskStatus.setPhase(TezTaskStatus.Phase phase) |
static org.apache.hadoop.mapreduce.v2.api.records.Phase |
TezTypeConverters.toYarn(TezTaskStatus.Phase phase) |
Constructor and Description |
---|
MRTaskStatus(org.apache.tez.dag.records.TezTaskAttemptID taskAttemptId,
org.apache.tez.common.counters.TezCounters counters,
TezTaskStatus.Phase phase) |
Copyright © 2015 Apache Software Foundation. All rights reserved.