| Package | Description |
|---|---|
| zipkin | |
| zipkin.collector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Codec
Methods make an attempt to perform codec operations, failing to null.
|
| Modifier and Type | Field and Description |
|---|---|
static SpanDecoder |
SpanDecoder.DETECTING_DECODER
Detects the format of the encoded spans or throws IllegalArgumentException
|
static SpanDecoder |
SpanDecoder.JSON_DECODER |
static SpanDecoder |
SpanDecoder.THRIFT_DECODER |
| Modifier and Type | Method and Description |
|---|---|
void |
Collector.acceptSpans(byte[] serializedSpans,
SpanDecoder decoder,
Callback<Void> callback) |
void |
Collector.acceptSpans(List<byte[]> serializedSpans,
SpanDecoder decoder,
Callback<Void> callback)
Deprecated.
All transports accept encoded lists of spans. Please update reporters to do so.
|
protected List<Span> |
Collector.decodeList(SpanDecoder decoder,
byte[] serialized) |
Copyright © 2015–2018 OpenZipkin. All rights reserved.