Class TraceInformation

java.lang.Object
kieker.tools.trace.analysis.systemModel.TraceInformation

@Deprecated public class TraceInformation extends Object
Deprecated.
1.15 moved to kieker-model
This class stores trace meta-information, such as the trace ID. This kept separate from the actual trace information to allow references to traces without the need to keep the trace itself.
Since:
1.6
Author:
Holger Knoche
  • Constructor Details

    • TraceInformation

      public TraceInformation(long traceId, String sessionId)
      Deprecated.
      Creates a new trace information object using the given data.
      Parameters:
      traceId - The trace ID to use
      sessionId - The session ID to use
  • Method Details

    • getTraceId

      public long getTraceId()
      Deprecated.
      Returns the trace ID.
      Returns:
      See above
    • getSessionId

      public String getSessionId()
      Deprecated.
      Returns the trace's session ID, if any.
      Returns:
      See above. Note that this ID may be null.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Deprecated.
      Overrides:
      equals in class Object