Class TcpDiscoveryStaticIpFinder
IP Finder which works only with pre-configured list of IP addresses.
Inheritance
System.Object
TcpDiscoveryStaticIpFinder
Implements
Inherited Members
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
public ICollection<string> Endpoints { get; set; }
Property Value
Type | Description |
---|---|
ICollection<System.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 |
---|---|
System.Byte |