public class TraceInformation
extends java.lang.Object
Constructor and Description |
---|
TraceInformation(long traceId,
java.lang.String sessionId)
Creates a new trace information object using the given data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getSessionId()
Returns the trace's session ID, if any.
|
long |
getTraceId()
Returns the trace ID.
|
int |
hashCode() |
public TraceInformation(long traceId, java.lang.String sessionId)
traceId
- The trace ID to usesessionId
- The session ID to usepublic long getTraceId()
public java.lang.String getSessionId()
null
.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Copyright 2017 Kieker Project, http://kieker-monitoring.net