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 void
OperationAndCallGeneratorStage. execute(IFlowRecord element)
protected void
OperationPresentInModelEventReleaseControlStage. 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 boolean
FlowTraceEventMatcher. checkControlEvent(OperationEvent controlEvent, IFlowRecord baseEvent)
boolean
FlowTraceEventMatcher. keepControlEvent(IFlowRecord baseEvent)
protected void
AbstractEventRecordTraceReconstructionStage. newFlowRecordEvent(IFlowRecord record)
This method is the input port for the new events for this filter.boolean
FlowTraceEventMatcher. 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 void
FlowRecordTraceReconstructionStage. 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 void
CreateEntryLevelEventStage. 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 void
EventRecordTraceReconstructionFilter. 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 void
TimestampFilter. inputTraceEvent(IFlowRecord record)
Deprecated.This method represents the input port receiving trace events to be selected by a specific timestamp selector.void
TraceIdFilter. 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 class
AfterDatabaseEvent
class
BeforeDatabaseEvent
class
DatabaseFailedEvent
-
Uses of IFlowRecord in kieker.common.record.flow
Subinterfaces of IFlowRecord in kieker.common.record.flow Modifier and Type Interface Description interface
ICallObjectRecord
interface
ICallRecord
interface
IConstructorRecord
interface
IEventRecord
interface
IExceptionRecord
interface
IInterfaceRecord
interface
IObjectRecord
interface
IOperationRecord
interface
IThreadBasedRecord
interface
ITraceRecord
Classes in kieker.common.record.flow that implement IFlowRecord Modifier and Type Class Description class
AbstractEvent
-
Uses of IFlowRecord in kieker.common.record.flow.thread
Classes in kieker.common.record.flow.thread that implement IFlowRecord Modifier and Type Class Description class
AbstractThreadBasedEvent
class
AfterFailedThreadBasedEvent
class
AfterThreadBasedEvent
class
BeforeThreadBasedEvent
-
Uses of IFlowRecord in kieker.common.record.flow.trace
Classes in kieker.common.record.flow.trace that implement IFlowRecord Modifier and Type Class Description class
AbstractTraceEvent
class
ApplicationTraceMetadata
class
ConstructionEvent
class
TraceMetadata
-
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 class
JoinEvent
class
SplitEvent
-
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 class
AbstractMonitorEvent
class
MonitorEntryEvent
class
MonitorExitEvent
class
MonitorNotifyAllEvent
class
MonitorNotifyEvent
class
MonitorRequestEvent
class
MonitorWaitEvent
-
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 class
AbstractOperationEvent
class
AfterOperationEvent
class
AfterOperationFailedEvent
class
BeforeOperationEvent
class
CallOperationEvent
class
EntryLevelBeforeOperationEvent
-
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 class
AfterConstructorEvent
class
AfterConstructorFailedEvent
class
BeforeConstructorEvent
class
CallConstructorEvent
-
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 class
AfterConstructorFailedObjectEvent
class
AfterConstructorObjectEvent
class
BeforeConstructorObjectEvent
class
BeforeConstructorObjectInterfaceEvent
class
CallConstructorObjectEvent
-
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 class
AfterOperationFailedObjectEvent
class
AfterOperationObjectEvent
class
BeforeOperationObjectEvent
class
BeforeOperationObjectInterfaceEvent
class
CallOperationObjectEvent
class
EntryLevelBeforeOperationObjectEvent
-
Uses of IFlowRecord in kieker.common.record.session
Classes in kieker.common.record.session that implement IFlowRecord Modifier and Type Class Description class
SessionEndEvent
class
SessionStartEvent