| Modifier and Type | Method and Description |
|---|---|
DependencyLink |
DependencyLink.Builder.build() |
static DependencyLink |
DependencyLink.create(String parent,
String child,
long callCount) |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyLink> |
SpanStore.getDependencies(long endTs,
Long lookback)
Returns dependency links derived from spans.
|
List<DependencyLink> |
Codec.readDependencyLinks(byte[] bytes)
Returns null if the dependency links couldn't be decoded
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Codec.writeDependencyLinks(List<DependencyLink> value)
Returns null if the dependency links couldn't be encoded
|
| Constructor and Description |
|---|
Builder(DependencyLink source) |
Copyright © 2015–2016 OpenZipkin. All rights reserved.