Class AggregatedAllocationComponentOperationCallTreeFilter
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>
kieker.tools.trace.analysis.filter.visualization.callTree.AggregatedAllocationComponentOperationCallTreeFilter
- All Implemented Interfaces:
IAnalysisComponent,IFilterPlugin,IPlugin
@Deprecated public class AggregatedAllocationComponentOperationCallTreeFilter extends AbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>
Deprecated.
1.15 ported to teetime
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Nested Class Summary
Nested classes/interfaces inherited from class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
AbstractCallTreeFilter.IPairFactory<T>Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin
IPlugin.PluginInputPortReference, IPlugin.STATE -
Field Summary
Fields inherited from class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS, CONFIG_PROPERTY_NAME_OUTPUT_FILENAME, CONFIG_PROPERTY_NAME_SHORT_LABELS, CONFIG_PROPERTY_VALUE_INCLUDE_WEIGHTS_DEFAULT, CONFIG_PROPERTY_VALUE_OUTPUT_FILENAME_DEFAULT, CONFIG_PROPERTY_VALUE_SHORT_LABELS_DEFAULTFields inherited from class kieker.tools.trace.analysis.filter.AbstractMessageTraceProcessingFilter
INPUT_PORT_NAME_MESSAGE_TRACESFields inherited from class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
CONFIG_PROPERTY_VALUE_VERBOSE, LOGGER, REPOSITORY_PORT_NAME_SYSTEM_MODELFields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext -
Constructor Summary
Constructors Constructor Description AggregatedAllocationComponentOperationCallTreeFilter(Configuration configuration, IProjectContext projectContext)Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description protected AllocationComponentOperationPairconcreteCreatePair(SynchronousCallMessage callMsg)Deprecated.HACK.booleaninit()Deprecated.Initiates the start of a component.Methods inherited from class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractAggregatedCallTreeFilter
getCurrentConfiguration, inputMessageTraces, printStatusMessage, saveTreeToDotFile, setRoot, terminateMethods inherited from class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
addTraceToTree, nodeLabel, saveTreeToDotFile, writeDotForMessageTraceMethods inherited from class kieker.tools.trace.analysis.filter.AbstractTraceProcessingFilter
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, reportError, reportSuccessMethods inherited from class kieker.tools.trace.analysis.filter.AbstractTraceAnalysisFilter
createExecutionByEntityNames, createExecutionByEntityNames, createExecutionByEntityNames, getSystemEntityFactory, printDebugLogMessage, printErrorLogMessageMethods 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, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kieker.analysis.plugin.IPlugin
connect, getAllDisplayNames, getAllInputPortNames, getAllOutputPortNames, getAllRepositoryPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, getState
-
Constructor Details
-
AggregatedAllocationComponentOperationCallTreeFilter
public AggregatedAllocationComponentOperationCallTreeFilter(Configuration configuration, IProjectContext projectContext)Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
configuration- The configuration for this component.projectContext- The project context for this component.
-
-
Method Details
-
init
public boolean init()Deprecated.Initiates the start of a component. This method is called once when a AnalysisController's run() method is called. This implementation must not be blocking! Asynchronous consumers would spawn (an) asynchronous thread(s) in this method.- Specified by:
initin interfaceIPlugin- Overrides:
initin classAbstractFilterPlugin- Returns:
- true on success; false otherwise.
-
concreteCreatePair
Deprecated.Description copied from class:AbstractAggregatedCallTreeFilterHACK. Inheriting classes should implement this method to deliver the actual pair.- Specified by:
concreteCreatePairin classAbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>- Parameters:
callMsg- The call message which contains the information necessary to create the pair.- Returns:
- The actual pair.
-