public interface SpanCodec
| Modifier and Type | Field and Description |
|---|---|
static SpanCodec |
JSON |
static SpanCodec |
THRIFT |
| Modifier and Type | Method and Description |
|---|---|
Span |
readSpan(byte[] bytes)
throws IllegalArgumentException if the span couldn't be decoded
|
byte[] |
writeSpan(Span span) |
byte[] |
writeSpans(List<Span> spans) |
Copyright © 2016. All rights reserved.