kieker.common.record
Interface IMonitoringRecord
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AbstractMonitoringRecord, BranchingRecord, CPUUtilizationRecord, CurrentTimeRecord, DummyMonitoringRecord, MemSwapUsageRecord, OperationExecutionRecord, ResourceUtilizationRecord
public interface IMonitoringRecord
- extends Serializable
- Author:
- Andre van Hoorn
getLoggingTimestamp
long getLoggingTimestamp()
setLoggingTimestamp
void setLoggingTimestamp(long timestamp)
initFromArray
void initFromArray(Object[] values)
toArray
Object[] toArray()
getValueTypes
Class<?>[] getValueTypes()
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>