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