Uses of Class
net.sf.logdistiller.LogDistillation.Plugin

Packages that use LogDistillation.Plugin
net.sf.logdistiller Main classes for LogDistiller
net.sf.logdistiller.plugins Plugins to extend LogDistiller's handling of event groups. 
 

Uses of LogDistillation.Plugin in net.sf.logdistiller
 

Methods in net.sf.logdistiller that return LogDistillation.Plugin
 LogDistillation.Plugin[] LogDistillation.Group.getPlugins()
           
static LogDistillation.Plugin Plugins.newInstance(LogDistiller.Plugin pluginConf)
          Instanciates a new distillation plugin from its distiller configuration.
abstract  LogDistillation.Plugin Plugin.newInstance(LogDistiller.Plugin conf)
           
 

Methods in net.sf.logdistiller with parameters of type LogDistillation.Plugin
abstract  void ReportFormat.PluginReport.beginPluginReport(LogDistillation.Plugin plugin, String description)
           
 

Uses of LogDistillation.Plugin in net.sf.logdistiller.plugins
 

Subclasses of LogDistillation.Plugin in net.sf.logdistiller.plugins
 class FreqPlugin
          Counts the frequency of each attribute's value.
 class SamplingPlugin
          Log sampling plugin: works like FreqPlugin, but saves some log events to a log file.
 



Copyright © 2004-2009. All Rights Reserved.