Uses of Interface
org.apache.uima.util.UimaTimer
Packages that use UimaTimer
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of UimaTimer in org.apache.uima
Methods in org.apache.uima that return UimaTimerModifier and TypeMethodDescriptionprotected abstract UimaTimer
UIMAFramework._newTimer()
To be implemented by subclasses; this should return a new UIMAUimaTimer
instance.static UimaTimer
UIMAFramework.newTimer()
Creates a newUimaTimer
, which is used to collect performance statistics for UIMA components. -
Uses of UimaTimer in org.apache.uima.analysis_engine.asb.impl
Fields in org.apache.uima.analysis_engine.asb.impl declared as UimaTimer -
Uses of UimaTimer in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as UimaTimer -
Uses of UimaTimer in org.apache.uima.analysis_engine.service.impl
Fields in org.apache.uima.analysis_engine.service.impl declared as UimaTimer -
Uses of UimaTimer in org.apache.uima.collection.impl.cpm.container.deployer
Fields in org.apache.uima.collection.impl.cpm.container.deployer declared as UimaTimerMethods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type UimaTimer -
Uses of UimaTimer in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as UimaTimerModifier and TypeFieldDescriptionprivate UimaTimer
ArtifactProducer.timer
protected UimaTimer
NonThreadedProcessingUnit.timer
protected UimaTimer
ProcessingUnit.timer
Methods in org.apache.uima.collection.impl.cpm.engine that return UimaTimerModifier and TypeMethodDescriptionprivate UimaTimer
CPMEngine.getTimer()
Return timer to measure performace of the cpm.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type UimaTimerModifier and TypeMethodDescriptionvoid
ArtifactProducer.setUimaTimer
(UimaTimer aTimer) Plug in Custom Timer to time eventsvoid
NonThreadedProcessingUnit.setUimaTimer
(UimaTimer aTimer) Plugs in custom timer used by the PU for getting timevoid
ProcessingUnit.setUimaTimer
(UimaTimer aTimer) Plugs in custom timer used by the PU for getting time -
Uses of UimaTimer in org.apache.uima.collection.impl.cpm.utils
Fields in org.apache.uima.collection.impl.cpm.utils declared as UimaTimerModifier and TypeFieldDescriptionprivate static UimaTimer
CPMUtils.timer
private static UimaTimer
TimerFactory.timer
Methods in org.apache.uima.collection.impl.cpm.utils that return UimaTimerModifier and TypeMethodDescriptionstatic UimaTimer
CPMUtils.getTimer()
static UimaTimer
Return timer to measure performace of the cpm.static UimaTimer
TimerFactory.getTimer()
Returns instance ofUimaTimer
Methods in org.apache.uima.collection.impl.cpm.utils with parameters of type UimaTimer -
Uses of UimaTimer in org.apache.uima.impl
Methods in org.apache.uima.impl that return UimaTimer -
Uses of UimaTimer in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement UimaTimerModifier and TypeClassDescriptionclass
Simple implementation ofUimaTimer
usingSystem.currentTimeMillis()
. -
Uses of UimaTimer in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl declared as UimaTimerModifier and TypeFieldDescriptionprivate UimaTimer
ProcessTrace_impl.mTimer
Timer class used to get timing information.Constructors in org.apache.uima.util.impl with parameters of type UimaTimerModifierConstructorDescriptionProcessTrace_impl
(UimaTimer aTimer) Create a ProcessTrace_impl with a custom timer.ProcessTrace_impl
(UimaTimer aTimer, Properties aPerformanceTuningSettings) Create a ProcessTrace_impl with a custom timer.