Modifier and Type | Method and Description |
---|---|
protected Execution |
AbstractTraceAnalysisFilter.createExecutionByEntityNames(java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
protected Execution |
AbstractTraceAnalysisFilter.createExecutionByEntityNames(java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
java.lang.String componentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
static Execution |
AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository,
java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
static Execution |
AbstractTraceAnalysisFilter.createExecutionByEntityNames(SystemModelRepository systemModelRepository,
java.lang.String executionContainerName,
java.lang.String assemblyComponentTypeName,
java.lang.String componentTypeName,
Signature operationSignature,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed) |
Modifier and Type | Method and Description |
---|---|
void |
TraceReconstructionFilter.inputExecutions(Execution execution)
This method represents the input port of this filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseTimeDecoration.registerExecution(Execution execution)
Registers a given execution for the decorated vertex.
|
Modifier and Type | Method and Description |
---|---|
Execution |
AbstractMessage.getReceivingExecution()
Delivers the object which received the message.
|
Execution |
AbstractMessage.getSendingExecution()
Delivers the object which sent the message.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<Execution> |
ExecutionTrace.createExecutionTraceComparator()
|
java.util.SortedSet<Execution> |
ExecutionTrace.getTraceAsSortedExecutionSet()
Returns a sorted set (unmodifiable) of
Execution s in this trace. |
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
static Execution |
SystemModelRepository.ROOT_EXECUTION |
Copyright 2017 Kieker Project, http://kieker-monitoring.net