public class TraceQueue extends Object
| Constructor and Description |
|---|
TraceQueue() |
| Modifier and Type | Method and Description |
|---|---|
List<Trace> |
consume()
Consume traces.
|
void |
supply(Trace trace)
Supply a span.
|
public void supply(Trace trace)
trace - The trace to supplypublic List<Trace> consume() throws InterruptedException
InterruptedExceptionCopyright © 2017. All rights reserved.