Uses of Interface
kieker.analysis.behavior.signature.processor.ITraceSignatureProcessor
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.signature.processor |
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 ITraceSignatureProcessor in kieker.analysis.behavior
Constructors in kieker.analysis.behavior with parameters of type ITraceSignatureProcessor 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 ITraceSignatureProcessor in kieker.analysis.behavior.signature.processor
Classes in kieker.analysis.behavior.signature.processor that implement ITraceSignatureProcessor Modifier and Type Class Description class
BasicTraceSignatureProcessor
Constructors in kieker.analysis.behavior.signature.processor with parameters of type ITraceSignatureProcessor Constructor Description TraceSignatureProcessorFilter(ITraceSignatureProcessor processor)
Create the cleanup.