Class CpeTimerImpl
- java.lang.Object
-
- org.apache.uima.collection.impl.metadata.cpe.CpeTimerImpl
-
-
Constructor Summary
Constructors Constructor Description CpeTimerImpl(java.lang.String aTimerClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get()
Return a name of the timer classvoid
set(java.lang.String aTimerClass)
Plug-in a custom timer class to be used for measuring performance.
-
-
-
Method Detail
-
set
public void set(java.lang.String aTimerClass) throws CpeDescriptorException
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
-
-