Class TcpDiscoverySharedFsIpFinder

  • All Implemented Interfaces:
    TcpDiscoveryIpFinder

    public class TcpDiscoverySharedFsIpFinder
    extends TcpDiscoveryIpFinderAdapter
    Shared filesystem-based IP finder.

    Configuration

    Mandatory

    There are no mandatory configuration parameters.

    Optional

    If getPath() is not provided, then DFLT_PATH will be used and only local nodes will discover each other. To enable discovery over network you must provide a path to a shared directory explicitly.

    The directory will contain empty files named like the following 192.168.1.136#1001.

    Note that this finder is shared by default (see TcpDiscoveryIpFinder.isShared().