Kieker 1.5

Uses of Class
kieker.analysis.plugin.annotation.Plugin

Packages that use Plugin
kieker.analysis.plugin   
kieker.analysis.plugin.filter   
kieker.analysis.plugin.filter.forward   
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.filter.trace   
kieker.analysis.plugin.reader   
kieker.analysis.plugin.reader.database   
kieker.analysis.plugin.reader.filesystem   
kieker.analysis.plugin.reader.jms   
kieker.analysis.plugin.reader.jmx   
kieker.analysis.plugin.reader.namedRecordPipe   
kieker.tools.currentTimeEventGenerator   
kieker.tools.logReplayer   
kieker.tools.traceAnalysis.filter   
kieker.tools.traceAnalysis.filter.executionFilter   
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 Plugin in kieker.analysis.plugin
 

Classes in kieker.analysis.plugin with annotations of type Plugin
 class AbstractPlugin
          Do not inherit directly from this class! Instead inherit from the class AbstractFilterPlugin or AbstractReaderPlugin.
 

Uses of Plugin in kieker.analysis.plugin.filter
 

Classes in kieker.analysis.plugin.filter with annotations of type Plugin
 class AbstractFilterPlugin
          This class should be used as a base for every analysis plugin used within Kieker.
 

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

Classes in kieker.analysis.plugin.filter.forward with annotations of type Plugin
 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 Plugin in kieker.analysis.plugin.filter.select
 

Classes in kieker.analysis.plugin.filter.select with annotations of type Plugin
 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 Plugin in kieker.analysis.plugin.filter.trace
 

Classes in kieker.analysis.plugin.filter.trace with annotations of type Plugin
 class TraceIdFilter
          Allows to filter Traces about their traceIds.
 

Uses of Plugin in kieker.analysis.plugin.reader
 

Classes in kieker.analysis.plugin.reader with annotations of type Plugin
 class AbstractReaderPlugin
          This class should be used as a base for every reader used within Kieker.
 

Uses of Plugin in kieker.analysis.plugin.reader.database
 

Classes in kieker.analysis.plugin.reader.database with annotations of type Plugin
 class DbReader
          A very simple database reader that probably only works for small data sets.
 

Uses of Plugin in kieker.analysis.plugin.reader.filesystem
 

Classes in kieker.analysis.plugin.reader.filesystem with annotations of type Plugin
 class FSReader
          Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
 

Uses of Plugin in kieker.analysis.plugin.reader.jms
 

Classes in kieker.analysis.plugin.reader.jms with annotations of type Plugin
 class JMSReader
          Reads monitoring records from a (remote or local) JMS queue.
 

Uses of Plugin in kieker.analysis.plugin.reader.jmx
 

Classes in kieker.analysis.plugin.reader.jmx with annotations of type Plugin
 class JMXReader
           
 

Uses of Plugin in kieker.analysis.plugin.reader.namedRecordPipe
 

Classes in kieker.analysis.plugin.reader.namedRecordPipe with annotations of type Plugin
 class PipeReader
           
 

Uses of Plugin in kieker.tools.currentTimeEventGenerator
 

Classes in kieker.tools.currentTimeEventGenerator with annotations of type Plugin
 class CurrentTimeEventGenerationFilter
          Generates time events with a given resolution based on the timestamps of incoming IMonitoringRecords.
 

Uses of Plugin in kieker.tools.logReplayer
 

Classes in kieker.tools.logReplayer with annotations of type Plugin
 class FSReaderRealtime
           
 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 Plugin in kieker.tools.traceAnalysis.filter
 

Classes in kieker.tools.traceAnalysis.filter with annotations of type Plugin
 class AbstractExecutionTraceProcessingFilter
           
 class AbstractInvalidExecutionTraceProcessingFilter
           
 class AbstractMessageTraceProcessingFilter
           
 class AbstractTraceAnalysisFilter
           
 class AbstractTraceProcessingFilter
           
 

Uses of Plugin in kieker.tools.traceAnalysis.filter.executionFilter
 

Classes in kieker.tools.traceAnalysis.filter.executionFilter with annotations of type Plugin
 class TimestampFilter
          Allows to filter Execution objects based on their given tin and tout timestamps.
 class TraceIdFilter
          Allows to filter Execution objects based on their trace Id.
This class has exactly one input port named and one output port.
 

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

Classes in kieker.tools.traceAnalysis.filter.executionRecordTransformation with annotations of type Plugin
 class ExecutionRecordTransformationFilter
          Transforms OperationExecutionRecords into Execution objects.
This class has exactly one input port and one output port.
 

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

Classes in kieker.tools.traceAnalysis.filter.flow with annotations of type Plugin
 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 Plugin in kieker.tools.traceAnalysis.filter.systemModel
 

Classes in kieker.tools.traceAnalysis.filter.systemModel with annotations of type Plugin
 class SystemModel2FileFilter
          Writes the contents of a connected SystemModelRepository to files.
 

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

Classes in kieker.tools.traceAnalysis.filter.traceFilter with annotations of type Plugin
 class TraceEquivalenceClassFilter
          This class has exactly one input port named "in" and two output ports named "messageTraceOutput", "executionTraceOutput".
 

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

Classes in kieker.tools.traceAnalysis.filter.traceReconstruction with annotations of type Plugin
 class TraceReconstructionFilter
           
 

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

Classes in kieker.tools.traceAnalysis.filter.traceWriter with annotations of type Plugin
 class ExecutionTraceWriterFilter
          This class has exactly one input port named "in".
 class InvalidExecutionTraceWriterFilter
           
 class MessageTraceWriterFilter
           
 

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

Classes in kieker.tools.traceAnalysis.filter.visualization.callTree with annotations of type Plugin
 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 Plugin in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
 

Classes in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with annotations of type Plugin
 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 Plugin in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram
 

Classes in kieker.tools.traceAnalysis.filter.visualization.sequenceDiagram with annotations of type Plugin
 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