Uses of Class
kieker.analysis.plugin.filter.flow.TraceEventRecords
| Package | Description |
|---|---|
| kieker.analysis.plugin.filter.flow |
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.tools.trace.analysis.filter.flow |
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.
|
-
Uses of TraceEventRecords in kieker.analysis.plugin.filter.flow
Methods in kieker.analysis.plugin.filter.flow with parameters of type TraceEventRecords Modifier and Type Method Description voidTraceAggregationFilter. newEvent(TraceEventRecords traceEventRecords)Deprecated.This method is the input port for incoming traces.voidEventRecordTraceReconstructionFilter. newTraceEventRecord(TraceEventRecords traceEventRecords)Deprecated.This method is the input port for the new events for this filter. -
Uses of TraceEventRecords in kieker.tools.trace.analysis.filter.flow
Methods in kieker.tools.trace.analysis.filter.flow with parameters of type TraceEventRecords Modifier and Type Method Description voidEventRecordTraceCounter. inputInvalidTrace(TraceEventRecords invalidTrace)Deprecated.This method represents the input port for the invalid traces.voidTraceEventRecords2ExecutionAndMessageTraceFilter. inputTraceEvents(TraceEventRecords traceEventRecords)Deprecated.This method represents the input port, processing incoming trace event records.voidEventRecordTraceCounter. inputValidTrace(TraceEventRecords validTrace)Deprecated.This method represents the input port for the valid traces.