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