Class TraceInformation
java.lang.Object
kieker.tools.trace.analysis.systemModel.TraceInformation
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
ConstructorsConstructorDescriptionTraceInformation(long traceId, String sessionId) Deprecated.Creates a new trace information object using the given data. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Returns the trace's session ID, if any.longDeprecated.Returns the trace ID.inthashCode()Deprecated.
-
Constructor Details
-
TraceInformation
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
Deprecated.Returns the trace's session ID, if any.- Returns:
- See above. Note that this ID may be
null.
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-