Kieker 1.10

Uses of Class
kieker.analysis.plugin.annotation.InputPort

Packages that use InputPort
kieker.analysis.plugin.filter.flow   
kieker.analysis.plugin.filter.forward   
kieker.analysis.plugin.filter.record   
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.filter.sink   
kieker.analysis.plugin.filter.visualization   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer.filter   
kieker.tools.opad.filter   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.executionRecordTransformation   
kieker.tools.traceAnalysis.filter.flow   
kieker.tools.traceAnalysis.filter.sessionReconstruction   
kieker.tools.traceAnalysis.filter.traceFilter   
kieker.tools.traceAnalysis.filter.traceReconstruction   
kieker.tools.traceAnalysis.filter.traceWriter   
kieker.tools.traceAnalysis.filter.visualization   
kieker.tools.traceAnalysis.filter.visualization.callTree   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram   
 

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 GCDisplayFilter.input(GCRecord record)
          This method represents the input port receiving the incoming events.
 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.
 void ThreadsStatusDisplayFilter.input(ThreadsStatusRecord 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 RecordConverter.convert(OperationExecutionRecord oer)
          Receives OperationExecutionRecords and delivers them converted to NamedDoubleRecords.
 void ForecastingFilter.inputEvent(NamedDoubleTimeSeriesPoint input)
          Represents the input port for measurements.
 void ExtractionFilter.inputExecutionRecord(NamedDoubleRecord record)
           
 void AnomalyScoreCalculationFilter.inputForecastAndMeasurement(IForecastMeasurementPair fmp)
          Representing the input port for pairs of measurements and forecasts.
 void AnomalyDetectionFilter.inputForecastAndMeasurement(StorableDetectionResult anomalyScore)
           
 void UniteMeasurementPairFilter.inputForecastValue(IForecastMeasurementPair input)
           
 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)
           
 

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.sessionReconstruction
 

Methods in kieker.tools.traceAnalysis.filter.sessionReconstruction with annotations of type InputPort
 void SessionReconstructionFilter.processExecutionTrace(ExecutionTrace executionTrace)
          Processes an incoming execution.
 

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.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net