public class KiekerManager
extends java.lang.Object
Constructor and Description |
---|
KiekerManager(tools.descartes.dql.models.mapping.mapping.EntityMapping request)
The Class must be initialized with an DQL Query that the manager takes control over.
|
Modifier and Type | Method and Description |
---|---|
Trace |
getAnalysisResult()
Gives back the analysis result as a Kieker Trace containing the relevant data passed through the filters.
|
long |
getStartingTime()
Gives back the timestamp of the first event occuring in the trace files.
|
void |
run()
By running this method the processing of the query is initiated.
|
public KiekerManager(tools.descartes.dql.models.mapping.mapping.EntityMapping request)
request
- the DQL Query to process with kieker datapublic void run()
public Trace getAnalysisResult()
public long getStartingTime()