Files
rippled/classripple_1_1LedgerReplayer.html
2025-01-21 19:58:08 +00:00

733 lines
46 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.5"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>rippled: ripple::LedgerReplayer Class Reference</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">rippled
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.5 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;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&amp;dn=expat.txt MIT */
$(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">
<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="namespaceripple.html">ripple</a></li><li class="navelem"><a class="el" href="classripple_1_1LedgerReplayer.html">LedgerReplayer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="#friends">Friends</a> &#124;
<a href="classripple_1_1LedgerReplayer-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">ripple::LedgerReplayer Class Reference<span class="mlabels"><span class="mlabel">final</span></span></div></div>
</div><!--header-->
<div class="contents">
<p>Manages the lifetime of ledger replay tasks.
<a href="classripple_1_1LedgerReplayer.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for ripple::LedgerReplayer:</div>
<div class="dyncontent">
<div class="center"><img src="classripple_1_1LedgerReplayer__coll__graph.png" border="0" usemap="#aripple_1_1LedgerReplayer_coll__map" alt="Collaboration graph"/></div>
<map name="aripple_1_1LedgerReplayer_coll__map" id="aripple_1_1LedgerReplayer_coll__map">
<area shape="rect" title="Manages the lifetime of ledger replay tasks." alt="" coords="2897,913,3067,938"/>
<area shape="rect" href="classripple_1_1LedgerReplayTask.html" title=" " alt="" coords="3228,1021,3413,1046"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/thread/mutex.html" title=" " alt="" coords="630,1146,722,1171"/>
<area shape="rect" href="classripple_1_1Ledger.html" title="Holds a ledger." alt="" coords="1017,1214,1127,1239"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/vector.html" title=" " alt="" coords="3792,933,4047,973"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" title=" " alt="" coords="3508,975,3679,1015"/>
<area shape="rect" href="classripple_1_1TimeoutCounter.html" title="This class is an &quot;active&quot; object." alt="" coords="1423,489,1595,514"/>
<area shape="rect" href="classripple_1_1SkipListAcquire.html" title="Manage the retrieval of a skip list in a ledger from the network." alt="" coords="1841,955,2007,981"/>
<area shape="rect" href="classripple_1_1LedgerDeltaAcquire.html" title="Manage the retrieval of a ledger delta (header and transactions) from the network." alt="" coords="1827,533,2021,558"/>
<area shape="rect" href="classripple_1_1Application.html" title=" " alt="" coords="1002,829,1142,854"/>
<area shape="rect" href="classbeast_1_1PropertyStream_1_1Source.html" title="Subclasses can be called to write to a stream and have children." alt="" coords="592,823,760,863"/>
<area shape="rect" href="classbeast_1_1PropertyStream_1_1Item.html" title=" " alt="" coords="988,764,1156,804"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/string/basic_string.html" title=" " alt="" coords="343,607,429,633"/>
<area shape="rect" href="structripple_1_1TimeoutCounter_1_1QueueJobParameter.html" title=" " alt="" coords="784,569,956,609"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/string/basic_string.html" title=" " alt="" coords="27,600,166,640"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/thread/recursive_mutex.html" title=" " alt="" coords="307,701,465,726"/>
<area shape="rect" title=" " alt="" coords="603,734,749,759"/>
<area shape="rect" href="classbeast_1_1List.html" title=" " alt="" coords="293,784,479,824"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/types/size_t.html" title=" " alt="" coords="53,227,141,253"/>
<area shape="rect" href="classripple_1_1base__uint.html" title="Integers of any length that is a multiple of 32&#45;bits." alt="" coords="1001,231,1143,271"/>
<area shape="rect" href="classripple_1_1base__uint.html" title=" " alt="" coords="1001,5,1143,45"/>
<area shape="rect" href="classbeast_1_1detail_1_1ListNode.html" title=" " alt="" coords="5,777,188,831"/>
<area shape="rect" href="classbeast_1_1Journal.html" title="A generic endpoint for log messages." alt="" coords="621,1227,731,1253"/>
<area shape="rect" href="classbeast_1_1Journal_1_1Sink.html" title="Abstraction for the underlying message destination." alt="" coords="313,1227,459,1253"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/vector.html" title=" " alt="" coords="1437,144,1580,184"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/unordered_map.html" title=" " alt="" coords="2497,511,2685,580"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/unordered_map.html" title=" " alt="" coords="2508,824,2675,893"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/array.html" title=" " alt="" coords="592,277,760,317"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/types/integer.html" title=" " alt="" coords="335,426,437,451"/>
<area shape="rect" href="classripple_1_1LedgerReplayTask_1_1TaskParameter.html" title=" " alt="" coords="1831,112,2017,152"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/map.html" title=" " alt="" coords="1188,635,1360,690"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/chrono/duration.html" title=" " alt="" coords="980,550,1164,575"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html" title=" " alt="" coords="2863,1265,3101,1305"/>
<area shape="rect" href="classripple_1_1CountedObject.html" title=" " alt="" coords="2897,1329,3067,1369"/>
<area shape="rect" href="classripple_1_1InboundLedgers.html" title="Manages the lifetime of inbound ledgers." alt="" coords="1423,793,1594,818"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" title=" " alt="" coords="2303,1093,2473,1133"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html" title=" " alt="" coords="2111,855,2273,895"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html" title=" " alt="" coords="1398,948,1619,988"/>
<area shape="rect" href="classripple_1_1CountedObject.html" title=" " alt="" coords="1427,1012,1590,1052"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html" title=" " alt="" coords="1423,665,1594,705"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/vector.html" title=" " alt="" coords="1407,847,1610,873"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" title=" " alt="" coords="1399,1077,1619,1131"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html" title=" " alt="" coords="1423,1207,1594,1247"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/vector.html" title=" " alt="" coords="2849,1041,3115,1081"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html" title=" " alt="" coords="2105,525,2279,565"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/enable_shared_from_this.html" title=" " alt="" coords="1384,539,1633,579"/>
<area shape="rect" href="classripple_1_1CountedObject.html" title=" " alt="" coords="1419,309,1599,349"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/container/set.html" title=" " alt="" coords="1418,373,1599,413"/>
<area shape="rect" target="_parent" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html" title=" " alt="" coords="2506,917,2677,957"/>
<area shape="rect" href="classripple_1_1PeerSetBuilder.html" title=" " alt="" coords="2111,925,2273,950"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a64acf661a108792c979d2c3dcd52a97d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a64acf661a108792c979d2c3dcd52a97d">LedgerReplayer</a> (<a class="el" href="classripple_1_1Application.html">Application</a> &amp;app, <a class="el" href="classripple_1_1InboundLedgers.html">InboundLedgers</a> &amp;inboundLedgers, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt; <a class="el" href="classripple_1_1PeerSetBuilder.html">PeerSetBuilder</a> &gt; peerSetBuilder)</td></tr>
<tr class="separator:a64acf661a108792c979d2c3dcd52a97d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab627d07265d6b06c75788bfa6919b610"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#ab627d07265d6b06c75788bfa6919b610">~LedgerReplayer</a> ()</td></tr>
<tr class="separator:ab627d07265d6b06c75788bfa6919b610"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a889210425eeef3f27953527a5f21520a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a889210425eeef3f27953527a5f21520a">replay</a> (<a class="el" href="classripple_1_1InboundLedger.html#a3e8d7f8b5fa089a184dcc9b00b6e0da7">InboundLedger::Reason</a> r, <a class="el" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> const &amp;finishLedgerHash, <a class="elRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a> totalNumLedgers)</td></tr>
<tr class="memdesc:a889210425eeef3f27953527a5f21520a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Replay a range of ledgers. <a href="classripple_1_1LedgerReplayer.html#a889210425eeef3f27953527a5f21520a">More...</a><br /></td></tr>
<tr class="separator:a889210425eeef3f27953527a5f21520a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a117a8fd4c54900b486116583ff8466ca"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a117a8fd4c54900b486116583ff8466ca">createDeltas</a> (<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1LedgerReplayTask.html">LedgerReplayTask</a> &gt; task)</td></tr>
<tr class="memdesc:a117a8fd4c54900b486116583ff8466ca"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create <a class="el" href="classripple_1_1LedgerDeltaAcquire.html" title="Manage the retrieval of a ledger delta (header and transactions) from the network.">LedgerDeltaAcquire</a> subtasks for the <a class="el" href="classripple_1_1LedgerReplayTask.html">LedgerReplayTask</a> task. <a href="classripple_1_1LedgerReplayer.html#a117a8fd4c54900b486116583ff8466ca">More...</a><br /></td></tr>
<tr class="separator:a117a8fd4c54900b486116583ff8466ca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a759cf78a2dd1b613d9e1caccfe7be1e8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a759cf78a2dd1b613d9e1caccfe7be1e8">gotSkipList</a> (<a class="el" href="namespaceripple.html#aaf521cde20561da32d6a54a105363555">LedgerInfo</a> const &amp;info, boost::intrusive_ptr&lt; <a class="el" href="classripple_1_1SHAMapItem.html">SHAMapItem</a> const &gt; const &amp;data)</td></tr>
<tr class="memdesc:a759cf78a2dd1b613d9e1caccfe7be1e8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Process a skip list (extracted from a TMProofPathResponse message) <a href="classripple_1_1LedgerReplayer.html#a759cf78a2dd1b613d9e1caccfe7be1e8">More...</a><br /></td></tr>
<tr class="separator:a759cf78a2dd1b613d9e1caccfe7be1e8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0cc3cb9cb12aae2d556a49866659ddd9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a0cc3cb9cb12aae2d556a49866659ddd9">gotReplayDelta</a> (<a class="el" href="namespaceripple.html#aaf521cde20561da32d6a54a105363555">LedgerInfo</a> const &amp;info, <a class="elRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1STTx.html">STTx</a> const &gt; &gt; &amp;&amp;txns)</td></tr>
<tr class="memdesc:a0cc3cb9cb12aae2d556a49866659ddd9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Process a ledger delta (extracted from a TMReplayDeltaResponse message) <a href="classripple_1_1LedgerReplayer.html#a0cc3cb9cb12aae2d556a49866659ddd9">More...</a><br /></td></tr>
<tr class="separator:a0cc3cb9cb12aae2d556a49866659ddd9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a14d52623cda41f42570ca30239eae356"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a14d52623cda41f42570ca30239eae356">sweep</a> ()</td></tr>
<tr class="memdesc:a14d52623cda41f42570ca30239eae356"><td class="mdescLeft">&#160;</td><td class="mdescRight">Remove completed tasks. <a href="classripple_1_1LedgerReplayer.html#a14d52623cda41f42570ca30239eae356">More...</a><br /></td></tr>
<tr class="separator:a14d52623cda41f42570ca30239eae356"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ddb27e3488d9a8546b7d897d25dc4f1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a5ddb27e3488d9a8546b7d897d25dc4f1">stop</a> ()</td></tr>
<tr class="separator:a5ddb27e3488d9a8546b7d897d25dc4f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4ff1e42fafabcd9f5dae6f08b54965fb"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a4ff1e42fafabcd9f5dae6f08b54965fb">tasksSize</a> () const</td></tr>
<tr class="separator:a4ff1e42fafabcd9f5dae6f08b54965fb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1440cd35748dc51ecc12b04fbd7d00f5"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a1440cd35748dc51ecc12b04fbd7d00f5">deltasSize</a> () const</td></tr>
<tr class="separator:a1440cd35748dc51ecc12b04fbd7d00f5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acb124d9f2c4b5f693be561d800e1dfb6"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#acb124d9f2c4b5f693be561d800e1dfb6">skipListsSize</a> () const</td></tr>
<tr class="separator:acb124d9f2c4b5f693be561d800e1dfb6"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pri-attribs" name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:ac0bcab237e804acef639e21822204a3e"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#ac0bcab237e804acef639e21822204a3e">mtx_</a></td></tr>
<tr class="separator:ac0bcab237e804acef639e21822204a3e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1b3a65f4362211b322e949f6b5f2b9f1"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1LedgerReplayTask.html">LedgerReplayTask</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a1b3a65f4362211b322e949f6b5f2b9f1">tasks_</a></td></tr>
<tr class="separator:a1b3a65f4362211b322e949f6b5f2b9f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad379e998b9ed9b7639191b52a04cee9f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceripple.html#a46c521271235f4e2715d7fa8b68940ca">hash_map</a>&lt; <a class="el" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a>, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr</a>&lt; <a class="el" href="classripple_1_1LedgerDeltaAcquire.html">LedgerDeltaAcquire</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#ad379e998b9ed9b7639191b52a04cee9f">deltas_</a></td></tr>
<tr class="separator:ad379e998b9ed9b7639191b52a04cee9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8773a97fe87b7f61f2c90f1c89f982fc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceripple.html#a46c521271235f4e2715d7fa8b68940ca">hash_map</a>&lt; <a class="el" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a>, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr</a>&lt; <a class="el" href="classripple_1_1SkipListAcquire.html">SkipListAcquire</a> &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a8773a97fe87b7f61f2c90f1c89f982fc">skipLists_</a></td></tr>
<tr class="separator:a8773a97fe87b7f61f2c90f1c89f982fc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7942a1a23bb630dce2c7784fa2ac52c1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classripple_1_1Application.html">Application</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a7942a1a23bb630dce2c7784fa2ac52c1">app_</a></td></tr>
<tr class="separator:a7942a1a23bb630dce2c7784fa2ac52c1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a98b23a6e5cbfb1820778a5c1132ac25b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classripple_1_1InboundLedgers.html">InboundLedgers</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a98b23a6e5cbfb1820778a5c1132ac25b">inboundLedgers_</a></td></tr>
<tr class="separator:a98b23a6e5cbfb1820778a5c1132ac25b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1cb3a180ec947e7c8c89cf41182c69b8"><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt; <a class="el" href="classripple_1_1PeerSetBuilder.html">PeerSetBuilder</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a1cb3a180ec947e7c8c89cf41182c69b8">peerSetBuilder_</a></td></tr>
<tr class="separator:a1cb3a180ec947e7c8c89cf41182c69b8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a387edc65f66abef7dca3c076fb271090"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classbeast_1_1Journal.html">beast::Journal</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a387edc65f66abef7dca3c076fb271090">j_</a></td></tr>
<tr class="separator:a387edc65f66abef7dca3c076fb271090"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="friends" name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a4156475fb02014076bb365159cbd1810"><td class="memItemLeft" align="right" valign="top">class&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerReplayer.html#a4156475fb02014076bb365159cbd1810">test::LedgerReplayClient</a></td></tr>
<tr class="separator:a4156475fb02014076bb365159cbd1810"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >Manages the lifetime of ledger replay tasks. </p>
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00072">72</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a64acf661a108792c979d2c3dcd52a97d" name="a64acf661a108792c979d2c3dcd52a97d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a64acf661a108792c979d2c3dcd52a97d">&#9670;&#160;</a></span>LedgerReplayer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ripple::LedgerReplayer::LedgerReplayer </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classripple_1_1Application.html">Application</a> &amp;&#160;</td>
<td class="paramname"><em>app</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classripple_1_1InboundLedgers.html">InboundLedgers</a> &amp;&#160;</td>
<td class="paramname"><em>inboundLedgers</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt; <a class="el" href="classripple_1_1PeerSetBuilder.html">PeerSetBuilder</a> &gt;&#160;</td>
<td class="paramname"><em>peerSetBuilder</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00027">27</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="ab627d07265d6b06c75788bfa6919b610" name="ab627d07265d6b06c75788bfa6919b610"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ab627d07265d6b06c75788bfa6919b610">&#9670;&#160;</a></span>~LedgerReplayer()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ripple::LedgerReplayer::~LedgerReplayer </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00038">38</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a889210425eeef3f27953527a5f21520a" name="a889210425eeef3f27953527a5f21520a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a889210425eeef3f27953527a5f21520a">&#9670;&#160;</a></span>replay()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ripple::LedgerReplayer::replay </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classripple_1_1InboundLedger.html#a3e8d7f8b5fa089a184dcc9b00b6e0da7">InboundLedger::Reason</a>&#160;</td>
<td class="paramname"><em>r</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a> const &amp;&#160;</td>
<td class="paramname"><em>finishLedgerHash</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>&#160;</td>
<td class="paramname"><em>totalNumLedgers</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Replay a range of ledgers. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">r</td><td>reason for the replay request </td></tr>
<tr><td class="paramname">finishLedgerHash</td><td>hash of the last ledger </td></tr>
<tr><td class="paramname">totalNumLedgers</td><td>total number of ledgers in the range, inclusive </td></tr>
</table>
</dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>totalNumLedgers must &gt; 0 &amp;&amp; totalNumLedgers must &lt;= 256 </dd></dl>
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00045">45</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="a117a8fd4c54900b486116583ff8466ca" name="a117a8fd4c54900b486116583ff8466ca"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a117a8fd4c54900b486116583ff8466ca">&#9670;&#160;</a></span>createDeltas()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ripple::LedgerReplayer::createDeltas </td>
<td>(</td>
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1LedgerReplayTask.html">LedgerReplayTask</a> &gt;&#160;</td>
<td class="paramname"><em>task</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Create <a class="el" href="classripple_1_1LedgerDeltaAcquire.html" title="Manage the retrieval of a ledger delta (header and transactions) from the network.">LedgerDeltaAcquire</a> subtasks for the <a class="el" href="classripple_1_1LedgerReplayTask.html">LedgerReplayTask</a> task. </p>
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00113">113</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="a759cf78a2dd1b613d9e1caccfe7be1e8" name="a759cf78a2dd1b613d9e1caccfe7be1e8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a759cf78a2dd1b613d9e1caccfe7be1e8">&#9670;&#160;</a></span>gotSkipList()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ripple::LedgerReplayer::gotSkipList </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespaceripple.html#aaf521cde20561da32d6a54a105363555">LedgerInfo</a> const &amp;&#160;</td>
<td class="paramname"><em>info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">boost::intrusive_ptr&lt; <a class="el" href="classripple_1_1SHAMapItem.html">SHAMapItem</a> const &gt; const &amp;&#160;</td>
<td class="paramname"><em>data</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Process a skip list (extracted from a TMProofPathResponse message) </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">info</td><td>ledger info </td></tr>
<tr><td class="paramname">data</td><td>skip list holder </td></tr>
</table>
</dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>info and data must have been verified against the ledger hash </dd></dl>
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00174">174</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="a0cc3cb9cb12aae2d556a49866659ddd9" name="a0cc3cb9cb12aae2d556a49866659ddd9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a0cc3cb9cb12aae2d556a49866659ddd9">&#9670;&#160;</a></span>gotReplayDelta()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ripple::LedgerReplayer::gotReplayDelta </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespaceripple.html#aaf521cde20561da32d6a54a105363555">LedgerInfo</a> const &amp;&#160;</td>
<td class="paramname"><em>info</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/map.html">std::map</a>&lt; <a class="elRef" href="http://en.cppreference.com/w/cpp/types/integer.html">std::uint32_t</a>, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt; <a class="el" href="classripple_1_1STTx.html">STTx</a> const &gt; &gt; &amp;&amp;&#160;</td>
<td class="paramname"><em>txns</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Process a ledger delta (extracted from a TMReplayDeltaResponse message) </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">info</td><td>ledger info </td></tr>
<tr><td class="paramname">txns</td><td>set of Txns of the ledger </td></tr>
</table>
</dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>info and txns must have been verified against the ledger hash </dd></dl>
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00197">197</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="a14d52623cda41f42570ca30239eae356" name="a14d52623cda41f42570ca30239eae356"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a14d52623cda41f42570ca30239eae356">&#9670;&#160;</a></span>sweep()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ripple::LedgerReplayer::sweep </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Remove completed tasks. </p>
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00220">220</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="a5ddb27e3488d9a8546b7d897d25dc4f1" name="a5ddb27e3488d9a8546b7d897d25dc4f1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5ddb27e3488d9a8546b7d897d25dc4f1">&#9670;&#160;</a></span>stop()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ripple::LedgerReplayer::stop </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8cpp_source.html#l00266">266</a> of file <a class="el" href="LedgerReplayer_8cpp_source.html">LedgerReplayer.cpp</a>.</p>
</div>
</div>
<a id="a4ff1e42fafabcd9f5dae6f08b54965fb" name="a4ff1e42fafabcd9f5dae6f08b54965fb"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4ff1e42fafabcd9f5dae6f08b54965fb">&#9670;&#160;</a></span>tasksSize()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> ripple::LedgerReplayer::tasksSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00129">129</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a1440cd35748dc51ecc12b04fbd7d00f5" name="a1440cd35748dc51ecc12b04fbd7d00f5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1440cd35748dc51ecc12b04fbd7d00f5">&#9670;&#160;</a></span>deltasSize()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> ripple::LedgerReplayer::deltasSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00136">136</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="acb124d9f2c4b5f693be561d800e1dfb6" name="acb124d9f2c4b5f693be561d800e1dfb6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acb124d9f2c4b5f693be561d800e1dfb6">&#9670;&#160;</a></span>skipListsSize()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> ripple::LedgerReplayer::skipListsSize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00143">143</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Friends And Related Function Documentation</h2>
<a id="a4156475fb02014076bb365159cbd1810" name="a4156475fb02014076bb365159cbd1810"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4156475fb02014076bb365159cbd1810">&#9670;&#160;</a></span>test::LedgerReplayClient</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">friend class <a class="el" href="classripple_1_1test_1_1LedgerReplayClient.html">test::LedgerReplayClient</a></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">friend</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00160">160</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a id="ac0bcab237e804acef639e21822204a3e" name="ac0bcab237e804acef639e21822204a3e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac0bcab237e804acef639e21822204a3e">&#9670;&#160;</a></span>mtx_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/thread/mutex.html">std::mutex</a> ripple::LedgerReplayer::mtx_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">mutable</span><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00150">150</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a1b3a65f4362211b322e949f6b5f2b9f1" name="a1b3a65f4362211b322e949f6b5f2b9f1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1b3a65f4362211b322e949f6b5f2b9f1">&#9670;&#160;</a></span>tasks_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/container/vector.html">std::vector</a>&lt;<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>&lt;<a class="el" href="classripple_1_1LedgerReplayTask.html">LedgerReplayTask</a>&gt; &gt; ripple::LedgerReplayer::tasks_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00151">151</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="ad379e998b9ed9b7639191b52a04cee9f" name="ad379e998b9ed9b7639191b52a04cee9f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad379e998b9ed9b7639191b52a04cee9f">&#9670;&#160;</a></span>deltas_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceripple.html#a46c521271235f4e2715d7fa8b68940ca">hash_map</a>&lt;<a class="el" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a>, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr</a>&lt;<a class="el" href="classripple_1_1LedgerDeltaAcquire.html">LedgerDeltaAcquire</a>&gt; &gt; ripple::LedgerReplayer::deltas_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00152">152</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a8773a97fe87b7f61f2c90f1c89f982fc" name="a8773a97fe87b7f61f2c90f1c89f982fc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8773a97fe87b7f61f2c90f1c89f982fc">&#9670;&#160;</a></span>skipLists_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceripple.html#a46c521271235f4e2715d7fa8b68940ca">hash_map</a>&lt;<a class="el" href="namespaceripple.html#a356c68147333a9a48a344718038576d9">uint256</a>, <a class="elRef" href="http://en.cppreference.com/w/cpp/memory/weak_ptr.html">std::weak_ptr</a>&lt;<a class="el" href="classripple_1_1SkipListAcquire.html">SkipListAcquire</a>&gt; &gt; ripple::LedgerReplayer::skipLists_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00153">153</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a7942a1a23bb630dce2c7784fa2ac52c1" name="a7942a1a23bb630dce2c7784fa2ac52c1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a7942a1a23bb630dce2c7784fa2ac52c1">&#9670;&#160;</a></span>app_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classripple_1_1Application.html">Application</a>&amp; ripple::LedgerReplayer::app_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00155">155</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a98b23a6e5cbfb1820778a5c1132ac25b" name="a98b23a6e5cbfb1820778a5c1132ac25b"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a98b23a6e5cbfb1820778a5c1132ac25b">&#9670;&#160;</a></span>inboundLedgers_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classripple_1_1InboundLedgers.html">InboundLedgers</a>&amp; ripple::LedgerReplayer::inboundLedgers_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00156">156</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a1cb3a180ec947e7c8c89cf41182c69b8" name="a1cb3a180ec947e7c8c89cf41182c69b8"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1cb3a180ec947e7c8c89cf41182c69b8">&#9670;&#160;</a></span>peerSetBuilder_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/unique_ptr.html">std::unique_ptr</a>&lt;<a class="el" href="classripple_1_1PeerSetBuilder.html">PeerSetBuilder</a>&gt; ripple::LedgerReplayer::peerSetBuilder_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00157">157</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
<a id="a387edc65f66abef7dca3c076fb271090" name="a387edc65f66abef7dca3c076fb271090"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a387edc65f66abef7dca3c076fb271090">&#9670;&#160;</a></span>j_</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classbeast_1_1Journal.html">beast::Journal</a> ripple::LedgerReplayer::j_</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="LedgerReplayer_8h_source.html#l00158">158</a> of file <a class="el" href="LedgerReplayer_8h_source.html">LedgerReplayer.h</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.5
</small></address>
</body>
</html>