Uses of Class
com.loomcache.server.tracing.TraceAnalyzer.TraceNode
Packages that use TraceAnalyzer.TraceNode
-
Uses of TraceAnalyzer.TraceNode in com.loomcache.server.tracing
Fields in com.loomcache.server.tracing with type parameters of type TraceAnalyzer.TraceNodeModifier and TypeFieldDescriptionfinal List<TraceAnalyzer.TraceNode> TraceAnalyzer.TraceNode.childrenMethods in com.loomcache.server.tracing that return TraceAnalyzer.TraceNodeModifier and TypeMethodDescriptionstatic @Nullable TraceAnalyzer.TraceNodeTraceAnalyzer.buildTraceTree(List<SpanManager.Span> spans) Build a trace tree from a list of spans.static @Nullable TraceAnalyzer.TraceNodeTraceAnalyzer.buildTraceTreeByTraceId(String traceId, List<SpanManager.Span> spans) Build a trace tree by trace ID from a list of spans.Method parameters in com.loomcache.server.tracing with type arguments of type TraceAnalyzer.TraceNodeModifier and TypeMethodDescriptionvoidTraceAnalyzer.TraceNode.visit(TraceAnalyzer.Consumer<TraceAnalyzer.TraceNode> visitor) Visit all nodes in the tree (depth-first).