Interface ICounter
-
- All Known Implementing Classes:
BenchmarkCounter.NullCounter,MapRedCounterAdapter,MapReduceCounterAdapter
public interface ICounterInterface for counters in mapred/mapreduce package of hadoop
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()voidincrement(long val)
-