@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DiscoverySpiOrderSupport
DiscoverySpi
that support
proper node ordering. This includes:
ClusterNode.order()
method. There is no requirement about order value other than that nodes that join grid
at later point of time have order values greater than previous nodes.
EventType.EVT_NODE_JOINED
events come in proper order. This means that all
listeners to discovery events will receive discovery notifications in proper order.
Modifier and Type | Required Element and Description |
---|---|
boolean |
value
Whether or not target SPI supports node startup order.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019