mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
deploy: 066f91ca07
This commit is contained in:
@@ -134,9 +134,9 @@ Classes</h2></td></tr>
|
||||
Public Member Functions</h2></td></tr>
|
||||
<tr class="memitem:a38f560ae8e28cf743665f2151b2826a9"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#a38f560ae8e28cf743665f2151b2826a9">LedgerHistory</a> (<a class="el" href="classbeast_1_1insight_1_1Collector.html#ad1677ecd39a09b6a8bb8f2e073266bc4">beast::insight::Collector::ptr</a> const &collector, <a class="el" href="classripple_1_1Application.html">Application</a> &app)</td></tr>
|
||||
<tr class="separator:a38f560ae8e28cf743665f2151b2826a9"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a1148d79bd25d415e793e4d11f79836bf"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#a1148d79bd25d415e793e4d11f79836bf">insert</a> (<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>< <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const > ledger, bool validated)</td></tr>
|
||||
<tr class="memdesc:a1148d79bd25d415e793e4d11f79836bf"><td class="mdescLeft"> </td><td class="mdescRight">Track a ledger. <a href="classripple_1_1LedgerHistory.html#a1148d79bd25d415e793e4d11f79836bf">More...</a><br /></td></tr>
|
||||
<tr class="separator:a1148d79bd25d415e793e4d11f79836bf"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:adaa8295b513d8c306f074cc9ca7755d0"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#adaa8295b513d8c306f074cc9ca7755d0">insert</a> (<a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>< <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const > const &ledger, bool validated)</td></tr>
|
||||
<tr class="memdesc:adaa8295b513d8c306f074cc9ca7755d0"><td class="mdescLeft"> </td><td class="mdescRight">Track a ledger. <a href="classripple_1_1LedgerHistory.html#adaa8295b513d8c306f074cc9ca7755d0">More...</a><br /></td></tr>
|
||||
<tr class="separator:adaa8295b513d8c306f074cc9ca7755d0"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a507bb40b5649985141e3dcbf57bd481d"><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d">getCacheHitRate</a> ()</td></tr>
|
||||
<tr class="memdesc:a507bb40b5649985141e3dcbf57bd481d"><td class="mdescLeft"> </td><td class="mdescRight">Get the ledgers_by_hash cache hit rate. <a href="classripple_1_1LedgerHistory.html#a507bb40b5649985141e3dcbf57bd481d">More...</a><br /></td></tr>
|
||||
<tr class="separator:a507bb40b5649985141e3dcbf57bd481d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@@ -279,8 +279,8 @@ Private Attributes</h2></td></tr>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="groupheader">Member Function Documentation</h2>
|
||||
<a id="a1148d79bd25d415e793e4d11f79836bf"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a1148d79bd25d415e793e4d11f79836bf">◆ </a></span>insert()</h2>
|
||||
<a id="adaa8295b513d8c306f074cc9ca7755d0"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#adaa8295b513d8c306f074cc9ca7755d0">◆ </a></span>insert()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
@@ -288,7 +288,7 @@ Private Attributes</h2></td></tr>
|
||||
<tr>
|
||||
<td class="memname">bool ripple::LedgerHistory::insert </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>< <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const > </td>
|
||||
<td class="paramtype"><a class="elRef" href="http://en.cppreference.com/w/cpp/memory/shared_ptr.html">std::shared_ptr</a>< <a class="el" href="classripple_1_1Ledger.html">Ledger</a> const > const & </td>
|
||||
<td class="paramname"><em>ledger</em>, </td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -352,7 +352,7 @@ Private Attributes</h2></td></tr>
|
||||
|
||||
<p>Get a ledger given its sequence number. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00084">84</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00083">83</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -374,7 +374,7 @@ Private Attributes</h2></td></tr>
|
||||
|
||||
<p>Retrieve a ledger given its hash. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00117">117</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00116">116</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -403,7 +403,7 @@ Private Attributes</h2></td></tr>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd>The hash of the specified ledger </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00072">72</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00074">74</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -462,7 +462,7 @@ Private Attributes</h2></td></tr>
|
||||
|
||||
<p>Report that we have locally built a particular ledger. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00423">423</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00426">426</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -494,7 +494,7 @@ Private Attributes</h2></td></tr>
|
||||
|
||||
<p>Report that we have validated a particular ledger. </p>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00464">464</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00467">467</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -535,7 +535,7 @@ Private Attributes</h2></td></tr>
|
||||
</dl>
|
||||
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the mapping was repaired </dd></dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00505">505</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00508">508</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -555,7 +555,7 @@ Private Attributes</h2></td></tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00519">519</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00522">522</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -623,7 +623,7 @@ Private Attributes</h2></td></tr>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00315">315</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
<p class="definition">Definition at line <a class="el" href="LedgerHistory_8cpp_source.html#l00318">318</a> of file <a class="el" href="LedgerHistory_8cpp_source.html">LedgerHistory.cpp</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user