Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
randomString
Method · 0.45
testBadInputs
Method · 0.45
Calls
no outgoing calls
Tested by
3
main
Method · 0.36
randomString
Method · 0.36
testBadInputs
Method · 0.36