Modifier and Type | Method and Description |
---|---|
void |
EventRecordTraceReconstructionFilter.newEvent(IFlowRecord record)
This method is the input port for the new events for this filter.
|
void |
EventRecordTraceReconstructionFilter.newEvent(java.lang.Long timestamp)
This method is the input port for the timeout.
|
void |
TraceAggregationFilter.newEvent(java.lang.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.
|
void |
ThreadEvent2TraceEventFilter.readInput(IMonitoringRecord event) |
Modifier and Type | Method and Description |
---|---|
void |
ListCollectionFilter.input(T data)
This method represents the input port.
|
void |
StringBufferFilter.inputEvent(java.lang.Object object) |
void |
TeeFilter.inputEvent(java.lang.Object object)
This method is the input port of the filter receiving incoming objects.
|
void |
CountingFilter.inputEvent(java.lang.Object event)
This method represents the input port of this filter.
|
void |
AnalysisThroughputFilter.inputObjects(java.lang.Object object) |
void |
AnalysisThroughputFilter.inputTime(java.lang.Long timestamp) |
Modifier and Type | Method and Description |
---|---|
void |
MonitoringThroughputFilter.inputRecord(IMonitoringRecord record) |
void |
RealtimeRecordDelayFilter.inputRecord(IMonitoringRecord monitoringRecord)
This method represents the input port of this filter.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PlainTextWebVisualization.inputEvents(java.lang.Object event)
This method represents the input port for the incoming objects.
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentTimeEventGenerationFilter.inputRecord(IMonitoringRecord record)
This method represents the input port for new records.
|
void |
CurrentTimeEventGenerationFilter.inputTimestamp(java.lang.Long timestamp)
Evaluates the given timestamp internal current time which may lead to
newly generated events via
CurrentTimeEventGenerationFilter.OUTPUT_PORT_NAME_CURRENT_TIME_RECORD . |
Modifier and Type | Method and Description |
---|---|
void |
MonitoringRecordLoggerFilter.inputIMonitoringRecord(IMonitoringRecord record)
This method represents the input port.
|
Modifier and Type | Method and Description |
---|---|
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 |
AnomalyScoreVisualizationFilter.inputNormal(StorableDetectionResult record) |
void |
TimeSeriesPointAggregatorFilter.inputTSPoint(NamedDoubleTimeSeriesPoint input)
This method represents the input port for the incoming measurements.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractMessageTraceProcessingFilter.inputMessageTraces(MessageTrace mt)
This is the (abstract) input port for the incoming message traces.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionRecordTransformationFilter.inputOperationExecutionRecords(OperationExecutionRecord execRec)
This method represents the input port, processing incoming operation execution records.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionReconstructionFilter.processExecutionTrace(ExecutionTrace executionTrace)
Processes an incoming execution.
|
Modifier and Type | Method and Description |
---|---|
void |
TraceEquivalenceClassFilter.newExecutionTrace(ExecutionTrace et)
This method represents the input port of this filter, processing incoming execution traces.
|
Modifier and Type | Method and Description |
---|---|
void |
TraceReconstructionFilter.inputExecutions(Execution execution)
This method represents the input port of this filter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TraceCallTreeFilter.inputMessageTraces(MessageTrace mt) |
void |
AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace t) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentDependencyGraphAllocationFilter.inputMessageTraces(MessageTrace t)
This is the (abstract) input port for the incoming message traces.
|
void |
ComponentDependencyGraphAssemblyFilter.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.
|
void |
OperationDependencyGraphAllocationFilter.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceDiagramFilter.inputMessageTraces(MessageTrace mt) |
Copyright 2017 Kieker Project, http://kieker-monitoring.net