Uses of Class
dev.dokimos.server.entity.TraceSpan
Packages that use TraceSpan
Package
Description
-
Uses of TraceSpan in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 with parameters of type TraceSpan -
Uses of TraceSpan in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return TraceSpanMethods in dev.dokimos.server.entity that return types with arguments of type TraceSpanMethods in dev.dokimos.server.entity with parameters of type TraceSpanModifier and TypeMethodDescriptionvoidAttaches a span to this trace and keeps both ends of the association consistent.booleanReturns whether the given span matches this rule.Constructors in dev.dokimos.server.entity with parameters of type TraceSpan -
Uses of TraceSpan in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository that return types with arguments of type TraceSpanModifier and TypeMethodDescriptionTraceSpanRepository.findByTrace_IdOrderByStartTimeUnixNanoAsc(UUID tracePk) Returns the spans of a trace ordered by start time, nulls last for spans missing a timestamp.