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