Package | Description |
---|---|
kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.tools.trace.analysis.systemModel |
Copyright 2020 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDependencyGraphFilter.invokeDecorators(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode)
This is a helper method to invoke all decorators and send them a message.
|
void |
ResponseTimeColorNodeDecorator.processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
java.util.concurrent.TimeUnit timeunit) |
void |
ResponseTimeNodeDecorator.processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
java.util.concurrent.TimeUnit timeunit) |
abstract void |
AbstractNodeDecorator.processMessage(AbstractMessage message,
DependencyGraphNode<?> sourceNode,
DependencyGraphNode<?> targetNode,
java.util.concurrent.TimeUnit timeunit)
Processes a message sent from the given source to the given target node.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronousCallMessage
A specified class of messages which represent synchronous calls.
|
class |
SynchronousReplyMessage
A specified class of messages which represent synchronous replies.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractMessage> |
MessageTrace.getSequenceAsVector()
Returns the message sequence contained in this trace as an (unmodifiable) list.
|
Constructor and Description |
---|
MessageTrace(long traceId,
java.util.List<AbstractMessage> seq)
Creates a new message trace from the given data.
|
MessageTrace(long traceId,
java.lang.String sessionId,
java.util.List<AbstractMessage> seq)
Creates a new message trace from the given data.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net