Search Results for

    Show / Hide Table of Contents

    Class TcpDiscoveryIpFinderBase

    Base IpFinder class.

    Inheritance
    System.Object
    TcpDiscoveryIpFinderBase
    TcpDiscoveryStaticIpFinder
    Implements
    ITcpDiscoveryIpFinder
    Namespace: Apache.Ignite.Core.Discovery.Tcp
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public abstract class TcpDiscoveryIpFinderBase : object, 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 = null
    Field Value
    Type Description
    System.Byte

    TypeCodeVmIpFinder

    Declaration
    protected const byte TypeCodeVmIpFinder = null
    Field Value
    Type Description
    System.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
    System.Byte

    Implements

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