Uses of Class
kieker.tools.trace.analysis.systemModel.ExecutionTrace
Package | Description |
---|---|
kieker.tools.trace.analysis.filter.sessionReconstruction |
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.traceFilter |
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.traceWriter |
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.systemModel |
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 ExecutionTrace in kieker.tools.trace.analysis.filter.sessionReconstruction
Methods in kieker.tools.trace.analysis.filter.sessionReconstruction with parameters of type ExecutionTrace Modifier and Type Method Description void
SessionReconstructionFilter. processExecutionTrace(ExecutionTrace executionTrace)
Deprecated.Processes an incoming execution. -
Uses of ExecutionTrace in kieker.tools.trace.analysis.filter.traceFilter
Methods in kieker.tools.trace.analysis.filter.traceFilter that return types with arguments of type ExecutionTrace Modifier and Type Method Description java.util.concurrent.ConcurrentMap<ExecutionTrace,java.lang.Integer>
TraceEquivalenceClassFilter. getEquivalenceClassMap()
Deprecated.Methods in kieker.tools.trace.analysis.filter.traceFilter with parameters of type ExecutionTrace Modifier and Type Method Description void
TraceEquivalenceClassFilter. newExecutionTrace(ExecutionTrace et)
Deprecated.This method represents the input port of this filter, processing incoming execution traces. -
Uses of ExecutionTrace in kieker.tools.trace.analysis.filter.traceWriter
Methods in kieker.tools.trace.analysis.filter.traceWriter with parameters of type ExecutionTrace Modifier and Type Method Description void
ExecutionTraceWriterFilter. newExecutionTrace(ExecutionTrace et)
Deprecated.This method represents the input port of this filter. -
Uses of ExecutionTrace in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return ExecutionTrace Modifier and Type Method Description ExecutionTrace
InvalidExecutionTrace. getInvalidExecutionTraceArtifacts()
Deprecated.Delivers the wrapped execution trace.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type ExecutionTrace Modifier and Type Method Description protected java.util.Comparator<? super ExecutionTrace>
ExecutionTraceBasedSession. getOrderComparator()
Deprecated.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type ExecutionTrace Constructor Description InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)
Deprecated.Creates a new instance of this class using the given parameters.