| Interface | Description |
|---|---|
| OperationStatistic<T extends Enum<T>> | |
| SampledStatistic<T extends Serializable> | |
| SourceStatistic<T extends ChainedObserver> |
Source statistic implementations support derived statistics.
|
| Table.RowBuilder | |
| TableValueStatistic.RowBuilder | |
| Time.TimeSource | |
| ValueStatistic<T extends Serializable> |
| Class | Description |
|---|---|
| AbstractOperationStatistic<T extends Enum<T>> | |
| AbstractSourceStatistic<T extends ChainedObserver> |
An abstract
SourceStatistic that handles derived statistic
(de)registration. |
| ConstantValueStatistic<T extends Serializable> | |
| MappedOperationStatistic<S extends Enum<S>,D extends Enum<D>> | |
| MemoizingValueStatistic<T extends Serializable> | |
| Sample<T extends Serializable> | |
| SampledStatisticAdapter<T extends Serializable> | |
| StatisticBuilder | |
| StatisticBuilder.OperationStatisticBuilder<T extends Enum<T>> |
The Class OperationStatisticBuilder.
|
| StatisticMapper<SOURCE extends Enum<SOURCE>,TARGET extends Enum<TARGET>> | |
| StatisticsManager | |
| SuppliedValueStatistic<T extends Serializable> |
This class can be used to create a
ValueStatistic with a specific StatisticType
which value is given by a provided Supplier |
| Table |
A table statistic contains for each row a set of statistics.
|
| Table.Builder | |
| TableSkeleton | |
| TableValueStatistic |
A statistic that can dynamically construct and provide a table statistic based on provided suppliers
|
| TableValueStatistic.Builder | |
| Time |
This class contains the static time-sources used within the framework.
|
| ValueStatistics | |
| ZeroOperationStatistic<T extends Enum<T>> |
An operation statistic that always return 0 for everything.
|
| Enum | Description |
|---|---|
| StatisticType |
| Annotation Type | Description |
|---|---|
| Statistic |
Copyright © 2018. All rights reserved.