Package kieker.analysis.behavior
Class UserSessionGeneratorCompositeStage
java.lang.Object
teetime.framework.CompositeStage
kieker.analysis.behavior.UserSessionGeneratorCompositeStage
public class UserSessionGeneratorCompositeStage
extends teetime.framework.CompositeStage
Create user sessions based on @{link EntryCallEvent}s.
- Since:
- 2.0.0
- Author:
- Lars Jürgensen
-
Field Summary
Fields inherited from class teetime.framework.CompositeStage
DEFAULT_PIPE_CAPACITY -
Constructor Summary
ConstructorsConstructorDescriptionUserSessionGeneratorCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, Long userSessionTimeout) Create the user session generator stage. -
Method Summary
Modifier and TypeMethodDescriptionteetime.framework.InputPort<EntryCallEvent>teetime.framework.InputPort<ISessionEvent>teetime.framework.OutputPort<UserSession>Methods inherited from class teetime.framework.CompositeStage
connectPorts, connectPorts, createInputPort, createOutputPort
-
Constructor Details
-
UserSessionGeneratorCompositeStage
public UserSessionGeneratorCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, Long userSessionTimeout) Create the user session generator stage.- Parameters:
entryCallMatcher- matcher to check on entry calls to filter out requests that do not belong to the behavior, e.g., loading imagestraceSignatureProcessor- cleanup rewriteruserSessionTimeout- defines after how many nano seconds a session is considered to be timed out
-
-
Method Details
-
getInputPort
-
getSessionEventInputPort
-
getSessionOutputPort
-