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)
Create a record of type T utilizing a @{link
IValueDeserializer. |
int |
getRecordSizeInBytes() |
java.lang.String[] |
getValueNames()
provide an array of all value names of an event type in definition order.
|
java.lang.Class<?>[] |
getValueTypes()
provide an array of all value types of an event type in definition order.
|
public AfterConstructorObjectEvent create(IValueDeserializer deserializer) throws RecordInstantiationException
IRecordFactoryIValueDeserializer.create in interface IRecordFactory<AfterConstructorObjectEvent>deserializer - The deserializer to use for decoding the valuesRecordInstantiationException - on issues deserializing records, e.g., during enumeration deserializationpublic java.lang.String[] getValueNames()
IRecordFactorygetValueNames in interface IRecordFactory<AfterConstructorObjectEvent>public java.lang.Class<?>[] getValueTypes()
IRecordFactorygetValueTypes in interface IRecordFactory<AfterConstructorObjectEvent>public int getRecordSizeInBytes()
getRecordSizeInBytes in interface IRecordFactory<AfterConstructorObjectEvent>IRecordFactory.UNKNOWN_RECORD_SIZE if the
size is unknown
in advance.Copyright 2020 Kieker Project, http://kieker-monitoring.net