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> |
InMemorySpanStore.getDependencies(long endTs,
Long lookback) |
List<DependencyLink> |
Codec.readDependencyLinks(byte[] bytes)
throws IllegalArgumentException if the dependency links couldn't be decoded
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Codec.writeDependencyLinks(List<DependencyLink> value) |
Constructor and Description |
---|
Builder(DependencyLink source) |
Copyright © 2015–2016 OpenZipkin. All rights reserved.