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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timer
-
-
Constructor Details
-
CpeTimerImpl
private CpeTimerImpl() -
CpeTimerImpl
-
-
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
-