| Package | Description |
|---|---|
| fish.payara.notification.requesttracing |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<RequestTraceSpan> |
RequestTrace.getTraceSpans()
Returns a list of all the events that make up the trace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTrace.addEvent(RequestTraceSpan span)
Add a new event to the series being traced
|
void |
RequestTrace.addEvent(RequestTraceSpan span,
long timestampMillis) |
int |
RequestTraceSpan.compareTo(RequestTraceSpan span) |
Copyright © 2022. All rights reserved.