Class JoinEventFactory

java.lang.Object
kieker.common.record.flow.trace.concurrency.JoinEventFactory
All Implemented Interfaces:
IRecordFactory<JoinEvent>

public final class JoinEventFactory
extends java.lang.Object
implements IRecordFactory<JoinEvent>
Since:
1.8
Author:
Jan Waller
  • Field Summary

    Fields inherited from interface kieker.common.record.factory.IRecordFactory

    UNKNOWN_RECORD_SIZE
  • Constructor Summary

    Constructors 
    Constructor Description
    JoinEventFactory()  
  • Method Summary

    Modifier and Type Method Description
    JoinEvent 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait