Class AnalysisThroughputFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.analysis.plugin.filter.forward.AnalysisThroughputFilter
- All Implemented Interfaces:
IAnalysisComponent
,IFilterPlugin
,IPlugin
@Deprecated public class AnalysisThroughputFilter extends AbstractFilterPlugin
Deprecated.
since 1.15.1 old plugin api
An instance of this class computes the throughput in terms of the number of objects received per time unit.
- Since:
- 1.8
- Author:
- Jan Waller
-
Nested Class Summary
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
INPUT_PORT_NAME_OBJECTS
Deprecated.The name of the input port receiving other objects.static java.lang.String
INPUT_PORT_NAME_TIME
Deprecated.The name of the input port receiving timestamps.static java.lang.String
OUTPUT_PORT_NAME_RELAYED_OBJECTS
Deprecated.The name of the output port delivering the received objects.static java.lang.String
OUTPUT_PORT_NAME_THROUGHPUT
Deprecated.The name of the output port delivering the received objects.Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext
-
Constructor Summary
Constructors Constructor Description AnalysisThroughputFilter(Configuration configuration, IProjectContext projectContext)
Deprecated. -
Method Summary
Modifier and Type Method Description Configuration
getCurrentConfiguration()
Deprecated.This method should deliver aConfiguration
object containing the current configuration of this instance.void
inputObjects(java.lang.Object object)
Deprecated.void
inputTime(java.lang.Long timestamp)
Deprecated.PlainText
plainTextDisplay()
Deprecated.Methods inherited from class kieker.analysis.plugin.AbstractPlugin
areAllRepositoryPortsConnected, connect, connect, deliver, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getDefaultConfiguration, getIncomingPlugins, getPluginDescription, getPluginName, getRepository, getState, isConnectionAllowed, notifyNewIncomingConnection, notifyNewOutgoingConnection, shutdown, start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
-
Field Details
-
INPUT_PORT_NAME_OBJECTS
public static final java.lang.String INPUT_PORT_NAME_OBJECTSDeprecated.The name of the input port receiving other objects.- See Also:
- Constant Field Values
-
INPUT_PORT_NAME_TIME
public static final java.lang.String INPUT_PORT_NAME_TIMEDeprecated.The name of the input port receiving timestamps.- See Also:
- Constant Field Values
-
OUTPUT_PORT_NAME_RELAYED_OBJECTS
public static final java.lang.String OUTPUT_PORT_NAME_RELAYED_OBJECTSDeprecated.The name of the output port delivering the received objects.- See Also:
- Constant Field Values
-
OUTPUT_PORT_NAME_THROUGHPUT
public static final java.lang.String OUTPUT_PORT_NAME_THROUGHPUTDeprecated.The name of the output port delivering the received objects.- See Also:
- Constant Field Values
-
-
Constructor Details
-
AnalysisThroughputFilter
Deprecated.
-
-
Method Details
-
getCurrentConfiguration
Deprecated.Description copied from class:AbstractAnalysisComponent
This method should deliver aConfiguration
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 interfaceIAnalysisComponent
- Specified by:
getCurrentConfiguration
in interfaceIPlugin
- Specified by:
getCurrentConfiguration
in classAbstractAnalysisComponent
- Returns:
- A completely filled configuration object.
-
inputObjects
public final void inputObjects(java.lang.Object object)Deprecated. -
inputTime
public final void inputTime(java.lang.Long timestamp)Deprecated. -
plainTextDisplay
Deprecated.
-