Uses of Enum Class
io.datarouter.instrumentation.trace.TraceCategory
Packages that use TraceCategory
-
Uses of TraceCategory in io.datarouter.instrumentation.trace
Fields in io.datarouter.instrumentation.trace declared as TraceCategoryFields in io.datarouter.instrumentation.trace with type parameters of type TraceCategoryModifier and TypeFieldDescriptionstatic final io.datarouter.enums.StringMappedEnum<TraceCategory>TraceCategory.BY_PERSISTENT_STRINGMethods in io.datarouter.instrumentation.trace that return TraceCategoryModifier and TypeMethodDescriptionstatic TraceCategoryReturns the enum constant of this class with the specified name.static TraceCategory[]TraceCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.datarouter.instrumentation.trace with parameters of type TraceCategoryModifierConstructorDescriptionTrace2Dto(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)