kieker.analysis.plugin.filter.trace
Class TraceIdFilter
java.lang.Object
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.analysis.plugin.filter.trace.TraceIdFilter
- All Implemented Interfaces:
- IFilterPlugin, IPlugin
public final class TraceIdFilter
- extends AbstractFilterPlugin
Allows to filter Traces about their traceIds.
This class has exactly one input port and one output port. If the received object
contains the defined traceID, the object is delivered unmodified to the output port.
- Author:
- Andre van Hoorn, Jan Waller
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
areAllRepositoryPortsConnected, connect, connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getIncomingPlugins, getName, getPluginDescription, getPluginName, getState, isConnectionAllowed, shutdown, start |
INPUT_PORT_NAME_FLOW
public static final String INPUT_PORT_NAME_FLOW
- See Also:
- Constant Field Values
INPUT_PORT_NAME_EXECUTION
public static final String INPUT_PORT_NAME_EXECUTION
- See Also:
- Constant Field Values
INPUT_PORT_NAME_COMBINED
public static final String INPUT_PORT_NAME_COMBINED
- See Also:
- Constant Field Values
OUTPUT_PORT_NAME_MATCH
public static final String OUTPUT_PORT_NAME_MATCH
- See Also:
- Constant Field Values
OUTPUT_PORT_NAME_MISMATCH
public static final String OUTPUT_PORT_NAME_MISMATCH
- See Also:
- Constant Field Values
CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES
public static final String CONFIG_PROPERTY_NAME_SELECT_ALL_TRACES
- See Also:
- Constant Field Values
CONFIG_PROPERTY_NAME_SELECTED_TRACES
public static final String CONFIG_PROPERTY_NAME_SELECTED_TRACES
- See Also:
- Constant Field Values
TraceIdFilter
public TraceIdFilter(Configuration configuration)
getCurrentConfiguration
public final Configuration getCurrentConfiguration()
- Description copied from interface:
IPlugin
- 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.
- Returns:
- A completely filled configuration object.
inputCombined
public void inputCombined(IMonitoringRecord record)
inputTraceEvent
public void inputTraceEvent(IMonitoringRecord record)
inputOperationExecutionRecord
public void inputOperationExecutionRecord(OperationExecutionRecord record)
Copyright 2012 Kieker Project, http://kieker-monitoring.net>