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