mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
245 lines
42 KiB
HTML
245 lines
42 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">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.17"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>rippled: LedgerReplayer.h 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 style="height: 56px;">
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">rippled
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.17 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
<!-- 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">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div id="nav-path" class="navpath">
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_df9c78dcf3f59a33b12284f95992a64b.html">ripple</a></li><li class="navelem"><a class="el" href="dir_9f69212e4c6e2ca9ec5ab59cd7b6275c.html">app</a></li><li class="navelem"><a class="el" href="dir_796f40347441ba166e244d2eadcd4ae1.html">ledger</a></li> </ul>
|
|
</div>
|
|
</div><!-- top -->
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">LedgerReplayer.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//------------------------------------------------------------------------------</span></div>
|
|
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/*</span></div>
|
|
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> This file is part of rippled: https://github.com/ripple/rippled</span></div>
|
|
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> Copyright (c) 2012, 2020 Ripple Labs Inc.</span></div>
|
|
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> Permission to use, copy, modify, and/or distribute this software for any</span></div>
|
|
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> purpose with or without fee is hereby granted, provided that the above</span></div>
|
|
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> copyright notice and this permission notice appear in all copies.</span></div>
|
|
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"></span> </div>
|
|
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES</span></div>
|
|
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF</span></div>
|
|
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR</span></div>
|
|
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES</span></div>
|
|
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN</span></div>
|
|
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF</span></div>
|
|
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</span></div>
|
|
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">*/</span></div>
|
|
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">//==============================================================================</span></div>
|
|
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
|
|
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#ifndef RIPPLE_APP_LEDGER_LEDGERREPLAYER_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#define RIPPLE_APP_LEDGER_LEDGERREPLAYER_H_INCLUDED</span></div>
|
|
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  </div>
|
|
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <ripple/app/ledger/LedgerMaster.h></span></div>
|
|
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <ripple/app/ledger/LedgerReplayTask.h></span></div>
|
|
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <ripple/app/main/Application.h></span></div>
|
|
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <ripple/beast/utility/Journal.h></span></div>
|
|
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
|
|
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a>></span></div>
|
|
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</a>></span></div>
|
|
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <<a class="codeRef" href="http://en.cppreference.com/w/cpp/header/vector.html">vector</a>></span></div>
|
|
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  </div>
|
|
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">namespace </span><a class="code" href="namespaceripple.html">ripple</a> {</div>
|
|
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  </div>
|
|
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="keyword">namespace </span>test {</div>
|
|
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">class </span>LedgerReplayClient;</div>
|
|
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> } <span class="comment">// namespace test</span></div>
|
|
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
|
|
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html"> 38</a></span> <span class="keyword">namespace </span>LedgerReplayParameters {</div>
|
|
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment">// timeout value for LedgerReplayTask</span></div>
|
|
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#a5f7e91360b7b3db9e68228234b40aed0"> 40</a></span> <span class="keyword">auto</span> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#a5f7e91360b7b3db9e68228234b40aed0">TASK_TIMEOUT</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a>{500};</div>
|
|
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  </div>
|
|
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// for LedgerReplayTask to calculate max allowed timeouts</span></div>
|
|
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="comment">// = max( TASK_MAX_TIMEOUTS_MINIMUM,</span></div>
|
|
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="comment">// (# of ledger to replay) * TASK_MAX_TIMEOUTS_MULTIPLIER)</span></div>
|
|
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#afababeb6f62adba12e491092b66303d1"> 45</a></span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#afababeb6f62adba12e491092b66303d1">TASK_MAX_TIMEOUTS_MULTIPLIER</a> = 2;</div>
|
|
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#a628bfe49be164b75636e515e5d3bfee1"> 46</a></span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#a628bfe49be164b75636e515e5d3bfee1">TASK_MAX_TIMEOUTS_MINIMUM</a> = 10;</div>
|
|
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  </div>
|
|
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="comment">// timeout value for subtasks: LedgerDeltaAcquire and SkipListAcquire</span></div>
|
|
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#a13375bf1dcab562d9f140761283dd1f4"> 49</a></span> <span class="keyword">auto</span> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#a13375bf1dcab562d9f140761283dd1f4">SUB_TASK_TIMEOUT</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a>{250};</div>
|
|
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment">// max of allowed subtask timeouts</span></div>
|
|
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#ae858b43a9a08afd0e9fc557f4df16b34"> 51</a></span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#ae858b43a9a08afd0e9fc557f4df16b34">SUB_TASK_MAX_TIMEOUTS</a> = 10;</div>
|
|
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  </div>
|
|
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment">// max number of peers that do not support the ledger replay feature</span></div>
|
|
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment">// returned by the PeerSet before switch to fallback</span></div>
|
|
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#aa721f9405fe258a48e4ebbf868628a1a"> 55</a></span> <span class="keyword">auto</span> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#aa721f9405fe258a48e4ebbf868628a1a">MAX_NO_FEATURE_PEER_COUNT</a> = 2;</div>
|
|
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment">// subtask timeout value after fallback</span></div>
|
|
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#a9748c493c942eb2589f8697f2830873e"> 57</a></span> <span class="keyword">auto</span> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#a9748c493c942eb2589f8697f2830873e">SUB_TASK_FALLBACK_TIMEOUT</a> = <a class="codeRef" href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a>{1000};</div>
|
|
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
|
|
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="comment">// for LedgerReplayer to limit the number of LedgerReplayTask</span></div>
|
|
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#a3daf995cbc0b1f63268b027bc25b4338"> 60</a></span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#a3daf995cbc0b1f63268b027bc25b4338">MAX_TASKS</a> = 10;</div>
|
|
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  </div>
|
|
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="comment">// for LedgerReplayer to limit the number of ledgers to replay in one task</span></div>
|
|
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#ae6f106cba934c55d12b420e8b40acc36"> 63</a></span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#ae6f106cba934c55d12b420e8b40acc36">MAX_TASK_SIZE</a> = 256;</div>
|
|
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
|
|
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment">// to limit the number of LedgerReplay related jobs in JobQueue</span></div>
|
|
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="namespaceripple_1_1LedgerReplayParameters.html#a80e7fcc1d0053b86876e6fcba05654aa"> 66</a></span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> constexpr <a class="code" href="namespaceripple_1_1LedgerReplayParameters.html#a80e7fcc1d0053b86876e6fcba05654aa">MAX_QUEUED_TASKS</a> = 100;</div>
|
|
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> } <span class="comment">// namespace LedgerReplayParameters</span></div>
|
|
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
|
|
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html"> 72</a></span> <span class="keyword">class </span><a class="code" href="classripple_1_1LedgerReplayer.html">LedgerReplayer</a> final</div>
|
|
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> {</div>
|
|
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keyword">public</span>:</div>
|
|
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a64acf661a108792c979d2c3dcd52a97d">LedgerReplayer</a>(</div>
|
|
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <a class="code" href="classripple_1_1Application.html">Application</a>& app,</div>
|
|
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="classripple_1_1InboundLedgers.html">InboundLedgers</a>& inboundLedgers,</div>
|
|
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<PeerSetBuilder></a> peerSetBuilder);</div>
|
|
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
|
|
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#ab627d07265d6b06c75788bfa6919b610">~LedgerReplayer</a>();</div>
|
|
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
|
|
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a889210425eeef3f27953527a5f21520a">replay</a>(</div>
|
|
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classripple_1_1InboundLedger.html#a3e8d7f8b5fa089a184dcc9b00b6e0da7">InboundLedger::Reason</a> r,</div>
|
|
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <a class="code" href="classripple_1_1base__uint.html">uint256</a> <span class="keyword">const</span>& finishLedgerHash,</div>
|
|
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> totalNumLedgers);</div>
|
|
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  </div>
|
|
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a117a8fd4c54900b486116583ff8466ca">createDeltas</a>(<a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<LedgerReplayTask></a> task);</div>
|
|
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  </div>
|
|
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a7f1036aacf255756c523a2cb17986bb4">gotSkipList</a>(</div>
|
|
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <a class="code" href="structripple_1_1LedgerInfo.html">LedgerInfo</a> <span class="keyword">const</span>& info,</div>
|
|
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<SHAMapItem const></a> <span class="keyword">const</span>& data);</div>
|
|
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
|
|
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a8652a285d05995ff346e6ae2944bef97">gotReplayDelta</a>(</div>
|
|
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <a class="code" href="structripple_1_1LedgerInfo.html">LedgerInfo</a> <span class="keyword">const</span>& info,</div>
|
|
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a><<a class="codeRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr<STTx const></a>>&& txns);</div>
|
|
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
|
|
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a14d52623cda41f42570ca30239eae356">sweep</a>();</div>
|
|
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>  </div>
|
|
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keywordtype">void</span></div>
|
|
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <a class="code" href="classripple_1_1LedgerReplayer.html#a5ddb27e3488d9a8546b7d897d25dc4f1">stop</a>();</div>
|
|
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  </div>
|
|
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="keyword">private</span>:</div>
|
|
<div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#ac0bcab237e804acef639e21822204a3e"> 129</a></span>  <span class="keyword">mutable</span> <a class="codeRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a> <a class="code" href="classripple_1_1LedgerReplayer.html#ac0bcab237e804acef639e21822204a3e">mtx_</a>;</div>
|
|
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a1b3a65f4362211b322e949f6b5f2b9f1"> 130</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector<std::shared_ptr<LedgerReplayTask></a>> <a class="code" href="classripple_1_1LedgerReplayer.html#a1b3a65f4362211b322e949f6b5f2b9f1">tasks_</a>;</div>
|
|
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#ad379e998b9ed9b7639191b52a04cee9f"> 131</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map<uint256, std::weak_ptr<LedgerDeltaAcquire></a>> <a class="code" href="classripple_1_1LedgerReplayer.html#ad379e998b9ed9b7639191b52a04cee9f">deltas_</a>;</div>
|
|
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a8773a97fe87b7f61f2c90f1c89f982fc"> 132</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/container/unordered_map.html">hash_map<uint256, std::weak_ptr<SkipListAcquire></a>> <a class="code" href="classripple_1_1LedgerReplayer.html#a8773a97fe87b7f61f2c90f1c89f982fc">skipLists_</a>;</div>
|
|
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  </div>
|
|
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a7942a1a23bb630dce2c7784fa2ac52c1"> 134</a></span>  <a class="code" href="classripple_1_1Application.html">Application</a>& <a class="code" href="classripple_1_1LedgerReplayer.html#a7942a1a23bb630dce2c7784fa2ac52c1">app_</a>;</div>
|
|
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a98b23a6e5cbfb1820778a5c1132ac25b"> 135</a></span>  <a class="code" href="classripple_1_1InboundLedgers.html">InboundLedgers</a>& <a class="code" href="classripple_1_1LedgerReplayer.html#a98b23a6e5cbfb1820778a5c1132ac25b">inboundLedgers_</a>;</div>
|
|
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a1cb3a180ec947e7c8c89cf41182c69b8"> 136</a></span>  <a class="codeRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr<PeerSetBuilder></a> <a class="code" href="classripple_1_1LedgerReplayer.html#a1cb3a180ec947e7c8c89cf41182c69b8">peerSetBuilder_</a>;</div>
|
|
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a387edc65f66abef7dca3c076fb271090"> 137</a></span>  <a class="code" href="classbeast_1_1Journal.html">beast::Journal</a> <a class="code" href="classripple_1_1LedgerReplayer.html#a387edc65f66abef7dca3c076fb271090">j_</a>;</div>
|
|
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  </div>
|
|
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classripple_1_1LedgerReplayer.html#a4156475fb02014076bb365159cbd1810"> 139</a></span>  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classripple_1_1test_1_1LedgerReplayClient.html">test::LedgerReplayClient</a>;</div>
|
|
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span> };</div>
|
|
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  </div>
|
|
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> } <span class="comment">// namespace ripple</span></div>
|
|
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  </div>
|
|
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="preprocessor">#endif</span></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
<div class="ttc" id="aclassripple_1_1Application_html"><div class="ttname"><a href="classripple_1_1Application.html">ripple::Application</a></div><div class="ttdef"><b>Definition:</b> <a href="Application_8h_source.html#l00103">Application.h:103</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a8773a97fe87b7f61f2c90f1c89f982fc"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a8773a97fe87b7f61f2c90f1c89f982fc">ripple::LedgerReplayer::skipLists_</a></div><div class="ttdeci">hash_map< uint256, std::weak_ptr< SkipListAcquire > > skipLists_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00132">LedgerReplayer.h:132</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_ae858b43a9a08afd0e9fc557f4df16b34"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#ae858b43a9a08afd0e9fc557f4df16b34">ripple::LedgerReplayParameters::SUB_TASK_MAX_TIMEOUTS</a></div><div class="ttdeci">constexpr std::uint32_t SUB_TASK_MAX_TIMEOUTS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00051">LedgerReplayer.h:51</a></div></div>
|
|
<div class="ttc" id="ashared_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_a9748c493c942eb2589f8697f2830873e"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#a9748c493c942eb2589f8697f2830873e">ripple::LedgerReplayParameters::SUB_TASK_FALLBACK_TIMEOUT</a></div><div class="ttdeci">constexpr auto SUB_TASK_FALLBACK_TIMEOUT</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00057">LedgerReplayer.h:57</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a5ddb27e3488d9a8546b7d897d25dc4f1"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a5ddb27e3488d9a8546b7d897d25dc4f1">ripple::LedgerReplayer::stop</a></div><div class="ttdeci">void stop()</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00257">LedgerReplayer.cpp:257</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_a3daf995cbc0b1f63268b027bc25b4338"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#a3daf995cbc0b1f63268b027bc25b4338">ripple::LedgerReplayParameters::MAX_TASKS</a></div><div class="ttdeci">constexpr std::uint32_t MAX_TASKS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00060">LedgerReplayer.h:60</a></div></div>
|
|
<div class="ttc" id="avector_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/vector.html">vector</a></div></div>
|
|
<div class="ttc" id="aduration_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/duration.html">std::chrono::milliseconds</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_ae6f106cba934c55d12b420e8b40acc36"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#ae6f106cba934c55d12b420e8b40acc36">ripple::LedgerReplayParameters::MAX_TASK_SIZE</a></div><div class="ttdeci">constexpr std::uint32_t MAX_TASK_SIZE</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00063">LedgerReplayer.h:63</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_ad379e998b9ed9b7639191b52a04cee9f"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#ad379e998b9ed9b7639191b52a04cee9f">ripple::LedgerReplayer::deltas_</a></div><div class="ttdeci">hash_map< uint256, std::weak_ptr< LedgerDeltaAcquire > > deltas_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00131">LedgerReplayer.h:131</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_a80e7fcc1d0053b86876e6fcba05654aa"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#a80e7fcc1d0053b86876e6fcba05654aa">ripple::LedgerReplayParameters::MAX_QUEUED_TASKS</a></div><div class="ttdeci">constexpr std::uint32_t MAX_QUEUED_TASKS</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00066">LedgerReplayer.h:66</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a117a8fd4c54900b486116583ff8466ca"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a117a8fd4c54900b486116583ff8466ca">ripple::LedgerReplayer::createDeltas</a></div><div class="ttdeci">void createDeltas(std::shared_ptr< LedgerReplayTask > task)</div><div class="ttdoc">Create LedgerDeltaAcquire subtasks for the LedgerReplayTask task.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00112">LedgerReplayer.cpp:112</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1base__uint_html"><div class="ttname"><a href="classripple_1_1base__uint.html">ripple::base_uint< 256 ></a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a98b23a6e5cbfb1820778a5c1132ac25b"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a98b23a6e5cbfb1820778a5c1132ac25b">ripple::LedgerReplayer::inboundLedgers_</a></div><div class="ttdeci">InboundLedgers & inboundLedgers_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00135">LedgerReplayer.h:135</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_a13375bf1dcab562d9f140761283dd1f4"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#a13375bf1dcab562d9f140761283dd1f4">ripple::LedgerReplayParameters::SUB_TASK_TIMEOUT</a></div><div class="ttdeci">constexpr auto SUB_TASK_TIMEOUT</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00049">LedgerReplayer.h:49</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_ab627d07265d6b06c75788bfa6919b610"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#ab627d07265d6b06c75788bfa6919b610">ripple::LedgerReplayer::~LedgerReplayer</a></div><div class="ttdeci">~LedgerReplayer()</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00038">LedgerReplayer.cpp:38</a></div></div>
|
|
<div class="ttc" id="aclassbeast_1_1Journal_html"><div class="ttname"><a href="classbeast_1_1Journal.html">beast::Journal</a></div><div class="ttdoc">A generic endpoint for log messages.</div><div class="ttdef"><b>Definition:</b> <a href="Journal_8h_source.html#l00058">Journal.h:58</a></div></div>
|
|
<div class="ttc" id="ainteger_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a8652a285d05995ff346e6ae2944bef97"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a8652a285d05995ff346e6ae2944bef97">ripple::LedgerReplayer::gotReplayDelta</a></div><div class="ttdeci">void gotReplayDelta(LedgerInfo const &info, std::map< std::uint32_t, std::shared_ptr< STTx const >> &&txns)</div><div class="ttdoc">Process a ledger delta (extracted from a TMReplayDeltaResponse message)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00196">LedgerReplayer.cpp:196</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a889210425eeef3f27953527a5f21520a"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a889210425eeef3f27953527a5f21520a">ripple::LedgerReplayer::replay</a></div><div class="ttdeci">void replay(InboundLedger::Reason r, uint256 const &finishLedgerHash, std::uint32_t totalNumLedgers)</div><div class="ttdoc">Replay a range of ledgers.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00045">LedgerReplayer.cpp:45</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_afababeb6f62adba12e491092b66303d1"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#afababeb6f62adba12e491092b66303d1">ripple::LedgerReplayParameters::TASK_MAX_TIMEOUTS_MULTIPLIER</a></div><div class="ttdeci">constexpr std::uint32_t TASK_MAX_TIMEOUTS_MULTIPLIER</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00045">LedgerReplayer.h:45</a></div></div>
|
|
<div class="ttc" id="amap_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1test_1_1LedgerReplayClient_html"><div class="ttname"><a href="classripple_1_1test_1_1LedgerReplayClient.html">ripple::test::LedgerReplayClient</a></div><div class="ttdoc">Ledger replay client side.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplay__test_8cpp_source.html#l00561">LedgerReplay_test.cpp:561</a></div></div>
|
|
<div class="ttc" id="amemory_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/memory.html">memory</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1InboundLedgers_html"><div class="ttname"><a href="classripple_1_1InboundLedgers.html">ripple::InboundLedgers</a></div><div class="ttdoc">Manages the lifetime of inbound ledgers.</div><div class="ttdef"><b>Definition:</b> <a href="InboundLedgers_8h_source.html#l00033">InboundLedgers.h:33</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a1b3a65f4362211b322e949f6b5f2b9f1"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a1b3a65f4362211b322e949f6b5f2b9f1">ripple::LedgerReplayer::tasks_</a></div><div class="ttdeci">std::vector< std::shared_ptr< LedgerReplayTask > > tasks_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00130">LedgerReplayer.h:130</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_a5f7e91360b7b3db9e68228234b40aed0"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#a5f7e91360b7b3db9e68228234b40aed0">ripple::LedgerReplayParameters::TASK_TIMEOUT</a></div><div class="ttdeci">constexpr auto TASK_TIMEOUT</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00040">LedgerReplayer.h:40</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a14d52623cda41f42570ca30239eae356"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a14d52623cda41f42570ca30239eae356">ripple::LedgerReplayer::sweep</a></div><div class="ttdeci">void sweep()</div><div class="ttdoc">Remove completed tasks.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00219">LedgerReplayer.cpp:219</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="RCLCensorshipDetector_8h_source.html#l00029">RCLCensorshipDetector.h:29</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a64acf661a108792c979d2c3dcd52a97d"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a64acf661a108792c979d2c3dcd52a97d">ripple::LedgerReplayer::LedgerReplayer</a></div><div class="ttdeci">LedgerReplayer(Application &app, InboundLedgers &inboundLedgers, std::unique_ptr< PeerSetBuilder > peerSetBuilder)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00027">LedgerReplayer.cpp:27</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_a628bfe49be164b75636e515e5d3bfee1"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#a628bfe49be164b75636e515e5d3bfee1">ripple::LedgerReplayParameters::TASK_MAX_TIMEOUTS_MINIMUM</a></div><div class="ttdeci">constexpr std::uint32_t TASK_MAX_TIMEOUTS_MINIMUM</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00046">LedgerReplayer.h:46</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html">ripple::LedgerReplayer</a></div><div class="ttdoc">Manages the lifetime of ledger replay tasks.</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00072">LedgerReplayer.h:72</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a387edc65f66abef7dca3c076fb271090"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a387edc65f66abef7dca3c076fb271090">ripple::LedgerReplayer::j_</a></div><div class="ttdeci">beast::Journal j_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00137">LedgerReplayer.h:137</a></div></div>
|
|
<div class="ttc" id="amutex_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/header/mutex.html">mutex</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a7942a1a23bb630dce2c7784fa2ac52c1"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a7942a1a23bb630dce2c7784fa2ac52c1">ripple::LedgerReplayer::app_</a></div><div class="ttdeci">Application & app_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00134">LedgerReplayer.h:134</a></div></div>
|
|
<div class="ttc" id="anamespaceripple_1_1LedgerReplayParameters_html_aa721f9405fe258a48e4ebbf868628a1a"><div class="ttname"><a href="namespaceripple_1_1LedgerReplayParameters.html#aa721f9405fe258a48e4ebbf868628a1a">ripple::LedgerReplayParameters::MAX_NO_FEATURE_PEER_COUNT</a></div><div class="ttdeci">constexpr auto MAX_NO_FEATURE_PEER_COUNT</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00055">LedgerReplayer.h:55</a></div></div>
|
|
<div class="ttc" id="astructripple_1_1LedgerInfo_html"><div class="ttname"><a href="structripple_1_1LedgerInfo.html">ripple::LedgerInfo</a></div><div class="ttdoc">Information about the notional ledger backing the view.</div><div class="ttdef"><b>Definition:</b> <a href="ReadView_8h_source.html#l00084">ReadView.h:84</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1InboundLedger_html_a3e8d7f8b5fa089a184dcc9b00b6e0da7"><div class="ttname"><a href="classripple_1_1InboundLedger.html#a3e8d7f8b5fa089a184dcc9b00b6e0da7">ripple::InboundLedger::Reason</a></div><div class="ttdeci">Reason</div><div class="ttdef"><b>Definition:</b> <a href="InboundLedger_8h_source.html#l00046">InboundLedger.h:46</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a1cb3a180ec947e7c8c89cf41182c69b8"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a1cb3a180ec947e7c8c89cf41182c69b8">ripple::LedgerReplayer::peerSetBuilder_</a></div><div class="ttdeci">std::unique_ptr< PeerSetBuilder > peerSetBuilder_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00136">LedgerReplayer.h:136</a></div></div>
|
|
<div class="ttc" id="aunique_ptr_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="aunordered_map_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/container/unordered_map.html">std::unordered_map</a></div><div class="ttdoc">STL class.</div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_a7f1036aacf255756c523a2cb17986bb4"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#a7f1036aacf255756c523a2cb17986bb4">ripple::LedgerReplayer::gotSkipList</a></div><div class="ttdeci">void gotSkipList(LedgerInfo const &info, std::shared_ptr< SHAMapItem const > const &data)</div><div class="ttdoc">Process a skip list (extracted from a TMProofPathResponse message)</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8cpp_source.html#l00173">LedgerReplayer.cpp:173</a></div></div>
|
|
<div class="ttc" id="aclassripple_1_1LedgerReplayer_html_ac0bcab237e804acef639e21822204a3e"><div class="ttname"><a href="classripple_1_1LedgerReplayer.html#ac0bcab237e804acef639e21822204a3e">ripple::LedgerReplayer::mtx_</a></div><div class="ttdeci">std::mutex mtx_</div><div class="ttdef"><b>Definition:</b> <a href="LedgerReplayer_8h_source.html#l00129">LedgerReplayer.h:129</a></div></div>
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by  <a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
</a> 1.8.17
|
|
</small></address>
|
|
</body>
|
|
</html>
|