Package zipkin2
Class DependencyLink
- java.lang.Object
-
- zipkin2.DependencyLink
-
- All Implemented Interfaces:
Serializable
public final class DependencyLink extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDependencyLink.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcallCount()Stringchild()child service name (callee)booleanequals(Object o)longerrorCount()How manycallsare known to be errorsinthashCode()static DependencyLink.BuildernewBuilder()Stringparent()parent service name (caller)DependencyLink.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
newBuilder
public static DependencyLink.Builder newBuilder()
-
parent
public String parent()
parent service name (caller)
-
child
public String child()
child service name (callee)
-
callCount
public long callCount()
-
errorCount
public long errorCount()
How manycallsare known to be errors
-
toBuilder
public DependencyLink.Builder toBuilder()
-
-