Uses of Interface
org.apache.uima.aae.monitor.statistics.Statistic
-
Packages that use Statistic Package Description org.apache.uima.aae.monitor org.apache.uima.aae.monitor.statistics -
-
Uses of Statistic in org.apache.uima.aae.monitor
Methods in org.apache.uima.aae.monitor that return Statistic Modifier and Type Method Description StatisticBaseMonitor. getStatistic(java.lang.String key)StatisticBaseMonitor. getStatistic(java.lang.String aComponentName, java.lang.String aStatisticName)StatisticMonitor. getStatistic(java.lang.String aComponentName, java.lang.String aStatisticName)StatisticMonitorBaseImpl. getStatistic(java.lang.String aComponentName, java.lang.String aStatisticName)Methods in org.apache.uima.aae.monitor with parameters of type Statistic Modifier and Type Method Description voidBaseMonitor. addStatistic(java.lang.String key, Statistic aStatistic)voidBaseMonitor. addStatistic(java.lang.String aName, Statistic aStatistic, Endpoint anEndpoint)voidMonitor. addStatistic(java.lang.String key, Statistic aStatistic)voidMonitorBaseImpl. addStatistic(java.lang.String aComponentName, Statistic aStatistic) -
Uses of Statistic in org.apache.uima.aae.monitor.statistics
Subinterfaces of Statistic in org.apache.uima.aae.monitor.statistics Modifier and Type Interface Description interfaceNumericStatisticClasses in org.apache.uima.aae.monitor.statistics that implement Statistic Modifier and Type Class Description classLongNumericStatisticclassNumericStatisticBaseImpl
-