Uses of Interface
org.apache.uima.analysis_engine.AnalysisEngineManagement
Packages that use AnalysisEngineManagement
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of AnalysisEngineManagement in org.apache.uima
Methods in org.apache.uima that return AnalysisEngineManagementModifier and TypeMethodDescriptionUimaContextAdmin.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 AnalysisEngineManagementModifier and TypeMethodDescriptionAnalysisEngine.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 AnalysisEngineManagementModifier and TypeMethodDescriptionAnalysisEngineManagement.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 AnalysisEngineManagementModifier and TypeClassDescriptionclass
Implements Monitoring/Management interface to an AnalysisEngine.Fields in org.apache.uima.analysis_engine.impl with type parameters of type AnalysisEngineManagementModifier and TypeFieldDescriptionprivate final Map
<String, AnalysisEngineManagement> AnalysisEngineManagementImpl.components
Methods in org.apache.uima.analysis_engine.impl that return AnalysisEngineManagementMethods in org.apache.uima.analysis_engine.impl that return types with arguments of type AnalysisEngineManagement -
Uses of AnalysisEngineManagement in org.apache.uima.impl
Methods in org.apache.uima.impl that return AnalysisEngineManagement