|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InputPort in kieker.analysis.plugin.filter.flow |
---|
Methods in kieker.analysis.plugin.filter.flow with annotations of type InputPort | |
---|---|
void |
EventRecordTraceReconstructionFilter.newEvent(IFlowRecord record)
This method is the input port for the new events for this filter. |
void |
TraceAggregationFilter.newEvent(Long timestamp)
This method is the input port for the timeout. |
void |
EventRecordTraceReconstructionFilter.newEvent(Long timestamp)
This method is the input port for the timeout. |
void |
TraceAggregationFilter.newEvent(TraceEventRecords traceEventRecords)
This method is the input port for incoming traces. |
void |
EventRecordTraceReconstructionFilter.newTraceEventRecord(TraceEventRecords traceEventRecords)
This method is the input port for the new events for this filter. |
Uses of InputPort in kieker.analysis.plugin.filter.forward |
---|
Methods in kieker.analysis.plugin.filter.forward with annotations of type InputPort | |
---|---|
void |
ListCollectionFilter.input(T data)
This method represents the input port. |
void |
TeeFilter.inputEvent(Object object)
This method is the input port of the filter receiving incoming objects. |
void |
CountingFilter.inputEvent(Object event)
This method represents the input port of this filter. |
void |
StringBufferFilter.inputEvent(Object object)
|
void |
AnalysisThroughputFilter.inputObjects(Object object)
|
void |
AnalysisThroughputFilter.inputTime(Long timestamp)
|
Uses of InputPort in kieker.analysis.plugin.filter.record |
---|
Methods in kieker.analysis.plugin.filter.record with annotations of type InputPort | |
---|---|
void |
RealtimeRecordDelayFilter.inputRecord(IMonitoringRecord monitoringRecord)
This method represents the input port of this filter. |
void |
MonitoringThroughputFilter.inputRecord(IMonitoringRecord record)
|
Uses of InputPort in kieker.analysis.plugin.filter.select |
---|
Methods in kieker.analysis.plugin.filter.select with annotations of type InputPort | |
---|---|
void |
TimestampFilter.inputCombined(IMonitoringRecord record)
|
void |
TraceIdFilter.inputCombined(IMonitoringRecord record)
This method represents an input port for both operation execution and flow records. |
void |
TypeFilter.inputEvents(Object event)
This method represents the input port for the incoming objects. |
void |
TimestampFilter.inputIMonitoringRecord(IMonitoringRecord record)
|
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). |
void |
TraceIdFilter.inputOperationExecutionRecord(OperationExecutionRecord record)
This method represents an input port for operation execution records. |
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 InputPort in kieker.analysis.plugin.filter.sink |
---|
Methods in kieker.analysis.plugin.filter.sink with annotations of type InputPort | |
---|---|
void |
CPUUtilizationDisplayFilter.input(CPUUtilizationRecord record)
|
void |
MemSwapUtilizationDisplayFilter.input(MemSwapUsageRecord record)
This method represents the input port receiving the incoming events. |
void |
MethodAndComponentFlowDisplayFilter.input(OperationExecutionRecord record)
This method represents the input port receiving the incoming events. |
Uses of InputPort in kieker.analysis.plugin.filter.visualization |
---|
Methods in kieker.analysis.plugin.filter.visualization with annotations of type InputPort | |
---|---|
void |
PlainTextWebVisualization.inputEvents(Object event)
This method represents the input port for the incoming objects. |
Uses of InputPort in kieker.tools.currentTimeEventGenerator |
---|
Methods in kieker.tools.currentTimeEventGenerator with annotations of type InputPort | |
---|---|
void |
CurrentTimeEventGenerationFilter.inputRecord(IMonitoringRecord record)
This method represents the input port for new records. |
void |
CurrentTimeEventGenerationFilter.inputTimestamp(Long timestamp)
Evaluates the given timestamp internal current time which may lead to newly generated events via CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD . |
Uses of InputPort in kieker.tools.logReplayer.filter |
---|
Methods in kieker.tools.logReplayer.filter with annotations of type InputPort | |
---|---|
void |
MonitoringRecordLoggerFilter.inputIMonitoringRecord(IMonitoringRecord record)
This method represents the input port. |
Uses of InputPort in kieker.tools.opad.filter |
---|
Methods in kieker.tools.opad.filter with annotations of type InputPort | |
---|---|
void |
ForecastingFilter.inputEvent(NamedDoubleTimeSeriesPoint input)
|
void |
ExtractionFilter.inputExecutionRecord(NamedDoubleRecord record)
|
void |
AnomalyScoreCalculationFilter.inputForecastAndMeasurement(IForecastMeasurementPair fmp)
|
void |
AnomalyDetectionFilter.inputForecastAndMeasurement(StorableDetectionResult anomalyScore)
|
void |
UniteMeasurementPairFilter.inputForecastValue(IForecastMeasurementPair input)
Method that represents the input port for incoming forecast. |
void |
AnomalyScoreVisualizationFilter.inputNormal(StorableDetectionResult record)
|
void |
TimeSeriesPointAggregatorFilter.inputTSPoint(NamedDoubleTimeSeriesPoint input)
This method represents the input port for the incoming measurements. |
void |
UniteMeasurementPairFilter.inputTSPoint(NamedDoubleTimeSeriesPoint input)
Method that represents the input port for incoming measurements. |
Uses of InputPort in kieker.tools.traceAnalysis.filter |
---|
Methods in kieker.tools.traceAnalysis.filter with annotations of type InputPort | |
---|---|
abstract void |
AbstractMessageTraceProcessingFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.executionRecordTransformation |
---|
Methods in kieker.tools.traceAnalysis.filter.executionRecordTransformation with annotations of type InputPort | |
---|---|
void |
ExecutionRecordTransformationFilter.inputOperationExecutionRecords(OperationExecutionRecord execRec)
This method represents the input port, processing incoming operation execution records. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.flow |
---|
Methods in kieker.tools.traceAnalysis.filter.flow with annotations of type InputPort | |
---|---|
void |
EventRecordTraceCounter.inputInvalidTrace(TraceEventRecords invalidTrace)
This method represents the input port for the invalid traces. |
void |
TraceEventRecords2ExecutionAndMessageTraceFilter.inputTraceEvents(TraceEventRecords traceEventRecords)
This method represents the input port, processing incoming trace event records. |
void |
EventRecordTraceCounter.inputValidTrace(TraceEventRecords validTrace)
This method represents the input port for the valid traces. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.traceFilter |
---|
Methods in kieker.tools.traceAnalysis.filter.traceFilter with annotations of type InputPort | |
---|---|
void |
TraceEquivalenceClassFilter.newExecutionTrace(ExecutionTrace et)
This method represents the input port of this filter, processing incoming execution traces. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.traceReconstruction |
---|
Methods in kieker.tools.traceAnalysis.filter.traceReconstruction with annotations of type InputPort | |
---|---|
void |
TraceReconstructionFilter.inputExecutions(Execution execution)
This method represents the input port of this filter. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.traceWriter |
---|
Methods in kieker.tools.traceAnalysis.filter.traceWriter with annotations of type InputPort | |
---|---|
void |
MessageTraceWriterFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces. |
void |
ExecutionTraceWriterFilter.newExecutionTrace(ExecutionTrace et)
This method represents the input port of this filter. |
void |
InvalidExecutionTraceWriterFilter.newInvalidExecutionTrace(InvalidExecutionTrace et)
This method represents the input port of this filter. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.visualization |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization with annotations of type InputPort | |
---|---|
void |
AbstractGraphFilter.processGraph(G graph)
Processes the given graph. |
void |
GraphWriterPlugin.writeGraph(AbstractGraph<?,?,?> graph)
Formats a given graph and saves the generated specification to disk. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.visualization.callTree |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.callTree with annotations of type InputPort | |
---|---|
void |
TraceCallTreeFilter.inputMessageTraces(MessageTrace mt)
|
void |
AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace t)
|
Uses of InputPort in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with annotations of type InputPort | |
---|---|
void |
ComponentDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces. |
void |
ComponentDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces. |
void |
ContainerDependencyGraphFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces. |
void |
OperationDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces. |
void |
OperationDependencyGraphAssemblyFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces. |
Uses of InputPort in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram with annotations of type InputPort | |
---|---|
void |
SequenceDiagramFilter.inputMessageTraces(MessageTrace mt)
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |