Class TcpDiscoveryStaticIpFinder
IP Finder which works only with pre-configured list of IP addresses.
Inheritance
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
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public ICollection<string> Endpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| ICollection<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 |
|---|---|
| byte |