| 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 in
org.apache.uima. |
| org.apache.uima.internal.util | |
| org.apache.uima.util.impl |
| Modifier and Type | Method and Description |
|---|---|
protected abstract UimaTimer |
UIMAFramework._newTimer()
To be implemented by subclasses; this should return a new UIMA
UimaTimer instance. |
static UimaTimer |
UIMAFramework.newTimer()
Creates a new
UimaTimer, which is used to collect performance
statistics for UIMA components. |
| Modifier and Type | Method and Description |
|---|---|
void |
VinciTAP.setTimer(UimaTimer aTimer)
Defines a custom timer to use for stats
|
| Modifier and Type | Field and Description |
|---|---|
protected UimaTimer |
NonThreadedProcessingUnit.timer |
protected UimaTimer |
ProcessingUnit.timer |
| Modifier and Type | Method and Description |
|---|---|
void |
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
|
| Modifier and Type | Method and Description |
|---|---|
static UimaTimer |
CPMUtils.getTimer() |
static UimaTimer |
TimerFactory.getTimer()
Returns instance of
UimaTimer |
static UimaTimer |
CPMUtils.getTimer(String aTimerClass)
Return timer to measure performace of the cpm.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CPMUtils.setTimer(UimaTimer aTimer) |
| Modifier and Type | Method and Description |
|---|---|
protected UimaTimer |
UIMAFramework_impl._newTimer() |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaTimer
Simple implementation of
UimaTimer using System.currentTimeMillis(). |
| Constructor and Description |
|---|
ProcessTrace_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.
|
Copyright © 2018. All rights reserved.