public interface NodeAddress
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two node addresses are considered equal, if hosts and ports are equal.
|
String |
getHost() |
int |
getPort() |
int |
hashCode()
Two node addresses with equal hosts and ports produce the same hash code.
|
String |
toHostUriString() |
String |
toUriString() |
Copyright © 2013–2019 mklinger GmbH. All rights reserved.