|
Kieker 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkieker.common.record.AbstractMonitoringRecord
kieker.common.record.misc.TimestampRecord
public final class TimestampRecord
Record type which can be used to store a timestamp.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord |
---|
IMonitoringRecord.Factory |
Constructor Summary | |
---|---|
TimestampRecord()
Constructs a new TimestampRecord with the
without setting the current time value. |
|
TimestampRecord(long timestamp)
|
|
TimestampRecord(Object[] values)
|
Method Summary | |
---|---|
long |
getCurrentTime()
Deprecated. will be removed in Kieker 1.6; use getTimestamp() |
long |
getTimestamp()
|
Class<?>[] |
getValueTypes()
|
void |
initFromArray(Object[] values)
Deprecated. |
void |
setCurrentTime(long currentTime)
Deprecated. will be removed in Kieker 1.6; record will become immutable |
Object[] |
toArray()
|
Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
---|
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimestampRecord()
TimestampRecord
with the
without setting the current time value.
public TimestampRecord(long timestamp)
public TimestampRecord(Object[] values)
Method Detail |
---|
public Object[] toArray()
toArray
in interface IMonitoringRecord
@Deprecated public void initFromArray(Object[] values)
initFromArray
in interface IMonitoringRecord
public Class<?>[] getValueTypes()
getValueTypes
in interface IMonitoringRecord
@Deprecated public long getCurrentTime()
getTimestamp()
public final long getTimestamp()
@Deprecated public void setCurrentTime(long currentTime)
currentTime
-
|
Kieker 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |