public LocatorHostPort()

in src/main/java/org/apache/geode/kafka/LocatorHostPort.java [22:25]


  public LocatorHostPort(String hostName, int port) {
    this.hostName = hostName;
    this.port = port;
  }