Class SizeStatisticsKeeper<B extends IBasics<S>,S>
- java.lang.Object
-
- nl.nn.adapterframework.statistics.StatisticsKeeper<B,S>
-
- nl.nn.adapterframework.statistics.SizeStatisticsKeeper<B,S>
-
- All Implemented Interfaces:
ItemList
public class SizeStatisticsKeeper<B extends IBasics<S>,S> extends StatisticsKeeper<B,S>
- Since:
- Author:
- Gerrit van Brakel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.nn.adapterframework.statistics.ItemList
ItemList.Type
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_BOUNDARY_LIST
-
Fields inherited from class nl.nn.adapterframework.statistics.StatisticsKeeper
BASICS_KEY, DEFAULT_P_LIST, HISTOGRAM_PUBLISH_KEY, ITEM_NAME_FIRST, ITEM_NAME_LAST, log, NUM_INTERVAL_ITEMS, NUM_STATIC_ITEMS, PERCENTILE_PRECISION_KEY, PERCENTILE_PUBLISH_KEY, percentileConfigKey, PERCENTILES_INTERNAL_KEY, pest
-
Fields inherited from interface nl.nn.adapterframework.statistics.ItemList
ITEM_FORMAT_PERC, ITEM_FORMAT_TIME, ITEM_NAME_AVERAGE, ITEM_NAME_COUNT, ITEM_NAME_MAX, ITEM_NAME_MIN, ITEM_NAME_STDDEV, ITEM_NAME_SUM, ITEM_NAME_SUMSQ, ITEM_VALUE_NAN, PRINT_FORMAT_COUNT, PRINT_FORMAT_PERC, PRINT_FORMAT_TIME
-
-
Constructor Summary
Constructors Constructor Description SizeStatisticsKeeper(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUnits()
-
Methods inherited from class nl.nn.adapterframework.statistics.StatisticsKeeper
addValue, asMap, dumpToXml, getAvg, getClassBoundaries, getClassCounts, getCount, getFirst, getIntervalItemCount, getIntervalItemName, getIntervalItemType, getIntervalItemValue, getItemCount, getItemIndex, getItemName, getItemType, getItemValue, getLabels, getLast, getMax, getMin, getName, getStdDev, getTotal, getTotalSquare, getTypes, getVariance, initialize, initMetrics, performAction, toXml, toXml
-
-
-
-
Field Detail
-
DEFAULT_BOUNDARY_LIST
public static final String DEFAULT_BOUNDARY_LIST
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SizeStatisticsKeeper
public SizeStatisticsKeeper(String name)
-
-