Class JavaTimer
java.lang.Object
org.apache.uima.collection.impl.cpm.utils.JavaTimer
- All Implemented Interfaces:
Serializable
,Timer
Deprecated.
- See Also:
-
Constructor Details
-
JavaTimer
public JavaTimer()Deprecated.
-
-
Method Details
-
start
public void start()Deprecated. -
end
public void end()Deprecated. -
getResolution
public long getResolution()Deprecated.- Specified by:
getResolution
in interfaceTimer
-
getDuration
public long getDuration()Deprecated.- Specified by:
getDuration
in interfaceTimer
-
getTimeInSecs
public long getTimeInSecs()Deprecated.- Specified by:
getTimeInSecs
in interfaceTimer
-
getTimeInMillis
public long getTimeInMillis()Deprecated.- Specified by:
getTimeInMillis
in interfaceTimer
-
getTimeInMicros
public long getTimeInMicros()Deprecated.- Specified by:
getTimeInMicros
in interfaceTimer
-
UimaTimer