| Package | Description |
|---|---|
| org.apache.tez.dag.history | |
| org.apache.tez.dag.history.events | |
| org.apache.tez.dag.utils |
| Modifier and Type | Method and Description |
|---|---|
HistoryEventType |
HistoryEvent.getEventType() |
static HistoryEventType |
HistoryEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEventType[] |
HistoryEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RecoveryProtos.SummaryEventProto |
ProtoUtils.toSummaryEventProto(org.apache.tez.dag.records.TezDAGID dagID,
long timestamp,
HistoryEventType historyEventType,
byte[] payload) |
Copyright © 2014 Apache Software Foundation. All rights reserved.