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 Statistic
BaseMonitor. getStatistic(java.lang.String key)
Statistic
BaseMonitor. getStatistic(java.lang.String aComponentName, java.lang.String aStatisticName)
Statistic
Monitor. getStatistic(java.lang.String aComponentName, java.lang.String aStatisticName)
Statistic
MonitorBaseImpl. 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 void
BaseMonitor. addStatistic(java.lang.String key, Statistic aStatistic)
void
BaseMonitor. addStatistic(java.lang.String aName, Statistic aStatistic, Endpoint anEndpoint)
void
Monitor. addStatistic(java.lang.String key, Statistic aStatistic)
void
MonitorBaseImpl. 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 interface
NumericStatistic
Classes in org.apache.uima.aae.monitor.statistics that implement Statistic Modifier and Type Class Description class
LongNumericStatistic
class
NumericStatisticBaseImpl
-