Example #1
0
 /** @return a list of all the statistic names */
 public List<String> statisticNames() {
   return Named.getNames(statistics);
 }
Example #2
0
 /** @return a list of all the partition names */
 public List<String> partitionNames() {
   return Named.getNames(partitions);
 }