Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kafka
/ id
Method
id
clients/src/main/java/org/apache/kafka/common/Node.java:34–36 ·
view source on GitHub ↗
The node id of this node
()
Source
from the content-addressed store, hash-verified
32
* The node id of this node
33
*/
34
public
int
id() {
35
return
id;
36
}
37
38
/**
39
* The host name
for
this node
Callers
15
leastLoadedNode
Method · 0.95
maybeUpdateMetadata
Method · 0.95
testReadyAndDisconnect
Method · 0.80
testSimpleRequestResponse
Method · 0.80
isReady
Method · 0.80
ready
Method · 0.80
testFull
Method · 0.80
testLinger
Method · 0.80
testPartialDrain
Method · 0.80
testStressfulSituation
Method · 0.80
Cluster
Method · 0.80
toString
Method · 0.80
Calls
no outgoing calls
Tested by
8
testReadyAndDisconnect
Method · 0.64
testSimpleRequestResponse
Method · 0.64
isReady
Method · 0.64
ready
Method · 0.64
testFull
Method · 0.64
testLinger
Method · 0.64
testPartialDrain
Method · 0.64
testStressfulSituation
Method · 0.64