kieker.tools.opad.filter
Class ExtractionFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.opad.filter.ExtractionFilter
- All Implemented Interfaces:
- IAnalysisComponent, IFilterPlugin, IPlugin
public class ExtractionFilter
- extends AbstractFilterPlugin
An instance of this class extracts the data from incoming records.
- Since:
- 1.9
- Author:
- Tom Frotscher
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState |
INPUT_PORT_NAME_VALUE
public static final String INPUT_PORT_NAME_VALUE
- See Also:
- Constant Field Values
OUTPUT_PORT_NAME_VALUE
public static final String OUTPUT_PORT_NAME_VALUE
- See Also:
- Constant Field Values
CONFIG_PROPERTY_NAME_TIMEUNIT
public static final String CONFIG_PROPERTY_NAME_TIMEUNIT
- See Also:
- Constant Field Values
CONFIG_PROPERTY_VALUE_TIMEUNIT
public static final String CONFIG_PROPERTY_VALUE_TIMEUNIT
- See Also:
- Constant Field Values
ExtractionFilter
public ExtractionFilter(Configuration configuration,
IProjectContext projectContext)
getCurrentConfiguration
public Configuration getCurrentConfiguration()
- Description copied from class:
AbstractAnalysisComponent
- This method should deliver a
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.
- Specified by:
getCurrentConfiguration
in interface IAnalysisComponent
- Specified by:
getCurrentConfiguration
in interface IPlugin
- Specified by:
getCurrentConfiguration
in class AbstractAnalysisComponent
- Returns:
- A completely filled configuration object.
inputExecutionRecord
public void inputExecutionRecord(NamedDoubleRecord record)
Copyright 2014 Kieker Project, http://kieker-monitoring.net>