public interface TopologyAwareAddress extends Address
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
String |
getMachineId() |
String |
getRackId() |
String |
getSiteId() |
boolean |
isSameMachine(TopologyAwareAddress addr) |
boolean |
isSameRack(TopologyAwareAddress addr) |
boolean |
isSameSite(TopologyAwareAddress addr) |
compareTo
String getSiteId()
String getRackId()
String getMachineId()
boolean isSameSite(TopologyAwareAddress addr)
boolean isSameRack(TopologyAwareAddress addr)
boolean isSameMachine(TopologyAwareAddress addr)
Copyright © 2021 JBoss by Red Hat. All rights reserved.