Class TraceInformation
java.lang.Object
kieker.tools.trace.analysis.systemModel.TraceInformation
@Deprecated
public class TraceInformation
extends java.lang.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 Summary
Constructors Constructor Description TraceInformation(long traceId, java.lang.String sessionId)
Deprecated.Creates a new trace information object using the given data. -
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object other)
Deprecated.java.lang.String
getSessionId()
Deprecated.Returns the trace's session ID, if any.long
getTraceId()
Deprecated.Returns the trace ID.int
hashCode()
Deprecated.
-
Constructor Details
-
TraceInformation
public TraceInformation(long traceId, java.lang.String sessionId)Deprecated.Creates a new trace information object using the given data.- Parameters:
traceId
- The trace ID to usesessionId
- The session ID to use
-
-
Method Details
-
getTraceId
public long getTraceId()Deprecated.Returns the trace ID.- Returns:
- See above
-
getSessionId
public java.lang.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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)Deprecated.- Overrides:
equals
in classjava.lang.Object
-