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