Modifier and Type | Method and Description |
---|---|
protected void |
OperationCallExtractorStage.execute(Trace trace) |
Modifier and Type | Method and Description |
---|---|
protected void |
HotspotDetectionStage.execute(Trace trace) |
Modifier and Type | Method and Description |
---|---|
Trace |
TraceFactory.createTrace()
Returns a new object of class 'Trace'.
|
Modifier and Type | Class and Description |
---|---|
class |
TraceImpl
An implementation of the model object 'Trace'.
|
Modifier and Type | Method and Description |
---|---|
Trace |
TraceFactoryImpl.createTrace() |
Modifier and Type | Method and Description |
---|---|
T |
TraceSwitch.caseTrace(Trace object)
Returns the result of interpreting the object as an instance of 'Trace'.
|
Modifier and Type | Method and Description |
---|---|
Trace |
AggregatedTraceWrapper.getAggregatedTrace() |
Trace |
AggregatedTraceWrapper.getTrace() |
Modifier and Type | Method and Description |
---|---|
teetime.framework.InputPort<Trace> |
TraceAggregatorStage.getInputPort() |
teetime.framework.OutputPort<Trace> |
TraceAggregatorStage.getOutputPort() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TraceEquivalence.doEquivalent(Trace traceA,
Trace traceB) |
protected int |
TraceEquivalence.doHash(Trace trace) |
protected void |
AggregatedTraceCreatorStage.execute(Trace trace) |
AggregatedTraceWrapper |
TraceAggregator.handleTrace(Trace trace) |
Constructor and Description |
---|
AggregatedTraceWrapper(Trace aggregatedTrace,
Trace trace,
boolean isFirst) |
Modifier and Type | Method and Description |
---|---|
protected void |
TraceToGraphTransformerStage.execute(Trace trace) |
IGraph |
TraceToGraphTransformer.transform(Trace trace) |
Modifier and Type | Method and Description |
---|---|
Trace |
TraceReconstructionBuffer.reconstructTrace() |
Modifier and Type | Method and Description |
---|---|
void |
TraceStatisticsDecoratorStage.execute(Trace trace) |
Modifier and Type | Method and Description |
---|---|
void |
TraceTraverser.traverse(Trace trace,
java.util.Collection<IOperationCallVisitor> visitors) |
void |
TraceTraverser.traverse(Trace trace,
IOperationCallVisitor visitor) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net