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