Uses of Interface
org.apache.uima.analysis_engine.AnalysisEngineManagement
-
Packages that use AnalysisEngineManagement Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.impl Apache UIMA internals -
-
Uses of AnalysisEngineManagement in org.apache.uima
Methods in org.apache.uima that return AnalysisEngineManagement Modifier and Type Method Description AnalysisEngineManagement
UimaContextAdmin. getManagementInterface()
Gets an object that can be used to do monitoring or management of this AnalysisEngine. -
Uses of AnalysisEngineManagement in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return AnalysisEngineManagement Modifier and Type Method Description AnalysisEngineManagement
AnalysisEngine. getManagementInterface()
Gets an object that can be used to do monitoring or management of this AnalysisEngine.Methods in org.apache.uima.analysis_engine that return types with arguments of type AnalysisEngineManagement Modifier and Type Method Description java.util.Map<java.lang.String,AnalysisEngineManagement>
AnalysisEngineManagement. getComponents()
For an Aggregate AnalysisEngine, gets a Map whose values are AnalysisEngineManagement objects that contain the statistics for the components of the aggregate. -
Uses of AnalysisEngineManagement in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement AnalysisEngineManagement Modifier and Type Class Description class
AnalysisEngineManagementImpl
Implements Monitoring/Management interface to an AnalysisEngine.Fields in org.apache.uima.analysis_engine.impl with type parameters of type AnalysisEngineManagement Modifier and Type Field Description private java.util.Map<java.lang.String,AnalysisEngineManagement>
AnalysisEngineManagementImpl. components
Methods in org.apache.uima.analysis_engine.impl that return AnalysisEngineManagement Modifier and Type Method Description AnalysisEngineManagement
AnalysisEngineImplBase. getManagementInterface()
Methods in org.apache.uima.analysis_engine.impl that return types with arguments of type AnalysisEngineManagement Modifier and Type Method Description java.util.Map<java.lang.String,AnalysisEngineManagement>
AnalysisEngineManagementImpl. getComponents()
-
Uses of AnalysisEngineManagement in org.apache.uima.impl
Methods in org.apache.uima.impl that return AnalysisEngineManagement Modifier and Type Method Description AnalysisEngineManagement
UimaContext_ImplBase. getManagementInterface()
-