Class TraceEventRecords
java.lang.Object
kieker.analysis.architecture.trace.flow.TraceEventRecords
public final class TraceEventRecords
extends java.lang.Object
- Since:
- 1.5
- Author:
- Jan Waller
-
Constructor Summary
Constructors Constructor Description TraceEventRecords(TraceMetadata trace, AbstractTraceEvent[] traceEvents)
Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
getCount()
AbstractTraceEvent[]
getTraceEvents()
Delivers the stored trace events.TraceMetadata
getTraceMetadata()
Delivers the stored traces.int
hashCode()
void
setCount(int count)
java.lang.String
toString()
-
Constructor Details
-
TraceEventRecords
Creates a new instance of this class using the given parameters.- Parameters:
trace
- The trace to be stored in this object.traceEvents
- The trace events to be stored in this object.
-
-
Method Details
-
getTraceMetadata
Delivers the stored traces.- Returns:
- The traces currently stored in this object.
-
getTraceEvents
Delivers the stored trace events.- Returns:
- The trace events currently stored in this object.
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-