public static interface Collector.TraceReader
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Collector.TraceVisitor traceVisitor) |
long |
captureTime() |
boolean |
partial() |
TraceOuterClass.Trace.Header |
readHeader() |
String |
traceId() |
boolean |
update() |
void accept(Collector.TraceVisitor traceVisitor) throws Exception
Exceptionlong captureTime()
boolean partial()
TraceOuterClass.Trace.Header readHeader()
String traceId()
boolean update()
Copyright © 2011–2020 Glowroot contributors. All rights reserved.