public final class DependencyLink extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DependencyLink.Builder |
| Modifier and Type | Field and Description |
|---|---|
long |
callCount
calls made during the duration (in microseconds) of this link
|
String |
child
child service name (callee)
|
String |
parent
parent service name (caller)
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyLink |
create(String parent,
String child,
long callCount) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final String parent
public final String child
public final long callCount
public static DependencyLink create(String parent, String child, long callCount)
Copyright © 2015–2016 OpenZipkin. All rights reserved.