Class FullOperationStartData

java.lang.Object
kieker.monitoring.probe.utilities.OperationStartData
kieker.monitoring.probe.utilities.FullOperationStartData

public final class FullOperationStartData
extends OperationStartData
Stores the *full* data of an operation start, to later on produce an execution record
Author:
Lubomir Bulej, David Georg Reichelt
  • Constructor Summary

    Constructors 
    Constructor Description
    FullOperationStartData​(boolean entrypoint, long traceId, long tin, int eoi, int ess, java.lang.String signature)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getOperationSignature()  

    Methods inherited from class kieker.monitoring.probe.utilities.OperationStartData

    getEoi, getEss, getTin, getTraceId, isEntrypoint

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FullOperationStartData

      public FullOperationStartData​(boolean entrypoint, long traceId, long tin, int eoi, int ess, java.lang.String signature)
  • Method Details