Search Results for

    Show / Hide Table of Contents

    Class TcpDiscoveryIpFinderBase

    Base IpFinder class.

    Inheritance
    object
    TcpDiscoveryIpFinderBase
    TcpDiscoveryStaticIpFinder
    Implements
    ITcpDiscoveryIpFinder
    Inherited Members
    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
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public abstract class TcpDiscoveryIpFinderBase : ITcpDiscoveryIpFinder

    Constructors

    TcpDiscoveryIpFinderBase()

    Initializes a new instance of the TcpDiscoveryIpFinderBase class. Prevents user-defined implementations.

    Declaration
    protected TcpDiscoveryIpFinderBase()

    Fields

    TypeCodeMulticastIpFinder

    Declaration
    protected const byte TypeCodeMulticastIpFinder = 2
    Field Value
    Type Description
    byte

    TypeCodeVmIpFinder

    Declaration
    protected const byte TypeCodeVmIpFinder = 1
    Field Value
    Type Description
    byte

    Properties

    TypeCode

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

    Declaration
    protected abstract byte TypeCode { get; }
    Property Value
    Type Description
    byte

    Implements

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