Class TcpDiscoveryIpFinderBase
Base IpFinder class.
Implements
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 |