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