Kieker 1.7

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.select   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer.filter   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.executionFilter   
kieker.tools.traceAnalysis.filter.executionRecordTransformation   
kieker.tools.traceAnalysis.filter.flow   
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.
 

Uses of InputPort in kieker.analysis.plugin.filter.forward
 

Methods in kieker.analysis.plugin.filter.forward with annotations of type InputPort
 void ListCollectionFilter.input(Object 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 CountingThroughputFilter.inputObjects(Object object)
          This method represents the input port for incoming object.
 void RealtimeRecordDelayFilter.inputRecord(IMonitoringRecord monitoringRecord)
           
 void CountingThroughputFilter.inputRecord(IMonitoringRecord record)
          This method represents the input port for incoming records.
 

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

Methods in kieker.tools.traceAnalysis.filter.executionFilter with annotations of type InputPort
 void TraceIdFilter.inputExecution(Execution execution)
          Deprecated. This method represents the input port of this filter, processing incoming execution objects.
 void TimestampFilter.inputExecution(Execution execution)
          Deprecated. This method represents the input port of this filter, processing incoming execution objects.
 

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

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