public interface HadoopCounters
| Modifier and Type | Method and Description |
|---|---|
Collection<HadoopCounter> |
all()
Returns all existing counters.
|
<T extends HadoopCounter> |
counter(String grp,
String name,
Class<T> cls)
Returns counter for the specified group and counter name.
|
void |
merge(HadoopCounters other)
Merges all counters from another store with existing counters.
|
<T extends HadoopCounter> T counter(String grp, String name, Class<T> cls)
grp - Counter group name.name - Counter name.cls - Class for new instance creation if it's needed.null if create is false.Collection<HadoopCounter> all()
void merge(HadoopCounters other)
other - Counters to merge with.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020