|
Kieker 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkieker.analysis.plugin.AbstractPlugin
kieker.analysis.plugin.filter.AbstractFilterPlugin
kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter
kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter
kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter
kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeFilter<T>
T
- public abstract class AbstractCallTreeFilter<T>
Plugin providing the creation of calling trees both for individual traces and an aggregated form mulitple traces.
Nested Class Summary | |
---|---|
static interface |
AbstractCallTreeFilter.IPairFactory
|
Nested classes/interfaces inherited from interface kieker.analysis.plugin.IPlugin |
---|
IPlugin.PluginInputPortReference |
Field Summary |
---|
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter |
---|
INPUT_PORT_NAME_MESSAGE_TRACES |
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter |
---|
MAX_DURATION_MILLIS |
Fields inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter |
---|
REPOSITORY_PORT_NAME_SYSTEM_MODEL |
Fields inherited from class kieker.analysis.plugin.AbstractPlugin |
---|
CONFIG_NAME |
Constructor Summary | |
---|---|
AbstractCallTreeFilter(Configuration configuration)
|
Method Summary | |
---|---|
static void |
writeDotForMessageTrace(AbstractCallTreeNode<?> root,
AbstractCallTreeFilter.IPairFactory pairFactory,
MessageTrace msgTrace,
String outputFilename,
boolean includeWeights,
boolean shortLabels)
|
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractMessageTraceProcessingFilter |
---|
inputMessageTraces |
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceProcessingFilter |
---|
getErrorCount, getLastTraceIdError, getLastTraceIdSuccess, getSuccessCount, getTotalCount, printStatusMessage |
Methods inherited from class kieker.tools.traceAnalysis.filter.AbstractTraceAnalysisFilter |
---|
createExecutionByEntityNames, setErrStream, setOutStream |
Methods inherited from class kieker.analysis.plugin.filter.AbstractFilterPlugin |
---|
init, terminate |
Methods inherited from class kieker.analysis.plugin.AbstractPlugin |
---|
areAllRepositoryPortsConnected, connect, connect, getAllInputPortNames, getAllOutputPortNames, getConnectedPlugins, getCurrentRepositories, getName, getPluginDescription, getPluginName, isConnectionAllowed |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kieker.analysis.plugin.IPlugin |
---|
getCurrentConfiguration |
Constructor Detail |
---|
public AbstractCallTreeFilter(Configuration configuration)
Method Detail |
---|
public static void writeDotForMessageTrace(AbstractCallTreeNode<?> root, AbstractCallTreeFilter.IPairFactory pairFactory, MessageTrace msgTrace, String outputFilename, boolean includeWeights, boolean shortLabels) throws FileNotFoundException, TraceProcessingException, UnsupportedEncodingException
FileNotFoundException
TraceProcessingException
UnsupportedEncodingException
|
Kieker 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |