MCPcopy Create free account
hub / github.com/apache/kafka / toString

Method toString

clients/src/main/java/org/apache/kafka/common/Node.java:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 @Override
84 public String toString() {
85 return "Node(" + (id < 0 ? "" : id + ", ") + host + ", " + port + ")";
86 }
87
88}

Callers 3

mainMethod · 0.45
randomStringMethod · 0.45
testBadInputsMethod · 0.45

Calls

no outgoing calls

Tested by 3

mainMethod · 0.36
randomStringMethod · 0.36
testBadInputsMethod · 0.36