public interface ClientAddressFinder
getAddresses()
. There are two modes of how soon Ignite calls
it, lazy and eager, depending on whether the partition awareness feature is enabled. If the feature is enabled then
Ignite calls the method for every topology change. Otherwise Ignite uses previous addresses until a first failure.
ClientConfiguration.setAffinityAwarenessEnabled(boolean)
ClientConfiguration.setAddressesFinder(ClientAddressFinder)
Modifier and Type | Method and Description |
---|---|
String[] |
getAddresses()
Get addresses of Ignite server nodes within a cluster.
|
String[] getAddresses()
ClientConnectorConfiguration.DFLT_PORT
,
ClientConnectorConfiguration.DFLT_PORT_RANGE
.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024