| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
V2SpanWriter.sizeInBytes(Span value) |
int |
V1SpanWriter.sizeInBytes(Span value) |
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) |
| 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.