Package | Description |
---|---|
kieker.analysis.plugin.filter.flow |
Copyright 2020 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 2020 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 2020 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 2020 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.sink |
Copyright 2020 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.visualization |
Copyright 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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 2020 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.
|
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 |
TraceAggregationFilter.newEvent(java.lang.Long timestamp)
This method is the input port for the timeout.
|
void |
EventRecordTraceReconstructionFilter.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 |
CountingFilter.inputEvent(java.lang.Object event)
This method represents the input port of this filter.
|
void |
StringBufferFilter.inputEvent(java.lang.Object object)
Deprecated.
|
void |
TeeFilter.inputEvent(java.lang.Object object)
This method is the input port of the filter receiving incoming objects.
|
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 |
TraceIdFilter.inputCombined(IMonitoringRecord record)
This method represents an input port for both operation execution and flow records.
|
void |
TimestampFilter.inputCombined(IMonitoringRecord record) |
void |
TypeFilter.inputEvents(java.lang.Object event)
This method represents the input port for the incoming objects.
|
void |
TimestampFilter.inputIMonitoringRecord(IMonitoringRecord record) |
void |
TraceIdFilter.inputOperationExecutionRecord(OperationExecutionRecord record)
This method represents an input port for operation execution records.
|
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.inputTraceEvent(IFlowRecord record)
This method represents an input port for flow records.
|
void |
TimestampFilter.inputTraceEvent(IFlowRecord record)
This method represents the input port receiving trace events to be selected
by a specific timestamp selector.
|
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 |
---|---|
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 |
AbstractAggregatedCallTreeFilter.inputMessageTraces(MessageTrace trace) |
void |
TraceCallTreeFilter.inputMessageTraces(MessageTrace mt) |
Modifier and Type | Method and Description |
---|---|
void |
OperationDependencyGraphAllocationFilter.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 |
ComponentDependencyGraphAllocationFilter.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 |
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 2020 Kieker Project, http://kieker-monitoring.net