public interface CoordinatorException
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
getAddress()
The full address of the coordinator host that was contacted.
|
InetAddress |
getHost()
The coordinator host that was contacted.
|
InetAddress getHost()
This is a shortcut for getAddress().getAddress()
.
null
if the coordinator is not
known.InetSocketAddress getAddress()
null
if the
coordinator is not known.Copyright © 2012–2024. All rights reserved.