mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
165 lines
25 KiB
HTML
165 lines
25 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>tgstation-server: src/Tgstation.Server.Host/Swarm/SwarmConstants.cs Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">tgstation-server<span id="projectnumber"> 6.19.3</span>
|
|
</div>
|
|
<div id="projectbrief">The /tg/station 13 server suite</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.8 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
var searchBox = new SearchBox("searchBox", "search/",'.html');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(document).ready(function() { init_codefold(0); });
|
|
/* @license-end */
|
|
</script>
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<div id="MSearchResults">
|
|
<div class="SRPage">
|
|
<div id="SRIndex">
|
|
<div id="SRResults"></div>
|
|
<div class="SRStatus" id="Loading">Loading...</div>
|
|
<div class="SRStatus" id="Searching">Searching...</div>
|
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_34761767c1c3cd212f9d2f80ea0828a8.html">Tgstation.Server.Host</a></li><li class="navelem"><a class="el" href="dir_d79e310510566c78de096c61d055de81.html">Swarm</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle"><div class="title">SwarmConstants.cs</div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="_swarm_constants_8cs.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="keyword">using </span>Newtonsoft.Json;</div>
|
|
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="keyword">using </span>Newtonsoft.Json.Serialization;</div>
|
|
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
|
|
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a>;</div>
|
|
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_converters.html">Tgstation.Server.Host.Extensions.Converters</a>;</div>
|
|
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keyword">using </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_shared.html">Tgstation.Server.Shared</a>;</div>
|
|
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span> </div>
|
|
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespace_tgstation_1_1_server_1_1_host_1_1_swarm.html">Tgstation.Server.Host.Swarm</a></div>
|
|
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span>{</div>
|
|
<div class="foldopen" id="foldopen00013" data-start="{" data-end="};">
|
|
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html"> 13</a></span> <span class="keyword">static</span> <span class="keyword">class </span><a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html">SwarmConstants</a></div>
|
|
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> {</div>
|
|
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a64c88fe82c3d1617052f66e886bb6822"> 18</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a64c88fe82c3d1617052f66e886bb6822">ControllerRoute</a> = Routes.ApiRoot + <span class="stringliteral">"Swarm"</span>;</div>
|
|
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
|
|
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a327007f5bb9edde6ff3eca8e0da3027a"> 23</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a327007f5bb9edde6ff3eca8e0da3027a">ApiKeyHeader</a> = <span class="stringliteral">"X-API-KEY"</span>;</div>
|
|
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
|
|
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#ac044806cbe7ad3fc7361aa4c83479335"> 28</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#ac044806cbe7ad3fc7361aa4c83479335">RegistrationIdHeader</a> = <span class="stringliteral">"SwarmRegistration"</span>;</div>
|
|
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
|
|
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a7289515ab43fd25d67d8705ab03f8f8c"> 33</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a7289515ab43fd25d67d8705ab03f8f8c">RegisterRoute</a> = <span class="stringliteral">"Register"</span>;</div>
|
|
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
|
|
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a548fcfd4826b1bb05231f8e5082442fb"> 38</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">string</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a548fcfd4826b1bb05231f8e5082442fb">UpdateRoute</a> = <span class="stringliteral">"Update"</span>;</div>
|
|
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
|
|
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a1144696ae118c874af2fba95a3d37fb1"> 43</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a1144696ae118c874af2fba95a3d37fb1">ControllerHealthCheckIntervalMinutes</a> = 3;</div>
|
|
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
|
|
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a9b88251428573800000fea910531443d"> 48</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a9b88251428573800000fea910531443d">NodeHealthCheckIntervalMinutes</a> = 5;</div>
|
|
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
|
|
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#ad9301c887de967ed3668350d2d230474"> 53</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#ad9301c887de967ed3668350d2d230474">UpdateCommitTimeoutMinutes</a> = 10;</div>
|
|
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> </div>
|
|
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#aea9c30930f13c68e4b5f72ca59f23ecd"> 58</a></span> <span class="keyword">public</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code hl_variable" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#aea9c30930f13c68e4b5f72ca59f23ecd">SecondsToDelayForcedHealthChecks</a> = 15;</div>
|
|
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
|
|
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a17e48e1e69ce8a855c0d2556850834e4"> 63</a></span> <span class="keyword">public</span> <span class="keyword">static</span> JsonSerializerSettings <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a17e48e1e69ce8a855c0d2556850834e4">SerializerSettings</a> { <span class="keyword">get</span>; }</div>
|
|
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
|
|
<div class="foldopen" id="foldopen00068" data-start="{" data-end="}">
|
|
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a8435e376fb36e6c41976283086a4b102"> 68</a></span> <span class="keyword">static</span> <a class="code hl_function" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a8435e376fb36e6c41976283086a4b102">SwarmConstants</a>()</div>
|
|
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> {</div>
|
|
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_property" href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a17e48e1e69ce8a855c0d2556850834e4">SerializerSettings</a> = <span class="keyword">new</span>()</div>
|
|
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> {</div>
|
|
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> ContractResolver = <span class="keyword">new</span> DefaultContractResolver</div>
|
|
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> {</div>
|
|
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> NamingStrategy = <span class="keyword">new</span> CamelCaseNamingStrategy(),</div>
|
|
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> },</div>
|
|
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> Converters = <span class="keyword">new</span> <a class="code hl_class" href="class_json_converter.html">JsonConverter</a>[]</div>
|
|
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> {</div>
|
|
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_shared_1_1_version_converter.html">VersionConverter</a>(),</div>
|
|
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">new</span> <a class="code hl_class" href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_converters_1_1_bool_converter.html">BoolConverter</a>(),</div>
|
|
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> },</div>
|
|
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> DefaultValueHandling = DefaultValueHandling.Ignore,</div>
|
|
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> ReferenceLoopHandling = ReferenceLoopHandling.Ignore,</div>
|
|
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> };</div>
|
|
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> }</div>
|
|
</div>
|
|
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span>}</div>
|
|
<div class="ttc" id="aclass_json_converter_html"><div class="ttname"><a href="class_json_converter.html">JsonConverter</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_converters_1_1_bool_converter_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_converters_1_1_bool_converter.html">Tgstation.Server.Host.Extensions.Converters.BoolConverter</a></div><div class="ttdoc">JsonConverter for decoding bools returned by BYOND.</div><div class="ttdef"><b>Definition</b> <a href="_bool_converter_8cs_source.html#l00010">BoolConverter.cs:11</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html">Tgstation.Server.Host.Swarm.SwarmConstants</a></div><div class="ttdoc">Constants used by the swarm system.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00013">SwarmConstants.cs:14</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a1144696ae118c874af2fba95a3d37fb1"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a1144696ae118c874af2fba95a3d37fb1">Tgstation.Server.Host.Swarm.SwarmConstants.ControllerHealthCheckIntervalMinutes</a></div><div class="ttdeci">const int ControllerHealthCheckIntervalMinutes</div><div class="ttdoc">Interval at which the swarm controller makes health checks on nodes.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00043">SwarmConstants.cs:43</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a17e48e1e69ce8a855c0d2556850834e4"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a17e48e1e69ce8a855c0d2556850834e4">Tgstation.Server.Host.Swarm.SwarmConstants.SerializerSettings</a></div><div class="ttdeci">static JsonSerializerSettings SerializerSettings</div><div class="ttdoc">See JsonSerializerSettings for the swarm system.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00063">SwarmConstants.cs:63</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a327007f5bb9edde6ff3eca8e0da3027a"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a327007f5bb9edde6ff3eca8e0da3027a">Tgstation.Server.Host.Swarm.SwarmConstants.ApiKeyHeader</a></div><div class="ttdeci">const string ApiKeyHeader</div><div class="ttdoc">The header used to pass in the Configuration.SwarmConfiguration.PrivateKey.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00023">SwarmConstants.cs:23</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a548fcfd4826b1bb05231f8e5082442fb"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a548fcfd4826b1bb05231f8e5082442fb">Tgstation.Server.Host.Swarm.SwarmConstants.UpdateRoute</a></div><div class="ttdeci">const string UpdateRoute</div><div class="ttdoc">The route used for swarm updates.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00038">SwarmConstants.cs:38</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a64c88fe82c3d1617052f66e886bb6822"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a64c88fe82c3d1617052f66e886bb6822">Tgstation.Server.Host.Swarm.SwarmConstants.ControllerRoute</a></div><div class="ttdeci">const string ControllerRoute</div><div class="ttdoc">The base route for Controllers.SwarmController.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00018">SwarmConstants.cs:18</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a7289515ab43fd25d67d8705ab03f8f8c"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a7289515ab43fd25d67d8705ab03f8f8c">Tgstation.Server.Host.Swarm.SwarmConstants.RegisterRoute</a></div><div class="ttdeci">const string RegisterRoute</div><div class="ttdoc">The route used for swarm registration.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00033">SwarmConstants.cs:33</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a8435e376fb36e6c41976283086a4b102"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a8435e376fb36e6c41976283086a4b102">Tgstation.Server.Host.Swarm.SwarmConstants.SwarmConstants</a></div><div class="ttdeci">static SwarmConstants()</div><div class="ttdoc">Initializes static members of the SwarmConstants class.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00068">SwarmConstants.cs:68</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_a9b88251428573800000fea910531443d"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#a9b88251428573800000fea910531443d">Tgstation.Server.Host.Swarm.SwarmConstants.NodeHealthCheckIntervalMinutes</a></div><div class="ttdeci">const int NodeHealthCheckIntervalMinutes</div><div class="ttdoc">Interval at which the node makes health checks on the controller if it has not received one.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00048">SwarmConstants.cs:48</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_ac044806cbe7ad3fc7361aa4c83479335"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#ac044806cbe7ad3fc7361aa4c83479335">Tgstation.Server.Host.Swarm.SwarmConstants.RegistrationIdHeader</a></div><div class="ttdeci">const string RegistrationIdHeader</div><div class="ttdoc">The header used to pass in swarm registration IDs.</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00028">SwarmConstants.cs:28</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_ad9301c887de967ed3668350d2d230474"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#ad9301c887de967ed3668350d2d230474">Tgstation.Server.Host.Swarm.SwarmConstants.UpdateCommitTimeoutMinutes</a></div><div class="ttdeci">const int UpdateCommitTimeoutMinutes</div><div class="ttdoc">Number of minutes the controller waits to receive a ready-commit from all nodes before aborting an up...</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00053">SwarmConstants.cs:53</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants_html_aea9c30930f13c68e4b5f72ca59f23ecd"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_host_1_1_swarm_1_1_swarm_constants.html#aea9c30930f13c68e4b5f72ca59f23ecd">Tgstation.Server.Host.Swarm.SwarmConstants.SecondsToDelayForcedHealthChecks</a></div><div class="ttdeci">const int SecondsToDelayForcedHealthChecks</div><div class="ttdoc">Number of seconds between a health check global::System.Threading.Tasks.TaskCompletionSource triggeri...</div><div class="ttdef"><b>Definition</b> <a href="_swarm_constants_8cs_source.html#l00058">SwarmConstants.cs:58</a></div></div>
|
|
<div class="ttc" id="aclass_tgstation_1_1_server_1_1_shared_1_1_version_converter_html"><div class="ttname"><a href="class_tgstation_1_1_server_1_1_shared_1_1_version_converter.html">Tgstation.Server.Shared.VersionConverter</a></div><div class="ttdoc">JsonConverter and IYamlTypeConverter for serializing global::System.Versions in semver format.</div><div class="ttdef"><b>Definition</b> <a href="_version_converter_8cs_source.html#l00016">VersionConverter.cs:17</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_api_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_api.html">Tgstation.Server.Api</a></div><div class="ttdef"><b>Definition</b> <a href="_api_headers_8cs_source.html#l00019">ApiHeaders.cs:20</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_converters_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_extensions_1_1_converters.html">Tgstation.Server.Host.Extensions.Converters</a></div><div class="ttdef"><b>Definition</b> <a href="_bool_converter_8cs_source.html#l00005">BoolConverter.cs:6</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_host_1_1_swarm_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_host_1_1_swarm.html">Tgstation.Server.Host.Swarm</a></div><div class="ttdef"><b>Definition</b> <a href="_i_swarm_operations_8cs_source.html#l00008">ISwarmOperations.cs:9</a></div></div>
|
|
<div class="ttc" id="anamespace_tgstation_1_1_server_1_1_shared_html"><div class="ttname"><a href="namespace_tgstation_1_1_server_1_1_shared.html">Tgstation.Server.Shared</a></div><div class="ttdef"><b>Definition</b> <a href="_version_converter_8cs_source.html#l00011">VersionConverter.cs:12</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
|
|
</small></address>
|
|
</body>
|
|
</html>
|