Uses of Interface
org.apache.flink.traces.Span
-
Packages that use Span Package Description org.apache.flink.traces org.apache.flink.traces.reporter -
-
Uses of Span in org.apache.flink.traces
Classes in org.apache.flink.traces that implement Span Modifier and Type Class Description classSimpleSpanBasic implementation ofSpan.Methods in org.apache.flink.traces that return Span Modifier and Type Method Description SpanSpanBuilder. build()SpanSpanBuilder. build(Map<String,String> additionalVariables)Methods in org.apache.flink.traces that return types with arguments of type Span Modifier and Type Method Description List<Span>SimpleSpan. getChildren()List<Span>Span. getChildren()Returns the child spans (= nested).Constructor parameters in org.apache.flink.traces with type arguments of type Span Constructor Description SimpleSpan(String scope, String name, long startTsMillis, long endTsMillis, HashMap<String,Object> attributes, List<Span> children) -
Uses of Span in org.apache.flink.traces.reporter
Methods in org.apache.flink.traces.reporter with parameters of type Span Modifier and Type Method Description voidTraceReporter. notifyOfAddedSpan(Span span)
-