|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IFlowRecord in kieker.analysis.plugin.filter.flow |
---|
Methods in kieker.analysis.plugin.filter.flow with parameters of type IFlowRecord | |
---|---|
void |
EventRecordTraceReconstructionFilter.newEvent(IFlowRecord record)
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 | |
---|---|
void |
TimestampFilter.inputTraceEvent(IFlowRecord record)
This method represents the input port receiving trace events to be selected by a specific timestamp selector. |
void |
TraceIdFilter.inputTraceEvent(IFlowRecord record)
This method represents an input port for flow records. |
Uses of IFlowRecord in kieker.common.record.flow |
---|
Subinterfaces of IFlowRecord in kieker.common.record.flow | |
---|---|
interface |
ICallObjectRecord
Interface for all flow records that describe operation calls on objects. |
interface |
ICallRecord
Interface for all flow records that describe operation calls. |
interface |
IConstructorRecord
Interface for all flow records that describe constructors. |
interface |
IEventRecord
Interface for all flow records that describe events. |
interface |
IExceptionRecord
Interface for all flow records that describe exceptions. |
interface |
IObjectRecord
Interface for all flow records that describe objects. |
interface |
IOperationRecord
Interface for all flow records that describe operations. |
interface |
ITraceRecord
Interface for all flow records that describe information in traces. |
Classes in kieker.common.record.flow that implement IFlowRecord | |
---|---|
class |
AbstractEvent
|
Uses of IFlowRecord in kieker.common.record.flow.trace |
---|
Classes in kieker.common.record.flow.trace that implement IFlowRecord | |
---|---|
class |
AbstractTraceEvent
|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
AbstractOperationEvent
|
class |
AfterOperationEvent
|
class |
AfterOperationFailedEvent
|
class |
BeforeOperationEvent
|
class |
CallOperationEvent
|
Uses of IFlowRecord in kieker.common.record.flow.trace.operation.constructor |
---|
Classes in kieker.common.record.flow.trace.operation.constructor that implement IFlowRecord | |
---|---|
class |
AfterConstructorEvent
|
class |
AfterConstructorFailedEvent
|
class |
BeforeConstructorEvent
|
class |
CallConstructorEvent
|
Uses of IFlowRecord in kieker.common.record.flow.trace.operation.object |
---|
Classes in kieker.common.record.flow.trace.operation.object that implement IFlowRecord | |
---|---|
class |
AfterOperationFailedObjectEvent
|
class |
AfterOperationObjectEvent
|
class |
BeforeOperationObjectEvent
|
class |
CallOperationObjectEvent
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |