| Package | Description |
|---|---|
| zipkin2.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
V1SpanWriter |
class |
V2SpanWriter |
| Modifier and Type | Method and Description |
|---|---|
static <T> byte[] |
JsonCodec.write(Buffer.Writer<T> writer,
T value)
Inability to encode is a programming bug.
|
static <T> byte[] |
JsonCodec.writeList(Buffer.Writer<T> writer,
List<T> value) |
static <T> void |
JsonCodec.writeList(Buffer.Writer<T> writer,
List<T> value,
Buffer b) |
static <T> int |
JsonCodec.writeList(Buffer.Writer<T> writer,
List<T> value,
byte[] out,
int pos) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.