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