Uses of Class
kieker.analysis.architecture.recovery.events.OperationEvent
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.events | |
kieker.analysis.architecture.trace.flow |
This package contains all processing filters bundled with kieker.
|
kieker.analysis.generic |
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 OperationEvent in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery that return types with arguments of type OperationEvent Modifier and Type Method Description teetime.framework.InputPort<OperationEvent>
StaticModelsAssemblerStage. getInputPort()
teetime.framework.OutputPort<OperationEvent>
OperationAndCallGeneratorStage. getOperationOutputPort()
teetime.framework.OutputPort<OperationEvent>
StaticModelsAssemblerStage. getOutputPort()
-
Uses of OperationEvent in kieker.analysis.architecture.recovery.assembler
Methods in kieker.analysis.architecture.recovery.assembler with parameters of type OperationEvent Modifier and Type Method Description void
OperationAssemblyModelAssembler. assemble(OperationEvent event)
void
OperationDeploymentModelAssembler. assemble(OperationEvent event)
void
OperationTypeModelAssembler. assemble(OperationEvent event)
-
Uses of OperationEvent in kieker.analysis.architecture.recovery.events
Methods in kieker.analysis.architecture.recovery.events that return OperationEvent Modifier and Type Method Description OperationEvent
CallEvent. getCallee()
OperationEvent
CallEvent. getCaller()
Constructors in kieker.analysis.architecture.recovery.events with parameters of type OperationEvent Constructor Description CallEvent(OperationEvent caller, OperationEvent callee, java.time.Duration duration)
-
Uses of OperationEvent in kieker.analysis.architecture.trace.flow
Methods in kieker.analysis.architecture.trace.flow with parameters of type OperationEvent Modifier and Type Method Description boolean
FlowTraceEventMatcher. checkControlEvent(OperationEvent controlEvent, IFlowRecord baseEvent)
-
Uses of OperationEvent in kieker.analysis.generic
Methods in kieker.analysis.generic with parameters of type OperationEvent Modifier and Type Method Description boolean
CallEventMatcher. checkControlEvent(OperationEvent controlEvent, CallEvent baseEvent)