Uses of Class
kieker.analysis.architecture.trace.flow.TraceEventRecords
Package | Description |
---|---|
kieker.analysis.architecture.trace |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.architecture.trace.flow |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.plugin.trace |
-
Uses of TraceEventRecords in kieker.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace with parameters of type TraceEventRecords Modifier and Type Method Description protected void
InvalidEventRecordTraceCounter. execute(TraceEventRecords invalidTrace)
protected void
TraceEventRecords2ExecutionAndMessageTraceStage. execute(TraceEventRecords traceEventRecords)
protected void
ValidEventRecordTraceCounter. execute(TraceEventRecords trace)
-
Uses of TraceEventRecords in kieker.analysis.architecture.trace.flow
Methods in kieker.analysis.architecture.trace.flow that return types with arguments of type TraceEventRecords Modifier and Type Method Description teetime.framework.OutputPort<TraceEventRecords>
AbstractEventRecordTraceReconstructionStage. getInvalidTracesOutputPort()
teetime.framework.InputPort<TraceEventRecords>
TraceRecordsTraceReconstructionStage. getTraceEventRecordsInputPort()
teetime.framework.OutputPort<TraceEventRecords>
AbstractEventRecordTraceReconstructionStage. getValidTracesOutputPort()
-
Uses of TraceEventRecords in kieker.analysis.plugin.trace
Methods in kieker.analysis.plugin.trace that return types with arguments of type TraceEventRecords Modifier and Type Method Description teetime.framework.InputPort<TraceEventRecords>
EventRecordTraceCounter. getInvalidEventRecordTraceInputPort()
Deprecated.teetime.framework.InputPort<TraceEventRecords>
EventRecordTraceCounter. getValidEventRecordTraceInputPort()
Deprecated.