Class TraceEventRecords
java.lang.Object
kieker.analysis.plugin.filter.flow.TraceEventRecords
Deprecated.
1.15 moved to new location kieker.analysis.filter.flow
- Since:
- 1.5
- Author:
- Jan Waller
-
Constructor Summary
ConstructorsConstructorDescriptionTraceEventRecords(TraceMetadata trace, AbstractTraceEvent[] traceEvents) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
-
Constructor Details
-
TraceEventRecords
Deprecated.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
Deprecated.Delivers the stored traces.- Returns:
- The traces currently stored in this object.
-
getTraceEvents
Deprecated.Delivers the stored trace events.- Returns:
- The trace events currently stored in this object.
-
getCount
public int getCount()Deprecated. -
setCount
public void setCount(int count) Deprecated. -
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-