Class CpeTimerImpl
- java.lang.Object
-
- org.apache.uima.collection.impl.metadata.cpe.CpeTimerImpl
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringtimerThe timer.
-
Constructor Summary
Constructors Modifier Constructor Description privateCpeTimerImpl()Instantiates a new cpe timer impl.CpeTimerImpl(java.lang.String aTimerClass)Instantiates a new cpe timer impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget()Return a name of the timer classvoidset(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 CpeDescriptorExceptionDescription 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
-
-