Uses of Interface
kieker.analysis.generic.IControlEventMatcher
Package | Description |
---|---|
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 IControlEventMatcher in kieker.analysis.architecture.trace.flow
Classes in kieker.analysis.architecture.trace.flow that implement IControlEventMatcher Modifier and Type Class Description class
FlowTraceEventMatcher
Control event matcher for flow events, controlled by OperationEvents. -
Uses of IControlEventMatcher in kieker.analysis.generic
Classes in kieker.analysis.generic that implement IControlEventMatcher Modifier and Type Class Description class
CallEventMatcher
Check whether a CallEvent can be released based on an OperationEvent.Constructors in kieker.analysis.generic with parameters of type IControlEventMatcher Constructor Description ControlledEventReleaseStage(IControlEventMatcher<C,B> matcher)