Kieker 1.4

Uses of Interface
kieker.analysis.plugin.IAnalysisPlugin

Packages that use IAnalysisPlugin
kieker.analysis   
kieker.analysis.plugin   
kieker.tools.logReplayer   
kieker.tools.traceAnalysis.plugins   
kieker.tools.traceAnalysis.plugins.executionFilter   
kieker.tools.traceAnalysis.plugins.executionRecordTransformation   
kieker.tools.traceAnalysis.plugins.messageTraceRepository   
kieker.tools.traceAnalysis.plugins.traceFilter   
kieker.tools.traceAnalysis.plugins.traceReconstruction   
kieker.tools.traceAnalysis.plugins.traceWriter   
kieker.tools.traceAnalysis.plugins.visualization.callTree   
kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph   
kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram   
 

Uses of IAnalysisPlugin in kieker.analysis
 

Methods in kieker.analysis with parameters of type IAnalysisPlugin
 void AnalysisController.registerPlugin(IAnalysisPlugin plugin)
          Registers the passed plug-in c.
 

Uses of IAnalysisPlugin in kieker.analysis.plugin
 

Subinterfaces of IAnalysisPlugin in kieker.analysis.plugin
 interface IMonitoringRecordConsumerPlugin
           
 

Classes in kieker.analysis.plugin that implement IAnalysisPlugin
 class DummyRecordConsumer
           
 class MonitoringRecordTypeLogger
           
 class SilentCountingRecordConsumer
           
 

Uses of IAnalysisPlugin in kieker.tools.logReplayer
 

Classes in kieker.tools.logReplayer that implement IAnalysisPlugin
 class RealtimeReplayDistributor
          IMonitoringRecordConsumerPlugin that distributes the log records to the worker thread for "real time" replays.
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins
 

Classes in kieker.tools.traceAnalysis.plugins that implement IAnalysisPlugin
 class AbstractExecutionTraceProcessingPlugin
           
 class AbstractInvalidExecutionTraceProcessingPlugin
           
 class AbstractMessageTraceProcessingPlugin
           
 class AbstractTraceAnalysisPlugin
           
 class AbstractTraceProcessingPlugin
           
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.executionFilter
 

Classes in kieker.tools.traceAnalysis.plugins.executionFilter that implement IAnalysisPlugin
 class TimestampFilter
          Allows to filter Execution objects based on their tin and tout timestamps.
 class TraceIdFilter
          Allows to filter Execution objects based on their traceId.
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.executionRecordTransformation
 

Classes in kieker.tools.traceAnalysis.plugins.executionRecordTransformation that implement IAnalysisPlugin
 class ExecutionRecordTransformationFilter
          Transforms KiekerExecutionRecords into Execution objects.
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.messageTraceRepository
 

Classes in kieker.tools.traceAnalysis.plugins.messageTraceRepository that implement IAnalysisPlugin
 class MessageTraceRepositoryPlugin
           
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.traceFilter
 

Classes in kieker.tools.traceAnalysis.plugins.traceFilter that implement IAnalysisPlugin
 class TraceEquivalenceClassFilter
           
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.traceReconstruction
 

Classes in kieker.tools.traceAnalysis.plugins.traceReconstruction that implement IAnalysisPlugin
 class TraceReconstructionFilter
           
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.traceWriter
 

Classes in kieker.tools.traceAnalysis.plugins.traceWriter that implement IAnalysisPlugin
 class ExecutionTraceWriterPlugin
           
 class InvalidExecutionTraceWriterPlugin
           
 class MessageTraceWriterPlugin
           
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.visualization.callTree
 

Classes in kieker.tools.traceAnalysis.plugins.visualization.callTree that implement IAnalysisPlugin
 class AbstractCallTreePlugin<T>
          Plugin providing the creation of calling trees both for individual traces and an aggregated form mulitple traces.
 class AggregatedAllocationComponentOperationCallTreePlugin
           
 class AggregatedAssemblyComponentOperationCallTreePlugin
           
 class AggregatedCallTreePlugin<T>
           
 class TraceCallTreePlugin
          Plugin providing the creation of calling trees both for individual traces and an aggregated form mulitple traces.
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
 

Classes in kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph that implement IAnalysisPlugin
 class AbstractDependencyGraphPlugin<T>
          Refactored copy from LogAnalysis-legacy tool
 class ComponentDependencyGraphPluginAllocation
          Refactored copy from LogAnalysis-legacy tool
 class ComponentDependencyGraphPluginAssembly
          Refactored copy from LogAnalysis-legacy tool
 class ContainerDependencyGraphPlugin
          Refactored copy from LogAnalysis-legacy tool
 class OperationDependencyGraphPluginAllocation
          Refactored copy from LogAnalysis-legacy tool
 class OperationDependencyGraphPluginAssembly
          Refactored copy from LogAnalysis-legacy tool
 

Uses of IAnalysisPlugin in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram
 

Classes in kieker.tools.traceAnalysis.plugins.visualization.sequenceDiagram that implement IAnalysisPlugin
 class SequenceDiagramPlugin
          Refactored copy from LogAnalysis-legacy tool
 


Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net