@ParametersAreNonnullByDefault
public interface ClusterJoinRequest
Modifier and Type | Method and Description |
---|---|
com.hazelcast.core.HazelcastInstance |
getHazelcast() |
ClusterJoinMode |
getJoinMode() |
String |
getLocalAddress()
Returns the address of the local node.
|
int |
getLocalPort()
Returns the local port.
|
String |
getRemoteAddress()
Returns the address of the remote node.
|
int |
getRemotePort()
Returns the remote port.
|
com.hazelcast.nio.ObjectDataInput |
in() |
com.hazelcast.nio.ObjectDataOutput |
out() |
com.hazelcast.core.HazelcastInstance getHazelcast()
ClusterJoinMode getJoinMode()
ClusterJoinMode.CONNECT
if this node initiated the connection to another node or
ClusterJoinMode.ACCEPT
if the other node initiated the connectionString getLocalAddress()
int getLocalPort()
String getRemoteAddress()
int getRemotePort()
com.hazelcast.nio.ObjectDataInput in()
com.hazelcast.nio.ObjectDataOutput out()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences