Class UptimeRecordFactory

java.lang.Object
kieker.common.record.jvm.UptimeRecordFactory
All Implemented Interfaces:
IRecordFactory<UptimeRecord>

public final class UptimeRecordFactory
extends java.lang.Object
implements IRecordFactory<UptimeRecord>
Since:
1.10
Author:
Nils Christian Ehmke
  • Field Summary

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

    UNKNOWN_RECORD_SIZE
  • Constructor Summary

    Constructors 
    Constructor Description
    UptimeRecordFactory()  
  • Method Summary

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