public class StatisticsUtil extends Object
Constructor and Description |
---|
StatisticsUtil() |
Modifier and Type | Method and Description |
---|---|
static StatSet |
aggregateStatSet(List<StatSet> statSets) |
static TableStats |
aggregateTableStat(List<TableStats> tableStatses) |
static void |
aggregateTableStat(TableStats result,
TableStats stats)
Aggregate one table stats and accumulated stats, and then store it to the result stats.
|
public static void aggregateTableStat(TableStats result, TableStats stats)
result
- It stores the aggregated statsstats
- The TableStats to be aggregatedpublic static TableStats aggregateTableStat(List<TableStats> tableStatses)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.