Uses of Class
kieker.analysis.plugin.annotation.InputPort
| Package | Description |
|---|---|
| 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.forward |
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.record |
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.tools.currentTimeEventGenerator |
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.tools.trace.analysis.filter |
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.tools.trace.analysis.filter.executionRecordTransformation |
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.tools.trace.analysis.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.tools.trace.analysis.filter.sessionReconstruction |
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.tools.trace.analysis.filter.traceFilter |
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.tools.trace.analysis.filter.traceReconstruction |
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.tools.trace.analysis.filter.traceWriter |
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.tools.trace.analysis.filter.visualization |
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.tools.trace.analysis.filter.visualization.callTree |
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.tools.trace.analysis.filter.visualization.dependencyGraph |
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.tools.trace.analysis.filter.visualization.sequenceDiagram |
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.
|
-
Uses of InputPort in kieker.analysis.plugin.filter.flow
Methods in kieker.analysis.plugin.filter.flow with annotations of type InputPort Modifier and Type Method Description voidEventRecordTraceReconstructionFilter. newEvent(java.lang.Long timestamp)Deprecated.This method is the input port for the timeout.voidEventRecordTraceReconstructionFilter. newEvent(IFlowRecord record)Deprecated.This method is the input port for the new events for this filter.voidTraceAggregationFilter. newEvent(java.lang.Long timestamp)Deprecated.This method is the input port for the timeout.voidTraceAggregationFilter. newEvent(TraceEventRecords traceEventRecords)Deprecated.This method is the input port for incoming traces.voidEventRecordTraceReconstructionFilter. newTraceEventRecord(TraceEventRecords traceEventRecords)Deprecated.This method is the input port for the new events for this filter.voidThreadEvent2TraceEventFilter. readInput(IMonitoringRecord event)Deprecated. -
Uses of InputPort in kieker.analysis.plugin.filter.forward
Methods in kieker.analysis.plugin.filter.forward with annotations of type InputPort Modifier and Type Method Description voidListCollectionFilter. input(T data)Deprecated.This method represents the input port.voidCountingFilter. inputEvent(java.lang.Object event)Deprecated.This method represents the input port of this filter.voidStringBufferFilter. inputEvent(java.lang.Object object)Deprecated.voidTeeFilter. inputEvent(java.lang.Object object)Deprecated.This method is the input port of the filter receiving incoming objects.voidAnalysisThroughputFilter. inputObjects(java.lang.Object object)Deprecated.voidAnalysisThroughputFilter. inputTime(java.lang.Long timestamp)Deprecated. -
Uses of InputPort in kieker.analysis.plugin.filter.record
Methods in kieker.analysis.plugin.filter.record with annotations of type InputPort Modifier and Type Method Description voidMonitoringThroughputFilter. inputRecord(IMonitoringRecord record)Deprecated.voidRealtimeRecordDelayFilter. inputRecord(IMonitoringRecord monitoringRecord)Deprecated.This method represents the input port of this filter. -
Uses of InputPort in kieker.analysis.plugin.filter.select
Methods in kieker.analysis.plugin.filter.select with annotations of type InputPort Modifier and Type Method Description voidTimestampFilter. inputCombined(IMonitoringRecord record)Deprecated.voidTraceIdFilter. inputCombined(IMonitoringRecord record)Deprecated.This method represents an input port for both operation execution and flow records.voidTypeFilter. inputEvents(java.lang.Object event)Deprecated.This method represents the input port for the incoming objects.voidTimestampFilter. inputIMonitoringRecord(IMonitoringRecord record)Deprecated.voidTimestampFilter. inputOperationExecutionRecord(OperationExecutionRecord execution)Deprecated.This method represents the input port receiving trace events to be selected by a specific timestamp selector (based on tin and tout).voidTraceIdFilter. inputOperationExecutionRecord(OperationExecutionRecord record)Deprecated.This method represents an input port for operation execution records.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 InputPort in kieker.tools.currentTimeEventGenerator
Methods in kieker.tools.currentTimeEventGenerator with annotations of type InputPort Modifier and Type Method Description voidCurrentTimeEventGenerationFilter. inputRecord(IMonitoringRecord record)Deprecated.This method represents the input port for new records.voidCurrentTimeEventGenerationFilter. inputTimestamp(java.lang.Long timestamp)Deprecated.Evaluates the given timestamp internal current time which may lead to newly generated events viaCurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD. -
Uses of InputPort in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter with annotations of type InputPort Modifier and Type Method Description abstract voidAbstractMessageTraceProcessingFilter. inputMessageTraces(MessageTrace mt)Deprecated.This is the (abstract) input port for the incoming message traces. -
Uses of InputPort in kieker.tools.trace.analysis.filter.executionRecordTransformation
Methods in kieker.tools.trace.analysis.filter.executionRecordTransformation with annotations of type InputPort Modifier and Type Method Description voidExecutionRecordTransformationFilter. inputOperationExecutionRecords(OperationExecutionRecord operationExecutionRecord)Deprecated.This method represents the input port, processing incoming operation execution records. -
Uses of InputPort in kieker.tools.trace.analysis.filter.flow
Methods in kieker.tools.trace.analysis.filter.flow with annotations of type InputPort Modifier and Type Method Description voidEventRecordTraceCounter. inputInvalidTrace(TraceEventRecords invalidTrace)Deprecated.This method represents the input port for the invalid traces.voidTraceEventRecords2ExecutionAndMessageTraceFilter. inputTraceEvents(TraceEventRecords traceEventRecords)Deprecated.This method represents the input port, processing incoming trace event records.voidEventRecordTraceCounter. inputValidTrace(TraceEventRecords validTrace)Deprecated.This method represents the input port for the valid traces. -
Uses of InputPort in kieker.tools.trace.analysis.filter.sessionReconstruction
Methods in kieker.tools.trace.analysis.filter.sessionReconstruction with annotations of type InputPort Modifier and Type Method Description voidSessionReconstructionFilter. processExecutionTrace(ExecutionTrace executionTrace)Deprecated.Processes an incoming execution. -
Uses of InputPort in kieker.tools.trace.analysis.filter.traceFilter
Methods in kieker.tools.trace.analysis.filter.traceFilter with annotations of type InputPort Modifier and Type Method Description voidTraceEquivalenceClassFilter. newExecutionTrace(ExecutionTrace et)Deprecated.This method represents the input port of this filter, processing incoming execution traces. -
Uses of InputPort in kieker.tools.trace.analysis.filter.traceReconstruction
Methods in kieker.tools.trace.analysis.filter.traceReconstruction with annotations of type InputPort Modifier and Type Method Description voidTraceReconstructionFilter. inputExecutions(Execution execution)Deprecated.This method represents the input port of this filter. -
Uses of InputPort in kieker.tools.trace.analysis.filter.traceWriter
Methods in kieker.tools.trace.analysis.filter.traceWriter with annotations of type InputPort Modifier and Type Method Description voidMessageTraceWriterFilter. inputMessageTraces(MessageTrace mt)Deprecated.This is the (abstract) input port for the incoming message traces.voidExecutionTraceWriterFilter. newExecutionTrace(ExecutionTrace et)Deprecated.This method represents the input port of this filter.voidInvalidExecutionTraceWriterFilter. newInvalidExecutionTrace(InvalidExecutionTrace et)Deprecated.This method represents the input port of this filter. -
Uses of InputPort in kieker.tools.trace.analysis.filter.visualization
Methods in kieker.tools.trace.analysis.filter.visualization with annotations of type InputPort Modifier and Type Method Description voidAbstractGraphFilter. processGraph(G graph)Deprecated.Processes the given graph.voidGraphWriterPlugin. writeGraph(AbstractGraph<?,?,?> graph)Deprecated.Formats a given graph and saves the generated specification to disk. -
Uses of InputPort in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree with annotations of type InputPort Modifier and Type Method Description voidAbstractAggregatedCallTreeFilter. inputMessageTraces(MessageTrace trace)Deprecated.voidTraceCallTreeFilter. inputMessageTraces(MessageTrace mt)Deprecated. -
Uses of InputPort in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with annotations of type InputPort Modifier and Type Method Description voidComponentDependencyGraphAllocationFilter. inputMessageTraces(MessageTrace t)Deprecated.This is the (abstract) input port for the incoming message traces.voidComponentDependencyGraphAssemblyFilter. inputMessageTraces(MessageTrace t)Deprecated.This is the (abstract) input port for the incoming message traces.voidContainerDependencyGraphFilter. inputMessageTraces(MessageTrace t)Deprecated.This is the (abstract) input port for the incoming message traces.voidOperationDependencyGraphAllocationFilter. inputMessageTraces(MessageTrace t)Deprecated.This is the (abstract) input port for the incoming message traces.voidOperationDependencyGraphAssemblyFilter. inputMessageTraces(MessageTrace t)Deprecated.This is the (abstract) input port for the incoming message traces. -
Uses of InputPort in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram
Methods in kieker.tools.trace.analysis.filter.visualization.sequenceDiagram with annotations of type InputPort Modifier and Type Method Description voidSequenceDiagramFilter. inputMessageTraces(MessageTrace mt)Deprecated.