Class DiscoveryNotification


  • public class DiscoveryNotification
    extends Object
    Discovery notification object.
    • Constructor Detail

      • DiscoveryNotification

        public DiscoveryNotification​(int eventType,
                                     long topVer,
                                     ClusterNode node,
                                     Collection<ClusterNode> topSnapshot)
        Parameters:
        eventType - Event type.
        topVer - Topology version.
        node - Node.
        topSnapshot - Topology snapshot.