Uses of Interface
org.apache.uima.util.UimaTimer
-
Packages that use UimaTimer Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.collection.impl.cpm.container.deployer org.apache.uima.collection.impl.cpm.engine org.apache.uima.collection.impl.cpm.utils org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
.org.apache.uima.internal.util org.apache.uima.util.impl -
-
Uses of UimaTimer in org.apache.uima
Methods in org.apache.uima that return UimaTimer Modifier and Type Method Description protected 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
Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type UimaTimer Modifier and Type Method Description void
VinciTAP. setTimer(UimaTimer aTimer)
Defines a custom timer to use for stats -
Uses of UimaTimer in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as UimaTimer Modifier and Type Field Description protected UimaTimer
NonThreadedProcessingUnit. timer
protected UimaTimer
ProcessingUnit. timer
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type UimaTimer Modifier and Type Method Description void
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
Methods in org.apache.uima.collection.impl.cpm.utils that return UimaTimer Modifier and Type Method Description static UimaTimer
CPMUtils. getTimer()
static UimaTimer
CPMUtils. getTimer(java.lang.String aTimerClass)
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 Modifier and Type Method Description static void
CPMUtils. setTimer(UimaTimer aTimer)
-
Uses of UimaTimer in org.apache.uima.impl
Methods in org.apache.uima.impl that return UimaTimer Modifier and Type Method Description protected UimaTimer
UIMAFramework_impl. _newTimer()
-
Uses of UimaTimer in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement UimaTimer Modifier and Type Class Description class
JavaTimer
Simple implementation ofUimaTimer
usingSystem.currentTimeMillis()
. -
Uses of UimaTimer in org.apache.uima.util.impl
Constructors in org.apache.uima.util.impl with parameters of type UimaTimer Constructor Description ProcessTrace_impl(UimaTimer aTimer)
Create a ProcessTrace_impl with a custom timer.ProcessTrace_impl(UimaTimer aTimer, java.util.Properties aPerformanceTuningSettings)
Create a ProcessTrace_impl with a custom timer.
-