public final class V1SpanConverter extends Object
This type isn't thread-safe: it re-uses state to avoid re-allocations in conversion loops.
| Modifier and Type | Method and Description |
|---|---|
List<Span> |
convert(V1Span source) |
void |
convert(V1Span source,
Collection<Span> sink) |
static V1SpanConverter |
create() |
public static V1SpanConverter create()
public void convert(V1Span source, Collection<Span> sink)
Copyright © 2015–2018 OpenZipkin. All rights reserved.