Uses of Class
kieker.model.repository.SystemModelRepository
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.analysis.plugin.trace | |
kieker.model.repository |
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.visualization.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.visualization.trace.call.tree |
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.visualization.trace.dependency.graph |
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 SystemModelRepository in kieker.analysis.architecture.trace
Methods in kieker.analysis.architecture.trace that return SystemModelRepository Modifier and Type Method Description SystemModelRepository
AbstractTraceAnalysisStage. getSystemModelRepository()
Methods in kieker.analysis.architecture.trace with parameters of type SystemModelRepository Modifier and Type Method Description static Execution
AbstractTraceAnalysisStage. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, java.lang.String componentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
static Execution
AbstractTraceAnalysisStage. createExecutionByEntityNames(SystemModelRepository systemModelRepository, java.lang.String executionContainerName, java.lang.String assemblyComponentTypeName, Signature operationSignature, long traceId, java.lang.String sessionId, int eoi, int ess, long tin, long tout, boolean assumed)
Constructors in kieker.analysis.architecture.trace with parameters of type SystemModelRepository Constructor Description AbstractTraceAnalysisStage(SystemModelRepository systemModelRepository)
AbstractTraceProcessingStage(SystemModelRepository systemModelRepository)
Creates a new instance of this class using the given parameters.TraceEventRecords2ExecutionAndMessageTraceStage(SystemModelRepository repository, boolean enhanceJavaConstructors, boolean enhanceCallDetection, boolean ignoreAssumedCalls)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.analysis.architecture.trace.execution
Constructors in kieker.analysis.architecture.trace.execution with parameters of type SystemModelRepository Constructor Description ExecutionRecordTransformationStage(SystemModelRepository repository)
Creates a new instance of this class using the given parameters.TraceEquivalenceClassFilter(SystemModelRepository systemModelRepository, TraceEquivalenceClassFilter.TraceEquivalenceClassModes equivalenceMode)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.analysis.architecture.trace.reconstruction
Constructors in kieker.analysis.architecture.trace.reconstruction with parameters of type SystemModelRepository Constructor Description TraceReconstructionStage(SystemModelRepository repository, java.util.concurrent.TimeUnit timeunit, boolean ignoreInvalidTraces, java.lang.Long maxTraceDuration)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.analysis.architecture.trace.sink
Constructors in kieker.analysis.architecture.trace.sink with parameters of type SystemModelRepository Constructor Description ExecutionTraceWriterFilter(SystemModelRepository repository, java.io.File outputFile)
Creates a new instance of this class using the given parameters.InvalidExecutionTraceWriterSink(SystemModelRepository repository, java.io.File outputFile)
Creates a new instance of this class using the given parameters.MessageTraceWriterFilter(SystemModelRepository repository, java.io.File outputFile)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.analysis.generic.sink
Constructors in kieker.analysis.generic.sink with parameters of type SystemModelRepository Constructor Description SystemModel2FileSink(SystemModelRepository repository, java.nio.file.Path outputFilePath)
-
Uses of SystemModelRepository in kieker.analysis.plugin.trace
Constructors in kieker.analysis.plugin.trace with parameters of type SystemModelRepository Constructor Description AbstractExecutionTraceProcessingFilter(SystemModelRepository systemModelRepository)
Deprecated.Creates a new instance of this class using the given parameters.AbstractMessageTraceProcessingFilter(SystemModelRepository repository)
Deprecated.Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.model.repository
Methods in kieker.model.repository that return SystemModelRepository Modifier and Type Method Description protected SystemModelRepository
AbstractRepository. getSystemFactory()
Constructors in kieker.model.repository with parameters of type SystemModelRepository Constructor Description AbstractRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.AllocationComponentOperationPairFactory(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.AllocationRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.AssemblyComponentOperationPairFactory(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.AssemblyRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.ExecutionEnvironmentRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.OperationRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.TypeRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.visualization.trace
Constructors in kieker.visualization.trace with parameters of type SystemModelRepository Constructor Description AbstractGraphProducingFilter(SystemModelRepository repository, G graph)
Creates a new graph-producing filter using the given configuration and the given graph.SequenceDiagramFilter(SystemModelRepository repository, SequenceDiagramFilter.SDModes sdmode, java.lang.String outputFnBase, boolean shortLabels)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.visualization.trace.call.tree
Constructors in kieker.visualization.trace.call.tree with parameters of type SystemModelRepository Constructor Description AbstractAggregatedCallTreeFilter(SystemModelRepository repository, boolean includeWeights, boolean shortLabels, java.lang.String dotOutputFile)
Creates a new instance of this class using the given parameters.AbstractCallTreeFilter(SystemModelRepository repository)
Creates a new instance of this class using the given parameters.AggregatedAllocationComponentOperationCallTreeFilter(SystemModelRepository repository, boolean includeWeights, boolean shortLabels, java.lang.String dotOutputFile)
Creates a new instance of this class using the given parameters.AggregatedAssemblyComponentOperationCallTreeFilter(SystemModelRepository repository, boolean includeWeights, boolean shortLabels, java.lang.String dotOutputFile)
Creates a new instance of this class using the given parameters.TraceCallTreeFilter(SystemModelRepository repository, boolean shortLabels, java.lang.String dotOutputFn)
Creates a new instance of this class using the given parameters. -
Uses of SystemModelRepository in kieker.visualization.trace.dependency.graph
Constructors in kieker.visualization.trace.dependency.graph with parameters of type SystemModelRepository Constructor Description AbstractDependencyGraphFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit, AbstractDependencyGraph<T> graph)
Creates a new abstract dependency graph filter using the given data.ComponentDependencyGraphAllocationFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
Creates a new filter using the given configuration.ComponentDependencyGraphAssemblyFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
Creates a new filter using the given parameters.ContainerDependencyGraphFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
Creates a new filter using the given parameters.OperationDependencyGraphAllocationFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
Creates a new filter using the given parameters.OperationDependencyGraphAssemblyFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit)
Creates a new filter using the given parameters.