Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response
longtopologyVersion (actual topology version in this response)
intJoined node count
JoinedNode * count


JoinedNode
UUIDNode id
intEndpoint count
Endpoint * count


Endpoint
StringIP Address
StringHost name (used for SSL)
intPort



intDisconnected node count
UUID * countDisconnected node ids
  • Server must return endpoints according to IgniteConfiguration.Localhost setting (IgniteConfiguration.Localhost defines network interfaces for Ignite to bind to).
  • Server can use Compute to retrieve endpoints for every cluster node; alternatively, we can put this information into node attributes. To be discussed.
      Server must return endpoints according to IgniteConfiguration.Localhost setting (IgniteConfiguration.Localhost defines network interfaces for Ignite to bind to).
      • Existing node attributes "org.apache.ignite.ips" and "clientListenerPort" are close to what we need, but IgniteConfiguration.Localhost is ignored

    Client Public API Changes

    ...