Uses of Class
kieker.model.system.model.ExecutionTrace
| 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.execution | |
| kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.sink |
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.generic.sink | |
| kieker.model.system.model |
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.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace that return types with arguments of type ExecutionTrace Modifier and Type Method Description teetime.framework.OutputPort<ExecutionTrace>TraceEventRecords2ExecutionAndMessageTraceStage. getExecutionTraceOutputPort()Methods in kieker.analysis.architecture.trace with parameters of type ExecutionTrace Modifier and Type Method Description protected voidSessionReconstructionFilter. execute(ExecutionTrace executionTrace)Processes an incoming execution. -
Uses of ExecutionTrace in kieker.analysis.architecture.trace.execution
Methods in kieker.analysis.architecture.trace.execution that return types with arguments of type ExecutionTrace Modifier and Type Method Description java.util.concurrent.ConcurrentMap<ExecutionTrace,java.lang.Integer>TraceEquivalenceClassFilter. getEquivalenceClassMap()teetime.framework.OutputPort<java.util.Map<ExecutionTrace,java.lang.Integer>>TraceEquivalenceClassFilter. getEquivalenceMapOutputPort()teetime.framework.OutputPort<ExecutionTrace>TraceEquivalenceClassFilter. getExecutionTraceOutputPort()Methods in kieker.analysis.architecture.trace.execution with parameters of type ExecutionTrace Modifier and Type Method Description protected voidTraceEquivalenceClassFilter. execute(ExecutionTrace et)This method represents the input port of this filter, processing incoming execution traces. -
Uses of ExecutionTrace in kieker.analysis.architecture.trace.reconstruction
Methods in kieker.analysis.architecture.trace.reconstruction that return types with arguments of type ExecutionTrace Modifier and Type Method Description teetime.framework.OutputPort<ExecutionTrace>TraceReconstructionStage. getExecutionTraceOutputPort() -
Uses of ExecutionTrace in kieker.analysis.architecture.trace.sink
Methods in kieker.analysis.architecture.trace.sink with parameters of type ExecutionTrace Modifier and Type Method Description protected voidExecutionTraceWriterFilter. execute(ExecutionTrace executionTrace) -
Uses of ExecutionTrace in kieker.analysis.generic.sink
Method parameters in kieker.analysis.generic.sink with type arguments of type ExecutionTrace Modifier and Type Method Description protected voidEquivalenceClassWriter. execute(java.util.Map<ExecutionTrace,java.lang.Integer> element) -
Uses of ExecutionTrace in kieker.model.system.model
Methods in kieker.model.system.model that return ExecutionTrace Modifier and Type Method Description ExecutionTraceInvalidExecutionTrace. getInvalidExecutionTraceArtifacts()Delivers the wrapped execution trace.Methods in kieker.model.system.model that return types with arguments of type ExecutionTrace Modifier and Type Method Description protected java.util.Comparator<? super ExecutionTrace>ExecutionTraceBasedSession. getOrderComparator()Constructors in kieker.model.system.model with parameters of type ExecutionTrace Constructor Description InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)Creates a new instance of this class using the given parameters.