Class AbstractTrace
java.lang.Object
kieker.tools.trace.analysis.systemModel.AbstractTrace
- Direct Known Subclasses:
ExecutionTrace,MessageTrace
Deprecated.
1.15 moved to kieker-model
This is the abstract base for a trace (like a message trace e.g.).
- Since:
- 1.2
- Author:
- Andre van Hoorn
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Default constructor.AbstractTrace(long traceId) Deprecated.Creates a new abstract trace with the given trace ID and a default session ID.AbstractTrace(long traceId, String sessionId) Deprecated.Creates a new abstract trace with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanDeprecated.abstract longDeprecated.Returns this trace's end timestamp.Deprecated.Delivers the ID of the session.abstract longDeprecated.Returns this trace's start timestamp.longDeprecated.Returns this trace's trace ID.Deprecated.Returns information about this trace.inthashCode()Deprecated.
-
Field Details
-
DEFAULT_SESSION_ID
Deprecated.Default value for the session ID.- See Also:
-
NO_TRACE_ID
Deprecated.This constant can be used as an ID to show that the trace has no ID.- See Also:
-
-
Constructor Details
-
AbstractTrace
protected AbstractTrace()Deprecated.Default constructor. -
AbstractTrace
public AbstractTrace(long traceId) Deprecated.Creates a new abstract trace with the given trace ID and a default session ID.- Parameters:
traceId- The trace ID to use for the new trace
-
AbstractTrace
Deprecated.Creates a new abstract trace with the given parameters.- Parameters:
traceId- The trace ID to use for the new tracesessionId- The session ID to use for the new trace
-
-
Method Details
-
getTraceInformation
Deprecated.Returns information about this trace.- Returns:
- See above
-
getTraceId
public long getTraceId()Deprecated.Returns this trace's trace ID.- Returns:
- See above
-
getSessionId
Deprecated.Delivers the ID of the session.- Returns:
- The session ID.
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
getStartTimestamp
public abstract long getStartTimestamp()Deprecated.Returns this trace's start timestamp.- Returns:
- See above
-
getEndTimestamp
public abstract long getEndTimestamp()Deprecated.Returns this trace's end timestamp.- Returns:
- See above
-