public class PigCounterHelper extends Object
Constructor and Description |
---|
PigCounterHelper() |
Modifier and Type | Method and Description |
---|---|
void |
incrCounter(Enum<?> key,
long incr)
Mocks the Reporter.incrCounter, but adds buffering.
|
void |
incrCounter(String group,
String counterName,
long incr)
Mocks the Reporter.incrCounter, but adds buffering.
|
public void incrCounter(String group, String counterName, long incr)
public void incrCounter(Enum<?> key, long incr)
Copyright © 2007-2017 The Apache Software Foundation