Uses of Interface
kieker.common.record.flow.IFlowRecord
| 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.trace.flow |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
| 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.plugin.filter.flow |
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.plugin.filter.select |
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.util.stage | |
| kieker.common.record.database | |
| kieker.common.record.flow | |
| kieker.common.record.flow.thread | |
| kieker.common.record.flow.trace | |
| kieker.common.record.flow.trace.concurrency | |
| kieker.common.record.flow.trace.concurrency.monitor | |
| kieker.common.record.flow.trace.operation | |
| kieker.common.record.flow.trace.operation.constructor | |
| kieker.common.record.flow.trace.operation.constructor.object | |
| kieker.common.record.flow.trace.operation.object | |
| kieker.common.record.session |
-
Uses of IFlowRecord in kieker.analysis.architecture.recovery
Methods in kieker.analysis.architecture.recovery with parameters of type IFlowRecord Modifier and Type Method Description protected voidOperationAndCallGeneratorStage. execute(IFlowRecord element)protected voidOperationPresentInModelEventReleaseControlStage. execute(IFlowRecord element) -
Uses of IFlowRecord in kieker.analysis.architecture.trace.flow
Methods in kieker.analysis.architecture.trace.flow that return types with arguments of type IFlowRecord Modifier and Type Method Description teetime.framework.InputPort<IFlowRecord>EventRecordTraceReconstructionStage. getTraceRecordsInputPort()Methods in kieker.analysis.architecture.trace.flow with parameters of type IFlowRecord Modifier and Type Method Description booleanFlowTraceEventMatcher. checkControlEvent(OperationEvent controlEvent, IFlowRecord baseEvent)booleanFlowTraceEventMatcher. keepControlEvent(IFlowRecord baseEvent)protected voidAbstractEventRecordTraceReconstructionStage. newFlowRecordEvent(IFlowRecord record)This method is the input port for the new events for this filter.booleanFlowTraceEventMatcher. requiresControlEvent(IFlowRecord baseEvent) -
Uses of IFlowRecord in kieker.analysis.architecture.trace.reconstruction
Methods in kieker.analysis.architecture.trace.reconstruction with parameters of type IFlowRecord Modifier and Type Method Description protected voidFlowRecordTraceReconstructionStage. execute(IFlowRecord record) -
Uses of IFlowRecord in kieker.analysis.behavior
Methods in kieker.analysis.behavior with parameters of type IFlowRecord Modifier and Type Method Description protected voidCreateEntryLevelEventStage. execute(IFlowRecord element) -
Uses of IFlowRecord in kieker.analysis.plugin.filter.flow
Methods in kieker.analysis.plugin.filter.flow with parameters of type IFlowRecord Modifier and Type Method Description voidEventRecordTraceReconstructionFilter. newEvent(IFlowRecord record)Deprecated.This method is the input port for the new events for this filter. -
Uses of IFlowRecord in kieker.analysis.plugin.filter.select
Methods in kieker.analysis.plugin.filter.select with parameters of type IFlowRecord Modifier and Type Method Description voidTimestampFilter. inputTraceEvent(IFlowRecord record)Deprecated.This method represents the input port receiving trace events to be selected by a specific timestamp selector.voidTraceIdFilter. inputTraceEvent(IFlowRecord record)Deprecated.This method represents an input port for flow records. -
Uses of IFlowRecord in kieker.analysis.util.stage
Methods in kieker.analysis.util.stage that return types with arguments of type IFlowRecord Modifier and Type Method Description teetime.framework.OutputPort<IFlowRecord>AllowedRecordsFilter. getOutputPort() -
Uses of IFlowRecord in kieker.common.record.database
Classes in kieker.common.record.database that implement IFlowRecord Modifier and Type Class Description classAfterDatabaseEventclassBeforeDatabaseEventclassDatabaseFailedEvent -
Uses of IFlowRecord in kieker.common.record.flow
Subinterfaces of IFlowRecord in kieker.common.record.flow Modifier and Type Interface Description interfaceICallObjectRecordinterfaceICallRecordinterfaceIConstructorRecordinterfaceIEventRecordinterfaceIExceptionRecordinterfaceIInterfaceRecordinterfaceIObjectRecordinterfaceIOperationRecordinterfaceIThreadBasedRecordinterfaceITraceRecordClasses in kieker.common.record.flow that implement IFlowRecord Modifier and Type Class Description classAbstractEvent -
Uses of IFlowRecord in kieker.common.record.flow.thread
Classes in kieker.common.record.flow.thread that implement IFlowRecord Modifier and Type Class Description classAbstractThreadBasedEventclassAfterFailedThreadBasedEventclassAfterThreadBasedEventclassBeforeThreadBasedEvent -
Uses of IFlowRecord in kieker.common.record.flow.trace
Classes in kieker.common.record.flow.trace that implement IFlowRecord Modifier and Type Class Description classAbstractTraceEventclassApplicationTraceMetadataclassConstructionEventclassTraceMetadata -
Uses of IFlowRecord in kieker.common.record.flow.trace.concurrency
Classes in kieker.common.record.flow.trace.concurrency that implement IFlowRecord Modifier and Type Class Description classJoinEventclassSplitEvent -
Uses of IFlowRecord in kieker.common.record.flow.trace.concurrency.monitor
Classes in kieker.common.record.flow.trace.concurrency.monitor that implement IFlowRecord Modifier and Type Class Description classAbstractMonitorEventclassMonitorEntryEventclassMonitorExitEventclassMonitorNotifyAllEventclassMonitorNotifyEventclassMonitorRequestEventclassMonitorWaitEvent -
Uses of IFlowRecord in kieker.common.record.flow.trace.operation
Classes in kieker.common.record.flow.trace.operation that implement IFlowRecord Modifier and Type Class Description classAbstractOperationEventclassAfterOperationEventclassAfterOperationFailedEventclassBeforeOperationEventclassCallOperationEventclassEntryLevelBeforeOperationEvent -
Uses of IFlowRecord in kieker.common.record.flow.trace.operation.constructor
Classes in kieker.common.record.flow.trace.operation.constructor that implement IFlowRecord Modifier and Type Class Description classAfterConstructorEventclassAfterConstructorFailedEventclassBeforeConstructorEventclassCallConstructorEvent -
Uses of IFlowRecord in kieker.common.record.flow.trace.operation.constructor.object
Classes in kieker.common.record.flow.trace.operation.constructor.object that implement IFlowRecord Modifier and Type Class Description classAfterConstructorFailedObjectEventclassAfterConstructorObjectEventclassBeforeConstructorObjectEventclassBeforeConstructorObjectInterfaceEventclassCallConstructorObjectEvent -
Uses of IFlowRecord in kieker.common.record.flow.trace.operation.object
Classes in kieker.common.record.flow.trace.operation.object that implement IFlowRecord Modifier and Type Class Description classAfterOperationFailedObjectEventclassAfterOperationObjectEventclassBeforeOperationObjectEventclassBeforeOperationObjectInterfaceEventclassCallOperationObjectEventclassEntryLevelBeforeOperationObjectEvent -
Uses of IFlowRecord in kieker.common.record.session
Classes in kieker.common.record.session that implement IFlowRecord Modifier and Type Class Description classSessionEndEventclassSessionStartEvent