|
Kieker 1.7 | |||||||||
| 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(long timestamp)
Creates a new instance of this class using the given parameters. |
|
TimestampRecord(Object[] values)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
long |
getTimestamp()
|
Class<?>[] |
getValueTypes()
This method should deliver an array with the classes of the single values for the record. |
void |
initFromArray(Object[] values)
Deprecated. This record uses the IMonitoringRecord.Factory mechanism. Hence, this method is not implemented. |
Object[] |
toArray()
This method should deliver an array containing the content of the record. |
| 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(long timestamp)
timestamp - The timestamp to be stored in this record.public TimestampRecord(Object[] values)
values - The array containing the values for the fields of this record.| Method Detail |
|---|
public Object[] toArray()
toArray in interface IMonitoringRecord@Deprecated public void initFromArray(Object[] values)
IMonitoringRecord.Factory mechanism. Hence, this method is not implemented.
IMonitoringRecord.toArray().
initFromArray in interface IMonitoringRecordvalues - The values for the record.public Class<?>[] getValueTypes()
getValueTypes in interface IMonitoringRecordIMonitoringRecord.toArray()public final long getTimestamp()
|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||