Uses of Interface
kieker.analysis.behavior.acceptance.matcher.IEntryCallAcceptanceMatcher
Package | Description |
---|---|
kieker.analysis.behavior |
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.behavior.acceptance.matcher |
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 IEntryCallAcceptanceMatcher in kieker.analysis.behavior
Constructors in kieker.analysis.behavior with parameters of type IEntryCallAcceptanceMatcher Constructor Description ModelGenerationCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, java.lang.Long userSessionTimeout, boolean waitForCompleteTrace)
Generating user behavior graphs.UserSessionGeneratorCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, java.lang.Long userSessionTimeout)
Create the user session generator stage. -
Uses of IEntryCallAcceptanceMatcher in kieker.analysis.behavior.acceptance.matcher
Classes in kieker.analysis.behavior.acceptance.matcher that implement IEntryCallAcceptanceMatcher Modifier and Type Class Description class
GenericEntryCallAcceptanceMatcher
Allows to match operation and class signatures regarding a set of patterns to decide whether they belong to the user behavior.Constructors in kieker.analysis.behavior.acceptance.matcher with parameters of type IEntryCallAcceptanceMatcher Constructor Description SessionAcceptanceFilter(IEntryCallAcceptanceMatcher matcher)
Create an acceptance filter with an external matcher.