public interface AddressPicker
Address
that a Hazelcast cluster member binds its server socket to
and a (potentially different) address that Hazelcast will advertise to other cluster members and clients.void pickAddress() throws Exception
Exception
@Deprecated Address getBindAddress()
getBindAddress(EndpointQualifier.MEMBER
insteadAddress getBindAddress(EndpointQualifier qualifier)
EndpointQualifier
s
may be the same or different, depending on the actual network configuration.Address
where the server socket was bound to or null
if called before.
pickAddress()
@Deprecated Address getPublicAddress()
getPublicAddress(EndpointQualifier.MEMBER
insteadAddress getPublicAddress(EndpointQualifier qualifier)
Address
another members can use to connect to this member or null
if called before
pickAddress()
Map<EndpointQualifier,Address> getPublicAddressMap()
@Deprecated ServerSocketChannel getServerSocketChannel()
getServerSocketChannel(EndpointQualifier.MEMBER
insteadServerSocketChannel getServerSocketChannel(EndpointQualifier qualifier)
ServerSocketChannel
to be listened to by an acceptor or null
if called before
pickAddress()
Map<EndpointQualifier,ServerSocketChannel> getServerSocketChannels()
ServerSocketChannel
s of this member, mapped by corresponding EndpointQualifier
Map<EndpointQualifier, ServerSocketChannel>
of this member's server socket channelsCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.