Uses of Class
fish.payara.notification.requesttracing.RequestTraceSpan
-
Packages that use RequestTraceSpan Package Description fish.payara.microprofile.faulttolerance.service fish.payara.notification.requesttracing fish.payara.nucleus.requesttracing fish.payara.opentracing.span -
-
Uses of RequestTraceSpan in fish.payara.microprofile.faulttolerance.service
Methods in fish.payara.microprofile.faulttolerance.service with parameters of type RequestTraceSpan Modifier and Type Method Description voidFaultToleranceRequestTracing. startSpan(RequestTraceSpan span, jakarta.interceptor.InvocationContext context)voidFaultToleranceServiceImpl. startSpan(RequestTraceSpan span, jakarta.interceptor.InvocationContext context) -
Uses of RequestTraceSpan in fish.payara.notification.requesttracing
Methods in fish.payara.notification.requesttracing that return types with arguments of type RequestTraceSpan Modifier and Type Method Description LinkedList<RequestTraceSpan>RequestTrace. getTraceSpans()Returns a list of all the events that make up the trace.Methods in fish.payara.notification.requesttracing with parameters of type RequestTraceSpan Modifier and Type Method Description voidRequestTrace. addEvent(RequestTraceSpan span)Add a new event to the series being tracedvoidRequestTrace. addEvent(RequestTraceSpan span, long timestampMillis)intRequestTraceSpan. compareTo(RequestTraceSpan span) -
Uses of RequestTraceSpan in fish.payara.nucleus.requesttracing
Methods in fish.payara.nucleus.requesttracing that return RequestTraceSpan Modifier and Type Method Description RequestTraceSpanRequestTracingService. startTrace(RequestTraceSpan span)RequestTraceSpanRequestTracingService. startTrace(RequestTraceSpan span, long timestampMillis)RequestTraceSpanRequestTracingService. startTrace(String traceName)Starts a new request traceRequestTraceSpanRequestTracingService. startTrace(UUID propagatedTraceId, UUID propagatedParentId, RequestTraceSpan.SpanContextRelationshipType propagatedRelationshipType, String traceName)Methods in fish.payara.nucleus.requesttracing with parameters of type RequestTraceSpan Modifier and Type Method Description voidRequestTracingService. processSpan(RequestTraceSpan finishedSpan)RequestTraceSpanRequestTracingService. startTrace(RequestTraceSpan span)RequestTraceSpanRequestTracingService. startTrace(RequestTraceSpan span, long timestampMillis)voidRequestTracingService. traceSpan(RequestTraceSpan requestEvent)Adds a new event to the request trace currently in progressvoidRequestTracingService. traceSpan(RequestTraceSpan requestEvent, long timestampMillis) -
Uses of RequestTraceSpan in fish.payara.opentracing.span
Subclasses of RequestTraceSpan in fish.payara.opentracing.span Modifier and Type Class Description classSpanDeprecated.
-