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