public class DAGEventCounterUpdate extends DAGEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
DAGEventCounterUpdate.CounterIncrementalUpdate |
| Constructor and Description |
|---|
DAGEventCounterUpdate(org.apache.tez.dag.records.TezDAGID dagId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCounterUpdate(Enum<?> key,
long incrValue) |
List<DAGEventCounterUpdate.CounterIncrementalUpdate> |
getCounterUpdates() |
public DAGEventCounterUpdate(org.apache.tez.dag.records.TezDAGID dagId)
public void addCounterUpdate(Enum<?> key, long incrValue)
public List<DAGEventCounterUpdate.CounterIncrementalUpdate> getCounterUpdates()
Copyright © 2014 Apache Software Foundation. All rights reserved.