Uses of Interface
org.apache.uima.util.UimaTimer
Packages that use UimaTimer
Package
Description
Apache UIMA
Apache UIMA internals
-
Uses of UimaTimer in org.apache.uima
Methods in org.apache.uima that return UimaTimerModifier and TypeMethodDescriptionprotected abstract UimaTimerUIMAFramework._newTimer()To be implemented by subclasses; this should return a new UIMAUimaTimerinstance.static UimaTimerUIMAFramework.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
Methods 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 TypeFieldDescriptionprotected UimaTimerNonThreadedProcessingUnit.timerThe timer.protected UimaTimerProcessingUnit.timerThe timer.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type UimaTimerModifier and TypeMethodDescriptionvoidArtifactProducer.setUimaTimer(UimaTimer aTimer) Plug in Custom Timer to time events.voidNonThreadedProcessingUnit.setUimaTimer(UimaTimer aTimer) Plugs in custom timer used by the PU for getting time.voidProcessingUnit.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
Methods in org.apache.uima.collection.impl.cpm.utils that return UimaTimerModifier and TypeMethodDescriptionstatic UimaTimerCPMUtils.getTimer()Gets the timer.static UimaTimerReturn timer to measure performace of the cpm.static UimaTimerTimerFactory.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 TypeClassDescriptionclassSimple implementation ofUimaTimerusingSystem.currentTimeMillis(). -
Uses of UimaTimer in org.apache.uima.util.impl
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.