Class EmptyRecordFactory

java.lang.Object
kieker.common.record.misc.EmptyRecordFactory
All Implemented Interfaces:
IRecordFactory<EmptyRecord>

public final class EmptyRecordFactory
extends java.lang.Object
implements IRecordFactory<EmptyRecord>
Since:
0.95a
Author:
Andre van Hoorn, Jan Waller
  • Field Summary

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

    UNKNOWN_RECORD_SIZE
  • Constructor Summary

    Constructors 
    Constructor Description
    EmptyRecordFactory()  
  • Method Summary

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