Apache Ignite.NET
Apache.Ignite.Core.Discovery.Tcp.Static.TcpDiscoveryStaticIpFinder Class Reference

IP Finder which works only with pre-configured list of IP addresses. More...

Inheritance diagram for Apache.Ignite.Core.Discovery.Tcp.Static.TcpDiscoveryStaticIpFinder:
Apache.Ignite.Core.Discovery.Tcp.TcpDiscoveryIpFinderBase Apache.Ignite.Core.Discovery.Tcp.ITcpDiscoveryIpFinder Apache.Ignite.Core.Discovery.Tcp.Multicast.TcpDiscoveryMulticastIpFinder

Public Member Functions

 TcpDiscoveryStaticIpFinder ()
 Initializes a new instance of the TcpDiscoveryStaticIpFinder class. More...
 

Properties

ICollection< string > Endpoints [get, set]
 Gets or sets the end points. More...
 
override byte TypeCode [get]
 Gets the type code to be used in Java to determine ip finder type. More...
 
- Properties inherited from Apache.Ignite.Core.Discovery.Tcp.TcpDiscoveryIpFinderBase
abstract byte TypeCode [get]
 Gets the type code to be used in Java to determine ip finder type. More...
 

Additional Inherited Members

- Protected Attributes inherited from Apache.Ignite.Core.Discovery.Tcp.TcpDiscoveryIpFinderBase
const byte TypeCodeVmIpFinder = 1
 
const byte TypeCodeMulticastIpFinder = 2
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Discovery.Tcp.Static.TcpDiscoveryStaticIpFinder.TcpDiscoveryStaticIpFinder ( )

Property Documentation

ICollection<string> Apache.Ignite.Core.Discovery.Tcp.Static.TcpDiscoveryStaticIpFinder.Endpoints
getset
override byte Apache.Ignite.Core.Discovery.Tcp.Static.TcpDiscoveryStaticIpFinder.TypeCode
getprotected