| Package | Description |
|---|---|
| zipkin | |
| zipkin.storage |
| Modifier and Type | Method and Description |
|---|---|
DependencyLink |
DependencyLink.Builder.build() |
static DependencyLink |
DependencyLink.create(String parent,
String child,
long callCount)
Deprecated.
please use
builder() |
DependencyLink |
Codec.readDependencyLink(byte[] bytes)
throws IllegalArgumentException if the dependency link couldn't be decoded
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencyLink> |
Codec.readDependencyLinks(byte[] bytes)
throws IllegalArgumentException if the dependency links couldn't be decoded
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Codec.writeDependencyLink(DependencyLink value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Codec.writeDependencyLinks(List<DependencyLink> value) |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyLink> |
InMemorySpanStore.getDependencies(long endTs,
Long lookback) |
List<DependencyLink> |
SpanStore.getDependencies(long endTs,
Long lookback)
Returns dependency links derived from spans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncSpanStore.getDependencies(long endTs,
Long lookback,
Callback<List<DependencyLink>> callback)
Version of
SpanStore.getDependencies(long, java.lang.Long) that accepts Callback. |
Copyright © 2015–2018 OpenZipkin. All rights reserved.