Search Results for

    Show / Hide Table of Contents

    Class TcpDiscoveryStaticIpFinder

    IP Finder which works only with pre-configured list of IP addresses.

    Inheritance
    System.Object
    TcpDiscoveryIpFinderBase
    TcpDiscoveryStaticIpFinder
    TcpDiscoveryMulticastIpFinder
    Implements
    ITcpDiscoveryIpFinder
    Inherited Members
    TcpDiscoveryIpFinderBase.TypeCodeVmIpFinder
    TcpDiscoveryIpFinderBase.TypeCodeMulticastIpFinder
    Namespace: Apache.Ignite.Core.Discovery.Tcp.Static
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class TcpDiscoveryStaticIpFinder : TcpDiscoveryIpFinderBase, ITcpDiscoveryIpFinder

    Constructors

    TcpDiscoveryStaticIpFinder()

    Initializes a new instance of the TcpDiscoveryStaticIpFinder class.

    Declaration
    public TcpDiscoveryStaticIpFinder()

    Properties

    Endpoints

    Gets or sets the end points.

    Declaration
    public ICollection<string> Endpoints { get; set; }
    Property Value
    Type Description
    ICollection<System.String>

    TypeCode

    Gets the type code to be used in Java to determine ip finder type.

    Declaration
    protected override byte TypeCode { get; }
    Property Value
    Type Description
    System.Byte
    Overrides
    TcpDiscoveryIpFinderBase.TypeCode

    Implements

    ITcpDiscoveryIpFinder
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation