Class CpeTimerImpl
- java.lang.Object
-
- org.apache.uima.collection.impl.metadata.cpe.CpeTimerImpl
-
-
Constructor Summary
Constructors Constructor Description CpeTimerImpl(String aTimerClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget()Return a name of the timer classvoidset(String aTimerClass)Plug-in a custom timer class to be used for measuring performance.
-
-
-
Constructor Detail
-
CpeTimerImpl
public CpeTimerImpl(String aTimerClass)
-
-
Method Detail
-
set
public void set(String aTimerClass) throws CpeDescriptorException
Description copied from interface:CpeTimerPlug-in a custom timer class to be used for measuring performance.- Specified by:
setin interfaceCpeTimer- Parameters:
aTimerClass- - name of a timer class- Throws:
CpeDescriptorException- tbd
-
-