public interface CoordinatorException
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getAddress()
Deprecated.
getEndPoint() provides more accurate information if the connection
information consists of more than a socket address. This method is a shortcut for getEndPoint().resolve(). |
EndPoint |
getEndPoint()
The connection information of the coordinator host that was contacted.
|
InetAddress |
getHost()
Deprecated.
getEndPoint() provides more accurate information if the connection
information consists of more than a socket address. This method is a shortcut for getEndPoint().resolve().getAddress(). |
EndPoint getEndPoint()
null if
the coordinator is not known.@Deprecated InetAddress getHost()
getEndPoint() provides more accurate information if the connection
information consists of more than a socket address. This method is a shortcut for getEndPoint().resolve().getAddress().null if the coordinator is not known.@Deprecated InetSocketAddress getAddress()
getEndPoint() provides more accurate information if the connection
information consists of more than a socket address. This method is a shortcut for getEndPoint().resolve().null if the
coordinator is not known.Copyright © 2012–2025. All rights reserved.