public final class DependencyLink extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DependencyLink.Builder |
| Modifier and Type | Method and Description |
|---|---|
long |
callCount()
|
String |
child()
child service name (callee)
|
boolean |
equals(Object o) |
long |
errorCount()
How many
calls are known to be errors |
int |
hashCode() |
static DependencyLink.Builder |
newBuilder() |
String |
parent()
parent service name (caller)
|
DependencyLink.Builder |
toBuilder() |
String |
toString() |
public static DependencyLink.Builder newBuilder()
public String parent()
public String child()
public long callCount()
public long errorCount()
calls are known to be errorspublic DependencyLink.Builder toBuilder()
Copyright © 2015–2018 OpenZipkin. All rights reserved.