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 booleanequals(java.lang.Object obj)intgetCount()AbstractTraceEvent[]getTraceEvents()Delivers the stored trace events.TraceMetadatagetTraceMetadata()Delivers the stored traces.inthashCode()voidsetCount(int count)java.lang.StringtoString()
-
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:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-