Interface CounterLoader
-
- All Known Implementing Classes:
MapRedCounterLoader,MapReduceCounterLoader
public interface CounterLoaderFactory interface for CounterLoaders, will load the counter according to groupName, counterName, and if in the configuration, flag with name counterFlag is false, the counter will not be loaded
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICountergetCounterByNameAndFlag(String groupName, String counterName, String counterFlag)
-