Package | Description |
---|---|
kieker.tools.trace.analysis.filter.sessionReconstruction |
Copyright 2020 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 2020 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 2020 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 2020 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionReconstructionFilter.processExecutionTrace(ExecutionTrace executionTrace)
Processes an incoming execution.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentMap<ExecutionTrace,java.lang.Integer> |
TraceEquivalenceClassFilter.getEquivalenceClassMap() |
Modifier and Type | Method and Description |
---|---|
void |
TraceEquivalenceClassFilter.newExecutionTrace(ExecutionTrace et)
This method represents the input port of this filter, processing incoming execution traces.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTraceWriterFilter.newExecutionTrace(ExecutionTrace et)
This method represents the input port of this filter.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTrace |
InvalidExecutionTrace.getInvalidExecutionTraceArtifacts()
Delivers the wrapped execution trace.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Comparator<? super ExecutionTrace> |
ExecutionTraceBasedSession.getOrderComparator() |
Constructor and Description |
---|
InvalidExecutionTrace(ExecutionTrace invalidExecutionTrace)
Creates a new instance of this class using the given parameters.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net