Class ResponseTimeColorNodeDecorator
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ResponseTimeColorNodeDecorator
@Deprecated public class ResponseTimeColorNodeDecorator extends AbstractNodeDecorator
Deprecated.
1.15 ported to teetime
Decorator to set the color of graph nodes depending on graph nodes execution time.
- Since:
- 1.9
-
Constructor Summary
Constructors Constructor Description ResponseTimeColorNodeDecorator(int threshold)Deprecated.Creates a new response time decorator. -
Method Summary
Modifier and Type Method Description voidprocessMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)Deprecated.Processes a message sent from the given source to the given target node.Methods inherited from class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractNodeDecorator
createFromName
-
Constructor Details
-
ResponseTimeColorNodeDecorator
public ResponseTimeColorNodeDecorator(int threshold)Deprecated.Creates a new response time decorator.- Parameters:
threshold- The threshold for the execution time to color the graph nodes
-
-
Method Details
-
processMessage
public void processMessage(AbstractMessage message, DependencyGraphNode<?> sourceNode, DependencyGraphNode<?> targetNode, java.util.concurrent.TimeUnit timeunit)Deprecated.Description copied from class:AbstractNodeDecoratorProcesses a message sent from the given source to the given target node.- Specified by:
processMessagein classAbstractNodeDecorator- Parameters:
message- The sent messagesourceNode- The source node sending the messagetargetNode- The target node receiving the messagetimeunit- The time unit which determines how to interpret times.
-