Uses of Interface
org.apache.uima.util.UimaTimer
Package
Description
Apache UIMA
Apache UIMA internals
-
Uses of UimaTimer in org.apache.uima
Modifier 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.collection.impl.cpm.container.deployer
-
Uses of UimaTimer in org.apache.uima.collection.impl.cpm.engine
Modifier and TypeFieldDescriptionprotected UimaTimer
NonThreadedProcessingUnit.timer
The timer.protected UimaTimer
ProcessingUnit.timer
The timer.Modifier and TypeMethodDescriptionvoid
ArtifactProducer.setUimaTimer
(UimaTimer aTimer) Plug in Custom Timer to time events.void
NonThreadedProcessingUnit.setUimaTimer
(UimaTimer aTimer) Plugs in custom timer used by the PU for getting time.void
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
-
Uses of UimaTimer in org.apache.uima.impl
-
Uses of UimaTimer in org.apache.uima.internal.util
Modifier and TypeClassDescriptionclass
Simple implementation ofUimaTimer
usingSystem.currentTimeMillis()
. -
Uses of UimaTimer in org.apache.uima.util.impl
ModifierConstructorDescriptionProcessTrace_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.