Searched refs:sHostIpAddress (Results 1 – 1 of 1) sorted by relevance
49 private static String sHostIpAddress = null; field in ClusterHostUtil133 if (sHostIpAddress == null) { in getHostIpAddress()158 sHostIpAddress = addresses.get(0).getHostAddress(); in getHostIpAddress()161 return sHostIpAddress == null ? UNKNOWN : sHostIpAddress; in getHostIpAddress()