Uses of Interface
kieker.model.analysismodel.deployment.DeploymentModel
Package | Description |
---|---|
kieker.analysis.architecture.recovery |
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.recovery.assembler |
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.recovery.storage |
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.reconstruction |
This package contains all processing filters bundled with kieker.
|
kieker.model.analysismodel.deployment | |
kieker.model.analysismodel.deployment.impl | |
kieker.model.analysismodel.deployment.util |
-
Uses of DeploymentModel in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return DeploymentModel Modifier and Type Method Description DeploymentModel
StaticModelsAssemblerStage. getDeploymentModel()
Methods in kieker.analysis.architecture.recovery with parameters of type DeploymentModel Modifier and Type Method Description void
DeploymentModelPrinter. print(DeploymentModel model)
Constructors in kieker.analysis.architecture.recovery with parameters of type DeploymentModel Constructor Description CallEvent2OperationCallStage(DeploymentModel deploymentModel)
OperationPresentInModelEventReleaseControlStage(DeploymentModel deploymentModel)
StaticModelsAssemblerStage(TypeModel typeModel, AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel, SignatureExtractor signatureExtractor)
Create a static model assembler stage. -
Uses of DeploymentModel in kieker.analysis.architecture.recovery.assembler
Constructors in kieker.analysis.architecture.recovery.assembler with parameters of type DeploymentModel Constructor Description OperationDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
StorageDeploymentModelAssembler(AssemblyModel assemblyModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of DeploymentModel in kieker.analysis.architecture.recovery.storage
Constructors in kieker.analysis.architecture.recovery.storage with parameters of type DeploymentModel Constructor Description ExecutionModelDataflowAssemblerStage(ExecutionModel executionModel, DeploymentModel deploymentModel, SourceModel sourceModel, java.lang.String sourceLabel)
-
Uses of DeploymentModel in kieker.analysis.architecture.trace.reconstruction
Constructors in kieker.analysis.architecture.trace.reconstruction with parameters of type DeploymentModel Constructor Description FlowRecordTraceReconstructionStage(DeploymentModel deploymentModel, java.time.temporal.TemporalUnit temporalUnit)
TraceReconstructionBuffer(DeploymentModel deploymentModel, TraceMetadata traceMetadata, java.time.temporal.TemporalUnit temporalUnit)
-
Uses of DeploymentModel in kieker.model.analysismodel.deployment
Methods in kieker.model.analysismodel.deployment that return DeploymentModel Modifier and Type Method Description DeploymentModel
DeploymentFactory. createDeploymentModel()
Returns a new object of class 'Model'. -
Uses of DeploymentModel in kieker.model.analysismodel.deployment.impl
Classes in kieker.model.analysismodel.deployment.impl that implement DeploymentModel Modifier and Type Class Description class
DeploymentModelImpl
An implementation of the model object 'Model'.Methods in kieker.model.analysismodel.deployment.impl that return DeploymentModel Modifier and Type Method Description DeploymentModel
DeploymentFactoryImpl. createDeploymentModel()
-
Uses of DeploymentModel in kieker.model.analysismodel.deployment.util
Methods in kieker.model.analysismodel.deployment.util with parameters of type DeploymentModel Modifier and Type Method Description T
DeploymentSwitch. caseDeploymentModel(DeploymentModel object)
Returns the result of interpreting the object as an instance of 'Model'.