Uses of Class
org.apache.uima.aae.jmx.ServicePerformance
-
Packages that use ServicePerformance Package Description org.apache.uima.aae.controller -
-
Uses of ServicePerformance in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller declared as ServicePerformance Modifier and Type Field Description protected ServicePerformance
BaseAnalysisEngineController. servicePerformance
Methods in org.apache.uima.aae.controller that return ServicePerformance Modifier and Type Method Description ServicePerformance
AnalysisEngineController. getCasStatistics(java.lang.String aCasReferenceId)
ServicePerformance
AnalysisEngineControllerAdapter. getCasStatistics(java.lang.String casReferenceId)
ServicePerformance
BaseAnalysisEngineController. getCasStatistics(java.lang.String aCasReferenceId)
Returns stats associated with a given CAS.ServicePerformance
AggregateAnalysisEngineController_impl. getDelegateServicePerformance(java.lang.String aDelegateKey)
ServicePerformance
AggregateAnalysisEngineController. getDelegateServicePerformance(java.lang.String aDelegateKey)
ServicePerformance
AggregateAnalysisEngineController_impl. getServicePerformance(java.lang.String aDelegateKey)
ServicePerformance
AggregateAnalysisEngineController. getServicePerformance(java.lang.String aDelegateKey)
ServicePerformance
AnalysisEngineController. getServicePerformance()
ServicePerformance
AnalysisEngineControllerAdapter. getServicePerformance()
ServicePerformance
BaseAnalysisEngineController. getServicePerformance()
Methods in org.apache.uima.aae.controller with parameters of type ServicePerformance Modifier and Type Method Description protected void
BaseAnalysisEngineController. logStats(java.lang.String aDelegateKey, ServicePerformance aServicePerformance)
Logs statistics
-