public class JobCounterUpdateEvent extends JobEvent
Modifier and Type | Class and Description |
---|---|
static class |
JobCounterUpdateEvent.CounterIncrementalUpdate |
Constructor and Description |
---|
JobCounterUpdateEvent(JobId jobId) |
Modifier and Type | Method and Description |
---|---|
void |
addCounterUpdate(Enum<?> key,
long incrValue) |
List<JobCounterUpdateEvent.CounterIncrementalUpdate> |
getCounterUpdates() |
getTimestamp, getType, toString
public JobCounterUpdateEvent(JobId jobId)
public void addCounterUpdate(Enum<?> key, long incrValue)
public List<JobCounterUpdateEvent.CounterIncrementalUpdate> getCounterUpdates()
Copyright © 2013 Apache Software Foundation. All rights reserved.