Class CpeTimerImpl
java.lang.Object
org.apache.uima.collection.impl.metadata.cpe.CpeTimerImpl
- All Implemented Interfaces:
CpeTimer
This class provides an API to plug in custom timers.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CpeTimerImpl
Instantiates a new cpe timer impl.- Parameters:
aTimerClass
- the a timer class
-
-
Method Details
-
set
Description copied from interface:CpeTimer
Plug-in a custom timer class to be used for measuring performance.- Specified by:
set
in interfaceCpeTimer
- Parameters:
aTimerClass
- - name of a timer class- Throws:
CpeDescriptorException
- tbd
-
get
Description copied from interface:CpeTimer
Return a name of the timer class
-