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 void
EventRecordTraceReconstructionFilter. newEvent(java.lang.Long timestamp)
Deprecated.This method is the input port for the timeout.void
EventRecordTraceReconstructionFilter. newEvent(IFlowRecord record)
Deprecated.This method is the input port for the new events for this filter.void
TraceAggregationFilter. newEvent(java.lang.Long timestamp)
Deprecated.This method is the input port for the timeout.void
TraceAggregationFilter. newEvent(TraceEventRecords traceEventRecords)
Deprecated.This method is the input port for incoming traces.void
EventRecordTraceReconstructionFilter. newTraceEventRecord(TraceEventRecords traceEventRecords)
Deprecated.This method is the input port for the new events for this filter.void
ThreadEvent2TraceEventFilter. 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 void
ListCollectionFilter. input(T data)
Deprecated.This method represents the input port.void
CountingFilter. inputEvent(java.lang.Object event)
Deprecated.This method represents the input port of this filter.void
StringBufferFilter. inputEvent(java.lang.Object object)
Deprecated.void
TeeFilter. inputEvent(java.lang.Object object)
Deprecated.This method is the input port of the filter receiving incoming objects.void
AnalysisThroughputFilter. inputObjects(java.lang.Object object)
Deprecated.void
AnalysisThroughputFilter. 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 void
MonitoringThroughputFilter. inputRecord(IMonitoringRecord record)
Deprecated.void
RealtimeRecordDelayFilter. 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 void
TimestampFilter. inputCombined(IMonitoringRecord record)
Deprecated.void
TraceIdFilter. inputCombined(IMonitoringRecord record)
Deprecated.This method represents an input port for both operation execution and flow records.void
TypeFilter. inputEvents(java.lang.Object event)
Deprecated.This method represents the input port for the incoming objects.void
TimestampFilter. inputIMonitoringRecord(IMonitoringRecord record)
Deprecated.void
TimestampFilter. 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).void
TraceIdFilter. inputOperationExecutionRecord(OperationExecutionRecord record)
Deprecated.This method represents an input port for operation execution records.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 InputPort in kieker.tools.currentTimeEventGenerator
Methods in kieker.tools.currentTimeEventGenerator with annotations of type InputPort Modifier and Type Method Description void
CurrentTimeEventGenerationFilter. inputRecord(IMonitoringRecord record)
Deprecated.This method represents the input port for new records.void
CurrentTimeEventGenerationFilter. 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 void
AbstractMessageTraceProcessingFilter. 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 void
ExecutionRecordTransformationFilter. 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 void
EventRecordTraceCounter. inputInvalidTrace(TraceEventRecords invalidTrace)
Deprecated.This method represents the input port for the invalid traces.void
TraceEventRecords2ExecutionAndMessageTraceFilter. inputTraceEvents(TraceEventRecords traceEventRecords)
Deprecated.This method represents the input port, processing incoming trace event records.void
EventRecordTraceCounter. 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 void
SessionReconstructionFilter. 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 void
TraceEquivalenceClassFilter. 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 void
TraceReconstructionFilter. 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 void
MessageTraceWriterFilter. inputMessageTraces(MessageTrace mt)
Deprecated.This is the (abstract) input port for the incoming message traces.void
ExecutionTraceWriterFilter. newExecutionTrace(ExecutionTrace et)
Deprecated.This method represents the input port of this filter.void
InvalidExecutionTraceWriterFilter. 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 void
AbstractGraphFilter. processGraph(G graph)
Deprecated.Processes the given graph.void
GraphWriterPlugin. 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 void
AbstractAggregatedCallTreeFilter. inputMessageTraces(MessageTrace trace)
Deprecated.void
TraceCallTreeFilter. 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 void
ComponentDependencyGraphAllocationFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
ComponentDependencyGraphAssemblyFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
ContainerDependencyGraphFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
OperationDependencyGraphAllocationFilter. inputMessageTraces(MessageTrace t)
Deprecated.This is the (abstract) input port for the incoming message traces.void
OperationDependencyGraphAssemblyFilter. 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 void
SequenceDiagramFilter. inputMessageTraces(MessageTrace mt)
Deprecated.