blob: e57a7fefd3f6d7825e080133971a5aec21ceb7fe [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<link rel="canonical" href="https://ignite.apache.org/releases/2.4.0/dotnetdoc/api/Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html" />
<META NAME="ROBOTS" CONTENT="NOINDEX">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class TcpDiscoverySpi
| Apache Ignite.NET </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class TcpDiscoverySpi
| Apache Ignite.NET ">
<meta name="generator" content="docfx 2.24.0.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61232409-1', 'auto');
ga('send', 'pageview');
</script></head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo_ignite_32_32.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items"></div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi">
<h1 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi" class="text-break">Class TcpDiscoverySpi
</h1>
<div class="markdown level0 summary"><p>TCP discover service provider.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">TcpDiscoverySpi</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Apache.Ignite.Core.Discovery.IDiscoverySpi.html">IDiscoverySpi</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.html">Apache.Ignite.Core.Discovery.Tcp</a></h6>
<h6><strong>Assembly</strong>: Apache.Ignite.Core.dll</h6>
<h5 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class TcpDiscoverySpi : IDiscoverySpi</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi__ctor_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.#ctor*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi__ctor" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.#ctor">TcpDiscoverySpi()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html">TcpDiscoverySpi</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TcpDiscoverySpi()</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultAckTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultAckTimeout">DefaultAckTimeout</h4>
<div class="markdown level1 summary"><p>Default acknowledgement timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly TimeSpan DefaultAckTimeout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultIpFinderCleanFrequency" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultIpFinderCleanFrequency">DefaultIpFinderCleanFrequency</h4>
<div class="markdown level1 summary"><p>Default value for the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_IpFinderCleanFrequency">IpFinderCleanFrequency</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly TimeSpan DefaultIpFinderCleanFrequency</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultJoinTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultJoinTimeout">DefaultJoinTimeout</h4>
<div class="markdown level1 summary"><p>Default join timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly TimeSpan DefaultJoinTimeout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultLocalPort" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultLocalPort">DefaultLocalPort</h4>
<div class="markdown level1 summary"><p>Default value for the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPort">LocalPort</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int DefaultLocalPort = 47500</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultLocalPortRange" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultLocalPortRange">DefaultLocalPortRange</h4>
<div class="markdown level1 summary"><p>Default value for the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPortRange">LocalPortRange</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int DefaultLocalPortRange = 100</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultMaxAckTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultMaxAckTimeout">DefaultMaxAckTimeout</h4>
<div class="markdown level1 summary"><p>Default maximum acknowledgement timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly TimeSpan DefaultMaxAckTimeout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultNetworkTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultNetworkTimeout">DefaultNetworkTimeout</h4>
<div class="markdown level1 summary"><p>Default network timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly TimeSpan DefaultNetworkTimeout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultReconnectCount" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultReconnectCount">DefaultReconnectCount</h4>
<div class="markdown level1 summary"><p>Default value for the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ReconnectCount">ReconnectCount</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int DefaultReconnectCount = 10</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultSocketTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultSocketTimeout">DefaultSocketTimeout</h4>
<div class="markdown level1 summary"><p>Default socket timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly TimeSpan DefaultSocketTimeout</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultThreadPriority" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultThreadPriority">DefaultThreadPriority</h4>
<div class="markdown level1 summary"><p>Default value for the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ThreadPriority">ThreadPriority</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int DefaultThreadPriority = 10</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_DefaultTopologyHistorySize" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.DefaultTopologyHistorySize">DefaultTopologyHistorySize</h4>
<div class="markdown level1 summary"><p>Default value for the <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_TopologyHistorySize">TopologyHistorySize</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public const int DefaultTopologyHistorySize = 1000</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_AckTimeout_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.AckTimeout*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_AckTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.AckTimeout">AckTimeout</h4>
<div class="markdown level1 summary"><p>Gets or sets the timeout for receiving acknowledgement for sent message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan AckTimeout { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ClientReconnectDisabled_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ClientReconnectDisabled*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ClientReconnectDisabled" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ClientReconnectDisabled">ClientReconnectDisabled</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether client does not try to reconnect after
server detected client node failure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool ClientReconnectDisabled { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ForceServerMode_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ForceServerMode*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ForceServerMode" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ForceServerMode">ForceServerMode</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether TcpDiscoverySpi is started in server mode
regardless of <a class="xref" href="Apache.Ignite.Core.IgniteConfiguration.html#Apache_Ignite_Core_IgniteConfiguration_ClientMode">ClientMode</a> setting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool ForceServerMode { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_IpFinder_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.IpFinder*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_IpFinder" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.IpFinder">IpFinder</h4>
<div class="markdown level1 summary"><p>Gets or sets the IP finder which defines how nodes will find each other on the network.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ITcpDiscoveryIpFinder IpFinder { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html">ITcpDiscoveryIpFinder</a></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_IpFinderCleanFrequency_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.IpFinderCleanFrequency*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_IpFinderCleanFrequency" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.IpFinderCleanFrequency">IpFinderCleanFrequency</h4>
<div class="markdown level1 summary"><p>Gets or sets the IP finder clean frequency.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan IpFinderCleanFrequency { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_JoinTimeout_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.JoinTimeout*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_JoinTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.JoinTimeout">JoinTimeout</h4>
<div class="markdown level1 summary"><p>Gets or sets the join timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan JoinTimeout { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalAddress_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.LocalAddress*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalAddress" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.LocalAddress">LocalAddress</h4>
<div class="markdown level1 summary"><p>Gets or sets the local host IP address that discovery SPI uses.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string LocalAddress { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPort_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.LocalPort*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPort" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.LocalPort">LocalPort</h4>
<div class="markdown level1 summary"><p>Gets or sets the local port to listen to.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int LocalPort { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPortRange_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.LocalPortRange*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPortRange" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.LocalPortRange">LocalPortRange</h4>
<div class="markdown level1 summary"><p>Gets or sets the range for local ports. Local node will try to bind on first available port starting from
<a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPort">LocalPort</a> up until (<a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPort">LocalPort</a> + <a class="xref" href="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html#Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_LocalPortRange">LocalPortRange</a>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int LocalPortRange { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_MaxAckTimeout_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.MaxAckTimeout*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_MaxAckTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.MaxAckTimeout">MaxAckTimeout</h4>
<div class="markdown level1 summary"><p>Gets or sets the maximum timeout for receiving acknowledgement for sent message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan MaxAckTimeout { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_NetworkTimeout_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.NetworkTimeout*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_NetworkTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.NetworkTimeout">NetworkTimeout</h4>
<div class="markdown level1 summary"><p>Gets or sets the network timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan NetworkTimeout { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ReconnectCount_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ReconnectCount*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ReconnectCount" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ReconnectCount">ReconnectCount</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of times node tries to (re)establish connection to another node.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int ReconnectCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_SocketTimeout_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.SocketTimeout*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_SocketTimeout" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.SocketTimeout">SocketTimeout</h4>
<div class="markdown level1 summary"><p>Gets or sets the socket timeout.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan SocketTimeout { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_StatisticsPrintFrequency_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.StatisticsPrintFrequency*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_StatisticsPrintFrequency" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.StatisticsPrintFrequency">StatisticsPrintFrequency</h4>
<div class="markdown level1 summary"><p>Gets or sets the statistics print frequency.
<span class="xref">System.TimeSpan.Zero</span> for no statistics.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public TimeSpan StatisticsPrintFrequency { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.TimeSpan</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ThreadPriority_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ThreadPriority*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_ThreadPriority" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.ThreadPriority">ThreadPriority</h4>
<div class="markdown level1 summary"><p>Sets thread priority, 1 (lowest) to 10 (highest). All threads within SPI will be started with it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int ThreadPriority { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_TopologyHistorySize_" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.TopologyHistorySize*"></a>
<h4 id="Apache_Ignite_Core_Discovery_Tcp_TcpDiscoverySpi_TopologyHistorySize" data-uid="Apache.Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.TopologyHistorySize">TopologyHistorySize</h4>
<div class="markdown level1 summary"><p>Gets or sets the size of topology snapshots history.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int TopologyHistorySize { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Apache.Ignite.Core.Discovery.IDiscoverySpi.html">IDiscoverySpi</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
© 2015 - 2018 The Apache Software Foundation
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>