Kieker 1.10

Uses of Interface
kieker.analysis.plugin.filter.IFilterPlugin

Packages that use IFilterPlugin
kieker.analysis.plugin   
kieker.analysis.plugin.filter   
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.systemModel   
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.descriptions   
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram   
kieker.tools.traceAnalysis.filter.visualization.traceColoring   
 

Uses of IFilterPlugin in kieker.analysis.plugin
 

Classes in kieker.analysis.plugin that implement IFilterPlugin
 class AbstractUpdateableFilterPlugin
          Extends the AbstractFilterPlugin with possibilities to update properties that are marked as updateable.
 

Uses of IFilterPlugin in kieker.analysis.plugin.filter
 

Classes in kieker.analysis.plugin.filter that implement IFilterPlugin
 class AbstractFilterPlugin
          This class should be used as a base for every analysis plugin used within Kieker.
 

Uses of IFilterPlugin in kieker.analysis.plugin.filter.flow
 

Classes in kieker.analysis.plugin.filter.flow that implement IFilterPlugin
 class EventRecordTraceReconstructionFilter
           
 class TraceAggregationFilter
          This filter collects incoming traces for a specified amount of time.
 

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

Classes in kieker.analysis.plugin.filter.forward that implement IFilterPlugin
 class AnalysisThroughputFilter
          An instance of this class computes the throughput in terms of the number of objects received per time unit.
 class CountingFilter
          An instance of this class receives any objects, increments an intern tread-safe counter without printing any message and delivers the unchanged objects to the output.
 class ListCollectionFilter<T>
          This filter collects the incoming objects in a simple synchronized list.
 class StringBufferFilter
          This filter has exactly one input port and one output port.
 class TeeFilter
          This filter has exactly one input port and one output port.
 

Uses of IFilterPlugin in kieker.analysis.plugin.filter.record
 

Classes in kieker.analysis.plugin.filter.record that implement IFilterPlugin
 class MonitoringThroughputFilter
          An instance of this class computes the throughput in terms of the number of records logged within the monitoring instance per time unit.
 class RealtimeRecordDelayFilter
          Forwards incoming IMonitoringRecords with delays computed from the IMonitoringRecord.getLoggingTimestamp() value (assumed to be in the configured resolution).
 

Uses of IFilterPlugin in kieker.analysis.plugin.filter.select
 

Classes in kieker.analysis.plugin.filter.select that implement IFilterPlugin
 class TimestampFilter
          Allows to filter IMonitoringRecord objects based on their given timestamps.
 class TraceIdFilter
          Allows to filter Traces about their traceIds.
 class TypeFilter
          This filter has exactly one input port and one output port.
 

Uses of IFilterPlugin in kieker.analysis.plugin.filter.sink
 

Classes in kieker.analysis.plugin.filter.sink that implement IFilterPlugin
 class CPUUtilizationDisplayFilter
          This is a filter which accepts CPUUtilizationRecord instances and provides different views to visualize them.
 class GCDisplayFilter
           
 class MemSwapUtilizationDisplayFilter
          This is a filter which accepts MemSwapUsageRecord instances and provides different views to visualize them.
 class MethodAndComponentFlowDisplayFilter
          This is a filter which accepts OperationExecutionRecord instances and provides different views to visualize them.
 class ThreadsStatusDisplayFilter
           
 

Uses of IFilterPlugin in kieker.analysis.plugin.filter.visualization
 

Classes in kieker.analysis.plugin.filter.visualization that implement IFilterPlugin
 class AbstractWebVisualizationFilterPlugin
           
 class PlainTextWebVisualization
           
 

Uses of IFilterPlugin in kieker.tools.currentTimeEventGenerator
 

Classes in kieker.tools.currentTimeEventGenerator that implement IFilterPlugin
 class CurrentTimeEventGenerationFilter
          Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
 

Uses of IFilterPlugin in kieker.tools.logReplayer.filter
 

Classes in kieker.tools.logReplayer.filter that implement IFilterPlugin
 class MonitoringRecordLoggerFilter
          Passes IMonitoringRecords received via its input port MonitoringRecordLoggerFilter.INPUT_PORT_NAME_RECORD to its own IMonitoringController instance, which is created based on the Configuration file passed via the filter's property MonitoringRecordLoggerFilter.CONFIG_PROPERTY_NAME_MONITORING_PROPS_FN.
 

Uses of IFilterPlugin in kieker.tools.opad.filter
 

Classes in kieker.tools.opad.filter that implement IFilterPlugin
 class AnomalyDetectionFilter
          This filter separates input values by their reach of a certain threshold (parameter).
 class AnomalyScoreCalculationFilter
          This filter calculates the anomaly score based on the distance between the forecasted and the actual value.
 class AnomalyScoreVisualizationFilter
          This filter provides a simply visualization for the OPAD anomaly detection filter.
 class ExtractionFilter
          An instance of this class extracts the data from incoming records.
 class ForecastingFilter
          Computes a forecast for every incoming measurement from different applications.
 class RecordConverter
          Converts OperationExecutionRecords to NamedDoubleRecords.
 class TimeSeriesPointAggregatorFilter
          This Filter aggregates the incoming DoubleTImeSeriesPoints over a configurable period of time.
 class UniteMeasurementPairFilter
          This Filter brings a Measurement Point and a corresponding Forecasting value together.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter
 

Classes in kieker.tools.traceAnalysis.filter that implement IFilterPlugin
 class AbstractExecutionTraceProcessingFilter
          This is the abstract base for a filter processing execution traces.
 class AbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>
          Abstract superclass for graph-producing filters.
 class AbstractInvalidExecutionTraceProcessingFilter
          This is an abstract base for filters processing invalid execution traces.
 class AbstractMessageTraceProcessingFilter
          This is an abstract base for components which process message traces.
 class AbstractTraceAnalysisFilter
           
 class AbstractTraceProcessingFilter
          This is an abstract base for filters processing traces.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.executionRecordTransformation
 

Classes in kieker.tools.traceAnalysis.filter.executionRecordTransformation that implement IFilterPlugin
 class ExecutionRecordTransformationFilter
          Transforms OperationExecutionRecords into Execution objects.
This class has exactly one input port and one output port.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.flow
 

Classes in kieker.tools.traceAnalysis.filter.flow that implement IFilterPlugin
 class EventRecordTraceCounter
          Counts and reports the number of incoming valid/invalid TraceEventRecords.
 class TraceEventRecords2ExecutionAndMessageTraceFilter
           
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.sessionReconstruction
 

Classes in kieker.tools.traceAnalysis.filter.sessionReconstruction that implement IFilterPlugin
 class SessionReconstructionFilter
          This filter reconstructs sessions from execution or message traces.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.systemModel
 

Classes in kieker.tools.traceAnalysis.filter.systemModel that implement IFilterPlugin
 class SystemModel2FileFilter
          Writes the contents of a connected SystemModelRepository to files.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.traceFilter
 

Classes in kieker.tools.traceAnalysis.filter.traceFilter that implement IFilterPlugin
 class TraceEquivalenceClassFilter
           
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.traceReconstruction
 

Classes in kieker.tools.traceAnalysis.filter.traceReconstruction that implement IFilterPlugin
 class TraceReconstructionFilter
           
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.traceWriter
 

Classes in kieker.tools.traceAnalysis.filter.traceWriter that implement IFilterPlugin
 class ExecutionTraceWriterFilter
          This class has exactly one input port named "in".
 class InvalidExecutionTraceWriterFilter
           
 class MessageTraceWriterFilter
           
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.visualization
 

Classes in kieker.tools.traceAnalysis.filter.visualization that implement IFilterPlugin
 class AbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
          Abstract superclass for all graph filters.
 class GraphWriterPlugin
          Generic graph writer plugin to generate graph specifications and save them to disk.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.visualization.callTree
 

Classes in kieker.tools.traceAnalysis.filter.visualization.callTree that implement IFilterPlugin
 class AbstractAggregatedCallTreeFilter<T>
          This class has exactly one input port named "in".
 class AbstractCallTreeFilter<T>
          Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.
 class AggregatedAllocationComponentOperationCallTreeFilter
           
 class AggregatedAssemblyComponentOperationCallTreeFilter
           
 class TraceCallTreeFilter
          Plugin providing the creation of calling trees both for individual traces and an aggregated form for multiple traces.
This class has exactly one input port named "in".
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 

Classes in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph that implement IFilterPlugin
 class AbstractDependencyGraphFilter<T extends ISystemModelElement>
          Refactored copy from LogAnalysis-legacy tool.
 class ComponentDependencyGraphAllocationFilter
          Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
 class ComponentDependencyGraphAssemblyFilter
          Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
 class ContainerDependencyGraphFilter
          Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
 class OperationDependencyGraphAllocationFilter
          Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
 class OperationDependencyGraphAssemblyFilter
          Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.visualization.descriptions
 

Classes in kieker.tools.traceAnalysis.filter.visualization.descriptions that implement IFilterPlugin
 class DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
          A filter which attaches decorations from a repository to graph entities.
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
 

Classes in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram that implement IFilterPlugin
 class SequenceDiagramFilter
          Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter.visualization.traceColoring
 

Classes in kieker.tools.traceAnalysis.filter.visualization.traceColoring that implement IFilterPlugin
 class TraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>
          This filter sets the color of nodes and edges which belong to a single trace according to a trace coloring schema defined in a color repository (see TraceColorRepository).
 


Kieker 1.10

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