Package org.terracotta.statistics
Class TableValueStatistic
java.lang.Object
org.terracotta.statistics.TableSkeleton
org.terracotta.statistics.TableValueStatistic
- All Implemented Interfaces:
Serializable,ValueStatistic<Table>
A statistic that can dynamically construct and provide a table statistic based on provided suppliers
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableValueStatistic.BuildernewBuilder(String... innerStatisticNames) type()value()Methods inherited from class org.terracotta.statistics.TableSkeleton
getRowCount, getRowLabels, getStatistic, getStatisticCount, getStatisticNames, getStatistics, getStatistics, insert, insert, isEmpty, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TableValueStatistic
-
-
Method Details
-
newBuilder
-
type
- Specified by:
typein interfaceValueStatistic<Table>- Returns:
- The statistic type
-
value
- Specified by:
valuein interfaceValueStatistic<Table>- Returns:
- The current statistic value
-