Search Results for

    Show / Hide Table of Contents

    Class TcpDiscoveryStaticIpFinder

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

    Inheritance
    object
    TcpDiscoveryIpFinderBase
    TcpDiscoveryStaticIpFinder
    TcpDiscoveryMulticastIpFinder
    Implements
    ITcpDiscoveryIpFinder
    Inherited Members
    TcpDiscoveryIpFinderBase.TypeCodeVmIpFinder
    TcpDiscoveryIpFinderBase.TypeCodeMulticastIpFinder
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
    public ICollection<string> Endpoints { get; set; }
    Property Value
    Type Description
    ICollection<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
    byte
    Overrides
    TcpDiscoveryIpFinderBase.TypeCode

    Implements

    ITcpDiscoveryIpFinder
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation