Uses of Enum Class
io.datarouter.instrumentation.trace.TraceSaveReasonType
Packages that use TraceSaveReasonType
-
Uses of TraceSaveReasonType in io.datarouter.instrumentation.trace
Fields in io.datarouter.instrumentation.trace with type parameters of type TraceSaveReasonTypeMethods in io.datarouter.instrumentation.trace that return TraceSaveReasonTypeModifier and TypeMethodDescriptionstatic TraceSaveReasonTypeReturns the enum constant of this class with the specified name.static TraceSaveReasonType[]TraceSaveReasonType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.datarouter.instrumentation.trace that return types with arguments of type TraceSaveReasonTypeConstructor parameters in io.datarouter.instrumentation.trace with type arguments of type TraceSaveReasonTypeModifierConstructorDescriptionTrace2Dto(Traceparent traceparent, String initialParentId, String context, String type, String params, Long created, Long ended, String serviceName, Integer discardedThreadCount, Integer totalThreadCount, Long cpuTimeCreatedNs, Long cpuTimeEndedNs, Long memoryAllocatedBytesBegin, Long memoryAllocatedBytesEnded, List<TraceSaveReasonType> saveReasons, TraceCategory category)