public interface GridHadoopCounters
| Modifier and Type | Method and Description |
|---|---|
Collection<GridHadoopCounter> |
all()
Returns all existing counters.
|
<T extends GridHadoopCounter> |
counter(String grp,
String name,
Class<T> cls)
Returns counter for the specified group and counter name.
|
void |
merge(GridHadoopCounters other)
Merges all counters from another store with existing counters.
|
<T extends GridHadoopCounter> 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<GridHadoopCounter> all()
void merge(GridHadoopCounters other)
other - Counters to merge with.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015