Kieker 1.5

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

Packages that use IFilterPlugin
kieker.analysis.plugin.filter   
kieker.analysis.plugin.filter.forward   
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.filter.trace   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.executionRecordTransformation   
kieker.tools.traceAnalysis.filter.flow   
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.callTree   
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph   
kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram   
 

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

Classes in kieker.analysis.plugin.filter.forward that implement IFilterPlugin
 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 TeeFilter
          This filter has exactly one input port and one output port.
 

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 TypeFilter
          This filter has exactly one input port and one output port.
 

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

Classes in kieker.analysis.plugin.filter.trace that implement IFilterPlugin
 class TraceIdFilter
          Allows to filter Traces about their traceIds.
 

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
 

Classes in kieker.tools.logReplayer that implement IFilterPlugin
 class RealtimeReplayDistributor
          IMonitoringRecordConsumerPlugin that distributes the log records to the worker thread for "real time" replays.
This class has exactly one input port named "in" and one output ports named "out".
TODO: Currently this class can not be used for the later analysis tool, as the objects for the constructor cannot be configured with a configuration object.
 class RealtimeReplayWorker
          A Runnable to be scheduled via the RealtimeReplayDistributor TODO This plugin has to be rewritten in 1.6 to be initializable without further methods (initialize(...))
 

Uses of IFilterPlugin in kieker.tools.traceAnalysis.filter
 

Classes in kieker.tools.traceAnalysis.filter that implement IFilterPlugin
 class AbstractExecutionTraceProcessingFilter
           
 class AbstractInvalidExecutionTraceProcessingFilter
           
 class AbstractMessageTraceProcessingFilter
           
 class AbstractTimestampFilter
           
 class AbstractTraceAnalysisFilter
           
 class AbstractTraceIdFilter
          Convenience class for plugins filtering by trace IDs.
 class AbstractTraceProcessingFilter
           
 

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 EventRecordTraceGenerationFilter
          TODO: The implementation of this plugin was based on the TraceReconstructionFilter.
 class EventTrace2ExecutionAndMessageTraceFilter
          This filter converts an event-based trace to an execution-based trace.
 

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
          This class has exactly one input port named "in" and two output ports named "messageTraceOutput", "executionTraceOutput".
 

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


Kieker 1.5

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