|
Kieker 1.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Execution in kieker.tools.traceAnalysis.plugins.executionFilter |
|---|
| Methods in kieker.tools.traceAnalysis.plugins.executionFilter that return types with arguments of type Execution | |
|---|---|
IInputPort<Execution> |
TimestampFilter.getExecutionInputPort()
|
IInputPort<Execution> |
TraceIdFilter.getExecutionInputPort()
|
IOutputPort<Execution> |
TimestampFilter.getExecutionOutputPort()
|
IOutputPort<Execution> |
TraceIdFilter.getExecutionOutputPort()
|
| Uses of Execution in kieker.tools.traceAnalysis.plugins.executionRecordTransformation |
|---|
| Methods in kieker.tools.traceAnalysis.plugins.executionRecordTransformation that return types with arguments of type Execution | |
|---|---|
IOutputPort<Execution> |
ExecutionRecordTransformationFilter.getExecutionOutputPort()
|
| Uses of Execution in kieker.tools.traceAnalysis.plugins.traceReconstruction |
|---|
| Methods in kieker.tools.traceAnalysis.plugins.traceReconstruction that return types with arguments of type Execution | |
|---|---|
IInputPort<Execution> |
TraceReconstructionFilter.getExecutionInputPort()
|
| Uses of Execution in kieker.tools.traceAnalysis.systemModel |
|---|
| Methods in kieker.tools.traceAnalysis.systemModel that return Execution | |
|---|---|
Execution |
AbstractMessage.getReceivingExecution()
|
Execution |
AbstractMessage.getSendingExecution()
|
| Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type Execution | |
|---|---|
SortedSet<Execution> |
ExecutionTrace.getTraceAsSortedExecutionSet()
TODO: It's not a good idea to return the internal data structure. |
| 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. |
| Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Execution | |
|---|---|
AbstractMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
|
|
SynchronousCallMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
|
|
SynchronousReplyMessage(long timestamp,
Execution sendingExecution,
Execution receivingExecution)
|
|
| Uses of Execution in kieker.tools.traceAnalysis.systemModel.repository |
|---|
| Methods in kieker.tools.traceAnalysis.systemModel.repository that return Execution | |
|---|---|
Execution |
SystemModelRepository.getRootExecution()
|
|
Kieker 1.4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||