Interface | Description |
---|---|
ICombiner<T> |
Interface for classes that are able to combine multiple objects into one result.
|
IMetric<T> |
Interface for a metric that can be tracked
|
IMetricsRegister | |
IReducer<T,U,V> |
Apply an update to an accumulator for which a result can be extracted.
|
Class | Description |
---|---|
AssignableMetric<T> | |
CombinedMetric<T> | |
CountMetric | |
MeanReducer | |
MeanReducerState | |
MultiAssignableMetric<T extends java.lang.Number> | |
MultiCountMetric | |
MultiReducedMetric<T,U,V> | |
ReducedMetric<T,U,V> |
Apply an update to an metric using an IReducer for which a result can be extracted.
|
Enum | Description |
---|---|
GlobalMetrics |
Singleton class which exposes a simple globally available counter for heron jobs.
|