| Package | Description |
|---|---|
| zipkin2 | |
| zipkin2.codec | |
| zipkin2.internal | |
| zipkin2.storage |
| Modifier and Type | Method and Description |
|---|---|
Span |
Span.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
SpanBytesEncoder.encodeList(List<Span> spans,
byte[] out,
int pos)
Allows you to encode a list of spans onto a specific offset.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
V2SpanReader.fromJson(JsonCodec.JsonReader reader) |
static Span |
Proto3Codec.readOne(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
static List<Span> |
Proto3Codec.readList(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
V2SpanWriter.sizeInBytes(Span value) |
int |
V1SpanWriter.sizeInBytes(Span value) |
int |
Proto3Codec.sizeInBytes(Span input) |
byte[] |
Proto3Codec.write(Span span) |
void |
V2SpanWriter.write(Span value,
Buffer b) |
void |
V1SpanWriter.write(Span value,
Buffer b) |
| Modifier and Type | Method and Description |
|---|---|
DependencyLinker |
DependencyLinker.putTrace(Iterator<Span> spans) |
static boolean |
Proto3Codec.read(byte[] bytes,
Collection<Span> out) |
static boolean |
Proto3Codec.readList(byte[] bytes,
Collection<Span> out) |
byte[] |
Proto3Codec.writeList(List<Span> spans) |
int |
Proto3Codec.writeList(List<Span> spans,
byte[] out,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
Call<List<Span>> |
InMemoryStorage.getTrace(String traceId) |
Call<List<Span>> |
SpanStore.getTrace(String traceId)
Retrieves spans that share a 128-bit trace id with no ordering expectation or empty if none are
found.
|
List<List<Span>> |
InMemoryStorage.getTraces()
Used for testing.
|
Call<List<List<Span>>> |
InMemoryStorage.getTraces(QueryRequest request) |
Call<List<List<Span>>> |
SpanStore.getTraces(QueryRequest request)
Retrieves spans grouped by trace ID from the storage system with no ordering expectation.
|
| Modifier and Type | Method and Description |
|---|---|
Call<Void> |
InMemoryStorage.accept(List<Span> spans) |
Call<Void> |
SpanConsumer.accept(List<Span> spans) |
boolean |
QueryRequest.test(List<Span> spans)
Tests the supplied trace against the current request.
|
Copyright © 2015–2018 OpenZipkin. All rights reserved.