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

Method port

clients/src/main/java/org/apache/kafka/common/Node.java:48–50  ·  view source on GitHub ↗

The port for this node

()

Source from the content-addressed store, hash-verified

46 * The port for this node
47 */
48 public int port() {
49 return port;
50 }
51
52 @Override
53 public int hashCode() {

Callers 3

MetadataResponseMethod · 0.80
initiateConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected