Interface GridSegmentationProcessor

    • Method Detail

      • isValidSegment

        boolean isValidSegment()
        Performs network segment check.

        This method is called by discovery manager in the following cases:

        1. Before discovery SPI start.
        2. When other node leaves topology.
        3. When other node in topology fails.
        4. Periodically (see IgniteConfiguration.getSegmentCheckFrequency()).
        Returns:
        True if segment is correct.