MCPcopy 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

leastLoadedNodeMethod · 0.95
maybeUpdateMetadataMethod · 0.95
isReadyMethod · 0.80
readyMethod · 0.80
testFullMethod · 0.80
testLingerMethod · 0.80
testPartialDrainMethod · 0.80
ClusterMethod · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by 8

isReadyMethod · 0.64
readyMethod · 0.64
testFullMethod · 0.64
testLingerMethod · 0.64
testPartialDrainMethod · 0.64