| Package | Description | 
|---|---|
| kieker.analysis.plugin.filter.select | 
 Copyright 2020 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.sink | 
 Copyright 2020 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.sink.display | 
 Collection of display filters. 
 | 
| kieker.analysisteetime.plugin.filter.select.timestampfilter.components | |
| kieker.analysisteetime.plugin.filter.select.traceidfilter.components | |
| kieker.common.record.controlflow | |
| kieker.tools.trace.analysis.filter.executionRecordTransformation | 
 Copyright 2020 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TraceIdFilter.inputOperationExecutionRecord(OperationExecutionRecord record)
This method represents an input port for operation execution records. 
 | 
void | 
TimestampFilter.inputOperationExecutionRecord(OperationExecutionRecord execution)
This method represents the input port receiving trace events to be selected
 by a specific timestamp selector (based on tin and tout). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MethodAndComponentFlowDisplayFilter.input(OperationExecutionRecord record)
This method represents the input port receiving the incoming events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MethodAndComponentFlowDisplayFilter.execute(OperationExecutionRecord record)
This method represents the input port receiving the incoming events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
OperationExecutionRecordTimestampFilter.execute(OperationExecutionRecord execution)  | 
protected long | 
OperationExecutionRecordTimestampFilter.getRecordSpecificTimestamp(OperationExecutionRecord execution)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected long | 
OperationExecutionTraceIdFilter.getRecordsTraceId(OperationExecutionRecord record)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperationExecutionRecord | 
OperationExecutionRecordFactory.create(IValueDeserializer deserializer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecutionRecordTransformationFilter.inputOperationExecutionRecords(OperationExecutionRecord execRec)
This method represents the input port, processing incoming operation execution records. 
 | 
Copyright 2020 Kieker Project, http://kieker-monitoring.net