public interface ClusterLink
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLUSTER_FORWARD_MESSAGE |
static int |
MAX_CHANNEL_COUNT |
| Modifier and Type | Method and Description |
|---|---|
java.net.InetAddress |
getBindInetAddress() |
java.util.List<Address> |
getLocalTransportAddresses() |
java.util.List<Address> |
getTransportAddresses(Priority priority) |
boolean |
isEnabled() |
void |
sendMulticastMessage(Message message,
Priority priority) |
void |
sendUnicastMessage(Address address,
Message message,
Priority priority) |
static final java.lang.String CLUSTER_FORWARD_MESSAGE
static final int MAX_CHANNEL_COUNT
java.net.InetAddress getBindInetAddress()
java.util.List<Address> getLocalTransportAddresses()
boolean isEnabled()