Uses of Interface
org.apache.uima.util.UimaTimer
-
-
Uses of UimaTimer in org.apache.uima
Methods in org.apache.uima that return UimaTimer Modifier and Type Method Description protected 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.analysis_engine.asb.impl
Fields in org.apache.uima.analysis_engine.asb.impl declared as UimaTimer Modifier and Type Field Description private UimaTimerFlowContainer. mTimerprivate UimaTimerFlowControllerContainer. mTimer(package private) UimaTimerASB_impl.AggregateCasIterator. timertimer for timing processing done during calls to next() -
Uses of UimaTimer in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as UimaTimer Modifier and Type Field Description private UimaTimerAnalysisEngineImplBase. mProcessTimerprivate UimaTimerAnalysisEngineProcessorAdapter. mTimerTimer for collecting performance statistics. -
Uses of UimaTimer in org.apache.uima.analysis_engine.service.impl
Fields in org.apache.uima.analysis_engine.service.impl declared as UimaTimer Modifier and Type Field Description private UimaTimerAnalysisEngineServiceAdapter. mTimerTimer for collecting performance statistics. -
Uses of UimaTimer in org.apache.uima.collection.impl.cpm.container.deployer
Fields in org.apache.uima.collection.impl.cpm.container.deployer declared as UimaTimer Modifier and Type Field Description private UimaTimerVinciTAP. uimaTimerThe uima timer.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type UimaTimer Modifier and Type Method Description voidVinciTAP. 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 private UimaTimerArtifactProducer. timerThe timer.protected UimaTimerNonThreadedProcessingUnit. timerThe timer.protected UimaTimerProcessingUnit. timerThe timer.Methods in org.apache.uima.collection.impl.cpm.engine that return UimaTimer Modifier and Type Method Description private UimaTimerCPMEngine. getTimer()Return timer to measure performace of the cpm.Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type UimaTimer Modifier and Type Method Description voidArtifactProducer. 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
Fields in org.apache.uima.collection.impl.cpm.utils declared as UimaTimer Modifier and Type Field Description private static UimaTimerCPMUtils. timerThe timer.private static UimaTimerTimerFactory. timerThe timer.Methods in org.apache.uima.collection.impl.cpm.utils that return UimaTimer Modifier and Type Method Description static UimaTimerCPMUtils. getTimer()Gets the timer.static UimaTimerCPMUtils. getTimer(java.lang.String aTimerClass)Return 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 Modifier and Type Method Description static voidCPMUtils. setTimer(UimaTimer aTimer)Sets the timer. -
Uses of UimaTimer in org.apache.uima.impl
Methods in org.apache.uima.impl that return UimaTimer Modifier and Type Method Description protected UimaTimerUIMAFramework_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 classJavaTimerSimple implementation ofUimaTimerusingSystem.currentTimeMillis(). -
Uses of UimaTimer in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl declared as UimaTimer Modifier and Type Field Description private UimaTimerProcessTrace_impl. mTimerTimer class used to get timing information.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.
-