public class BaseStatisticsKind<T> extends Object implements StatisticsKind<T>
StatisticsKind which contain base
table statistics kinds with implemented mergeStatistics() method.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
exact |
protected String |
statisticKey |
| Constructor and Description |
|---|
BaseStatisticsKind(String statisticKey,
boolean exact) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Returns name which corresponds to the statistics.
|
int |
hashCode() |
boolean |
isExact() |
String |
toString() |
protected final String statisticKey
protected final boolean exact
public BaseStatisticsKind(String statisticKey, boolean exact)
public String getName()
StatisticsKindgetName in interface StatisticsKind<T>public boolean isExact()
isExact in interface StatisticsKind<T>Copyright © 2021 The Apache Software Foundation. All rights reserved.