@InterfaceAudience.Public @InterfaceStability.Stable public class Address extends Object implements Comparable<Address>
In implementation this class is a facade over Guava's HostAndPort
.
We cannot have Guava classes in our API hence this Type.
public String getHostname()
public int getPort()
public int compareTo(Address that)
compareTo
in interface Comparable<Address>
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.