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
Modifier and Type Method Description longcallCount()total traced calls made fromparenttochildStringchild()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 Details
-
newBuilder
-
parent
parent service name (caller) -
child
child service name (callee) -
callCount
public long callCount()total traced calls made fromparenttochild -
errorCount
public long errorCount()How manycallsare known to be errors -
toBuilder
-
toString
-
equals
-
hashCode
public int hashCode()
-