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:
kieker.analysis.analysisComponent.IAnalysisComponent,kieker.analysis.plugin.filter.IFilterPlugin,kieker.analysis.plugin.IPlugin
@Deprecated public class AggregatedAllocationComponentOperationCallTreeFilter extends AbstractAggregatedCallTreeFilter<AllocationComponentOperationPair>
Deprecated.
1.15 ported to teetime
- Since:
- 1.1
-
Nested Class Summary
Nested classes/interfaces inherited from class kieker.tools.trace.analysis.filter.visualization.callTree.AbstractCallTreeFilter
AbstractCallTreeFilter.IPairFactory<T> -
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_MODEL -
Constructor Summary
Constructors Constructor Description AggregatedAllocationComponentOperationCallTreeFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.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.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, start
-
Constructor Details
-
AggregatedAllocationComponentOperationCallTreeFilter
public AggregatedAllocationComponentOperationCallTreeFilter(kieker.common.configuration.Configuration configuration, kieker.analysis.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.- Specified by:
initin interfacekieker.analysis.plugin.IPlugin- Overrides:
initin classkieker.analysis.plugin.filter.AbstractFilterPlugin
-
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.
-