|
Kieker 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkieker.monitoring.timer.AbstractTimeSource
kieker.monitoring.timer.DefaultSystemTimer
@Deprecated public final class DefaultSystemTimer
A timer implementation, counting in nanoseconds since 1970-1-1.
Constructor Summary | |
---|---|
DefaultSystemTimer(Configuration configuration)
Deprecated. replaced with SystemNanoTimer |
Method Summary | |
---|---|
static ITimeSource |
getInstance()
Deprecated. |
long |
getTime()
Deprecated. Returns the timestamp for the current time. |
String |
toString()
Deprecated. Returns a String representation of the timesource. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public DefaultSystemTimer(Configuration configuration) throws IllegalAccessException
IllegalAccessException
Method Detail |
---|
public static final ITimeSource getInstance()
public final long getTime()
ITimeSource
TimeUnit.NANOSECONDS
.
public final String toString()
ITimeSource
toString
in interface ITimeSource
toString
in class AbstractTimeSource
|
Kieker 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |