Uses of Class
io.datarouter.instrumentation.trace.TraceThreadDto
| Package | Description |
|---|---|
| io.datarouter.instrumentation.trace |
-
Uses of TraceThreadDto in io.datarouter.instrumentation.trace
Fields in io.datarouter.instrumentation.trace with type parameters of type TraceThreadDto Modifier and Type Field Description Collection<TraceThreadDto>TraceEntityDto. traceThreadDtosMethods in io.datarouter.instrumentation.trace that return types with arguments of type TraceThreadDto Modifier and Type Method Description BlockingQueue<TraceThreadDto>Tracer. getThreadQueue()Methods in io.datarouter.instrumentation.trace with parameters of type TraceThreadDto Modifier and Type Method Description voidTracer. addThread(TraceThreadDto thread)Constructor parameters in io.datarouter.instrumentation.trace with type arguments of type TraceThreadDto Constructor Description TraceEntityDto(TraceDto traceDto, Collection<TraceThreadDto> traceThreadDtos, Collection<TraceSpanDto> traceSpanDtos)