| Modifier and Type | Method and Description |
|---|---|
Span |
Span.Builder.build() |
Span |
Codec.readSpan(byte[] bytes)
Returns null if the span couldn't be decoded
|
| Modifier and Type | Method and Description |
|---|---|
List<List<Span>> |
SpanStore.getTraces(QueryRequest request)
Get the available trace information from the storage system.
|
List<List<Span>> |
SpanStore.getTracesByIds(List<Long> traceIds)
Get the available trace information from the storage system.
|
List<Span> |
Codec.readSpans(byte[] bytes)
Returns null if the spans couldn't be decoded
|
| Modifier and Type | Method and Description |
|---|---|
int |
Span.compareTo(Span that)
|
Span.Builder |
Span.Builder.merge(Span that) |
byte[] |
Codec.writeSpan(Span value)
Returns null if the span couldn't be encoded
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpanStore.accept(Iterator<Span> spans)
Sinks the given spans, ignoring duplicate annotations.
|
byte[] |
Codec.writeSpans(List<Span> value)
Returns null if the spans couldn't be encoded
|
byte[] |
Codec.writeTraces(List<List<Span>> value)
Returns null if the traces couldn't be encoded
|
| Constructor and Description |
|---|
Builder(Span source) |
Copyright © 2015–2016 OpenZipkin. All rights reserved.