Uses of Class
io.datarouter.trace.storage.span.BaseTraceSpan
| Package | Description |
|---|---|
| io.datarouter.trace.storage.entity | |
| io.datarouter.trace.storage.span | |
| io.datarouter.trace.storage.trace |
-
Uses of BaseTraceSpan in io.datarouter.trace.storage.entity
Methods in io.datarouter.trace.storage.entity that return types with arguments of type BaseTraceSpan Modifier and Type Method Description abstract java.util.ArrayList<? extends BaseTraceSpan<?,?,?,?>>BaseTraceEntity. getTraceSpans() -
Uses of BaseTraceSpan in io.datarouter.trace.storage.span
Classes in io.datarouter.trace.storage.span with type parameters of type BaseTraceSpan Modifier and Type Class Description classBaseTraceSpan<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceSpanKey<EK,PK>,TK extends BaseTraceThreadKey<EK,TK>,D extends BaseTraceSpan<EK,PK,TK,D>>static classBaseTraceSpan.BaseTraceSpanFielder<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceSpanKey<EK,PK>,TK extends BaseTraceThreadKey<EK,TK>,D extends BaseTraceSpan<EK,PK,TK,D>>Subclasses of BaseTraceSpan in io.datarouter.trace.storage.span Modifier and Type Class Description classTraceSpan -
Uses of BaseTraceSpan in io.datarouter.trace.storage.trace
Methods in io.datarouter.trace.storage.trace with type parameters of type BaseTraceSpan Modifier and Type Method Description static <EK extends BaseTraceEntityKey<EK>, PK extends BaseTraceSpanKey<EK, PK>, TK extends BaseTraceThreadKey<EK, TK>, D extends BaseTraceSpan<EK, PK, TK, D>>
java.lang.LongTraceTool. totalDurationOfNonChildren(java.util.Collection<D> spans)