|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Execution in kieker.tools.traceAnalysis.filter |
---|
Methods in kieker.tools.traceAnalysis.filter that return Execution | |
---|---|
static Execution |
AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository,
String executionContainerName,
String assemblyComponentTypeName,
Signature operationSignature,
long traceId,
String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed)
|
static Execution |
AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository,
String executionContainerName,
String assemblyComponentTypeName,
String componentTypeName,
Signature operationSignature,
long traceId,
String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed)
|
Uses of Execution in kieker.tools.traceAnalysis.filter.traceReconstruction |
---|
Methods in kieker.tools.traceAnalysis.filter.traceReconstruction with parameters of type Execution | |
---|---|
void |
TraceReconstructionFilter.inputExecutions(Execution execution)
This method represents the input port of this filter. |
Uses of Execution in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type Execution | |
---|---|
void |
ResponseTimeDecoration.registerExecution(Execution execution)
Registers a given execution for the decorated vertex. |
Uses of Execution in kieker.tools.traceAnalysis.systemModel |
---|
Methods in kieker.tools.traceAnalysis.systemModel that return Execution | |
---|---|
Execution |
AbstractMessage.getReceivingExecution()
Delivers the object which received the message. |
Execution |
AbstractMessage.getSendingExecution()
Delivers the object which sent the message. |
Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type Execution | |
---|---|
static Comparator<Execution> |
ExecutionTrace.createExecutionTraceComparator()
Returns an instance of the Comparator used by the internal TreeSet to
compare Execution s. |
SortedSet<Execution> |
ExecutionTrace.getTraceAsSortedExecutionSet()
Returns a sorted set (unmodifiable) of Execution s in this trace. |
Methods in kieker.tools.traceAnalysis.systemModel with parameters of type Execution | |
---|---|
void |
ExecutionTrace.add(Execution execution)
Adds an execution to the trace. |
MessageTrace |
ExecutionTrace.toMessageTrace(Execution rootExecution)
Returns the message trace representation for this trace. The transformation to a message trace is only computed during the first execution of this method. |
Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Execution | |
---|---|
AbstractMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
Creates a new instance of this class using the given parameters. |
|
SynchronousCallMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
Creates a new instance of this class using the given parameters. |
|
SynchronousReplyMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
Creates a new instance of this class using the given parameters. |
Uses of Execution in kieker.tools.traceAnalysis.systemModel.repository |
---|
Fields in kieker.tools.traceAnalysis.systemModel.repository declared as Execution | |
---|---|
static Execution |
SystemModelRepository.ROOT_EXECUTION
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |