Uses of Class
fish.payara.notification.requesttracing.RequestTraceSpan
-
Packages that use RequestTraceSpan Package Description fish.payara.notification.requesttracing -
-
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)
-