Uses of Interface
kieker.common.record.flow.IEventRecord
-
Uses of IEventRecord in kieker.analysis.generic.time
Methods in kieker.analysis.generic.time with parameters of type IEventRecord Modifier and Type Method Description protected long
EventRecordTimestampFilter. getRecordSpecificTimestamp(IEventRecord record)
-
Uses of IEventRecord in kieker.common.record.database
Classes in kieker.common.record.database that implement IEventRecord Modifier and Type Class Description class
AfterDatabaseEvent
class
BeforeDatabaseEvent
class
DatabaseFailedEvent
-
Uses of IEventRecord in kieker.common.record.flow
Classes in kieker.common.record.flow that implement IEventRecord Modifier and Type Class Description class
AbstractEvent
-
Uses of IEventRecord in kieker.common.record.flow.thread
Classes in kieker.common.record.flow.thread that implement IEventRecord Modifier and Type Class Description class
AbstractThreadBasedEvent
class
AfterFailedThreadBasedEvent
class
AfterThreadBasedEvent
class
BeforeThreadBasedEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace
Classes in kieker.common.record.flow.trace that implement IEventRecord Modifier and Type Class Description class
AbstractTraceEvent
class
ConstructionEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace.concurrency
Classes in kieker.common.record.flow.trace.concurrency that implement IEventRecord Modifier and Type Class Description class
JoinEvent
class
SplitEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace.concurrency.monitor
Classes in kieker.common.record.flow.trace.concurrency.monitor that implement IEventRecord Modifier and Type Class Description class
AbstractMonitorEvent
class
MonitorEntryEvent
class
MonitorExitEvent
class
MonitorNotifyAllEvent
class
MonitorNotifyEvent
class
MonitorRequestEvent
class
MonitorWaitEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace.operation
Classes in kieker.common.record.flow.trace.operation that implement IEventRecord Modifier and Type Class Description class
AbstractOperationEvent
class
AfterOperationEvent
class
AfterOperationFailedEvent
class
BeforeOperationEvent
class
CallOperationEvent
class
EntryLevelBeforeOperationEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace.operation.constructor
Classes in kieker.common.record.flow.trace.operation.constructor that implement IEventRecord Modifier and Type Class Description class
AfterConstructorEvent
class
AfterConstructorFailedEvent
class
BeforeConstructorEvent
class
CallConstructorEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace.operation.constructor.object
Classes in kieker.common.record.flow.trace.operation.constructor.object that implement IEventRecord Modifier and Type Class Description class
AfterConstructorFailedObjectEvent
class
AfterConstructorObjectEvent
class
BeforeConstructorObjectEvent
class
BeforeConstructorObjectInterfaceEvent
class
CallConstructorObjectEvent
-
Uses of IEventRecord in kieker.common.record.flow.trace.operation.object
Classes in kieker.common.record.flow.trace.operation.object that implement IEventRecord Modifier and Type Class Description class
AfterOperationFailedObjectEvent
class
AfterOperationObjectEvent
class
BeforeOperationObjectEvent
class
BeforeOperationObjectInterfaceEvent
class
CallOperationObjectEvent
class
EntryLevelBeforeOperationObjectEvent
-
Uses of IEventRecord in kieker.common.record.session
Classes in kieker.common.record.session that implement IEventRecord Modifier and Type Class Description class
SessionEndEvent
class
SessionStartEvent