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

Method host

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

The host name for this node

()

Source from the content-addressed store, hash-verified

39 * The host name for this node
40 */
41 public String host() {
42 return host;
43 }
44
45 /**
46 * The port for this node

Callers 3

MetadataResponseMethod · 0.80
initiateConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected