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