public final class TimestampRecordFactory extends java.lang.Object implements IRecordFactory<TimestampRecord>
UNKNOWN_RECORD_SIZE
Constructor and Description |
---|
TimestampRecordFactory() |
Modifier and Type | Method and Description |
---|---|
TimestampRecord |
create(IValueDeserializer deserializer) |
TimestampRecord |
create(java.lang.Object[] values)
Deprecated.
|
int |
getRecordSizeInBytes() |
public TimestampRecord create(IValueDeserializer deserializer)
create
in interface IRecordFactory<TimestampRecord>
deserializer
- The deserializer to use for decoding the values@Deprecated public TimestampRecord create(java.lang.Object[] values)
create
in interface IRecordFactory<TimestampRecord>
values
- the values used to fill the new instancepublic int getRecordSizeInBytes()
getRecordSizeInBytes
in interface IRecordFactory<TimestampRecord>
IRecordFactory.UNKNOWN_RECORD_SIZE
if the
size is unknown
in advance.Copyright 2017 Kieker Project, http://kieker-monitoring.net