Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 636b2a8b77acacd6717dd7e72eda4c1d > files > 436

db6.1-java-devel-6.1.29.0-1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Fri May 13 13:32:16 PDT 2016 -->
<title>ReplicationStats (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="2016-05-13">
<link rel="stylesheet" type="text/css" href="../../../style.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="ReplicationStats (Oracle - Berkeley DB Java API)";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ReplicationStats.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Berkeley DB</b><br><font size="-1"> version 6.1.29</font></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sleepycat/db/ReplicationSiteUnavailableException.html" title="class in com.sleepycat.db"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sleepycat/db/ReplicationStats.html" target="_top">Frames</a></li>
<li><a href="ReplicationStats.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.sleepycat.db</div>
<h2 title="Class ReplicationStats" class="title">Class ReplicationStats</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sleepycat.db.ReplicationStats</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ReplicationStats</span>
extends java.lang.Object</pre>
<div class="block">Replication statistics for a database environment.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#REP_CLIENT">REP_CLIENT</a></strong></code>
<div class="block">The environment is configured as a replication client, as reported by <a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()"><code>getStatus()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#REP_MASTER">REP_MASTER</a></strong></code>
<div class="block">The environment is configured as a replication master, as reported by <a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()"><code>getStatus()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#REP_NONE">REP_NONE</a></strong></code>
<div class="block">Replication is not configured for this environment, as reported by <a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()"><code>getStatus()</code></a>.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getBulkFills()">getBulkFills</a></strong>()</code>
<div class="block">The number of times the bulk buffer filled up, forcing the buffer content to be sent.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getBulkOverflows()">getBulkOverflows</a></strong>()</code>
<div class="block">The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getBulkRecords()">getBulkRecords</a></strong>()</code>
<div class="block">The number of records added to a bulk buffer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getBulkTransfers()">getBulkTransfers</a></strong>()</code>
<div class="block">The number of bulk buffers transferred (via a call to the application's <a href="../../../com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db"><code>ReplicationTransport</code></a> function).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getClientRerequests()">getClientRerequests</a></strong>()</code>
<div class="block">The number of times this client site received a "re-request" message, indicating that a request it previously sent to another client could not be serviced by that client.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getClientSvcMiss()">getClientSvcMiss</a></strong>()</code>
<div class="block">The number of "request" type messages received by this client that could not be processed, forcing the originating requester to try sending the request to the master (or another client).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getClientSvcReq()">getClientSvcReq</a></strong>()</code>
<div class="block">The number of "request" type messages received by this client.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getDupmasters()">getDupmasters</a></strong>()</code>
<div class="block">The number of duplicate master conditions originally detected at this site.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getEgen()">getEgen</a></strong>()</code>
<div class="block">The election generation number for the current or next election.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionCurWinner()">getElectionCurWinner</a></strong>()</code>
<div class="block">The environment ID of the winner of the current or last election.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionDatagen()">getElectionDatagen</a></strong>()</code>
<div class="block">The master data generation number of the winner of the current or last election.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionGen()">getElectionGen</a></strong>()</code>
<div class="block">The master generation number of the winner of the current or last election.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionLsn()">getElectionLsn</a></strong>()</code>
<div class="block">The maximum LSN of the winner of the current or last election.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionNumSites()">getElectionNumSites</a></strong>()</code>
<div class="block">The number of sites responding to this site during the current election.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionNumVotes()">getElectionNumVotes</a></strong>()</code>
<div class="block">The number of votes required in the current or last election.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionPriority()">getElectionPriority</a></strong>()</code>
<div class="block">The priority of the winner of the current or last election.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElections()">getElections</a></strong>()</code>
<div class="block">The number of elections held.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionSec()">getElectionSec</a></strong>()</code>
<div class="block">The number of seconds the last election took (the total election time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionUsec()"><code>getElectionUsec()</code></a>).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionStatus()">getElectionStatus</a></strong>()</code>
<div class="block">The current election phase (0 if no election is in progress).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionsWon()">getElectionsWon</a></strong>()</code>
<div class="block">The number of elections won.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionTiebreaker()">getElectionTiebreaker</a></strong>()</code>
<div class="block">The tiebreaker value of the winner of the current or last election.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionUsec()">getElectionUsec</a></strong>()</code>
<div class="block">The number of microseconds the last election took (the total election time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionSec()"><code>getElectionSec()</code></a>).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionVotes()">getElectionVotes</a></strong>()</code>
<div class="block">The number of votes received during the current election.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getEnvId()">getEnvId</a></strong>()</code>
<div class="block">The current environment ID.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getEnvPriority()">getEnvPriority</a></strong>()</code>
<div class="block">The current environment priority.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getGen()">getGen</a></strong>()</code>
<div class="block">The current master generation number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLeaseChk()">getLeaseChk</a></strong>()</code>
<div class="block">The number of lease validity checks.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLeaseChkMisses()">getLeaseChkMisses</a></strong>()</code>
<div class="block">The number of invalid lease validity checks.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLeaseChkRefresh()">getLeaseChkRefresh</a></strong>()</code>
<div class="block">The number of lease refresh attempts during lease validity checks.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLeaseSends()">getLeaseSends</a></strong>()</code>
<div class="block">The number of live messages sent while using leases.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLogDuplicated()">getLogDuplicated</a></strong>()</code>
<div class="block">The number of duplicate log records received.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLogQueued()">getLogQueued</a></strong>()</code>
<div class="block">The number of log records currently queued.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLogQueuedMax()">getLogQueuedMax</a></strong>()</code>
<div class="block">The maximum number of log records ever queued at once.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLogQueuedTotal()">getLogQueuedTotal</a></strong>()</code>
<div class="block">The total number of log records queued.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLogRecords()">getLogRecords</a></strong>()</code>
<div class="block">The number of log records received and appended to the log.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getLogRequested()">getLogRequested</a></strong>()</code>
<div class="block">The number of times log records were missed and requested.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMaster()">getMaster</a></strong>()</code>
<div class="block">The current master environment ID.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMasterChanges()">getMasterChanges</a></strong>()</code>
<div class="block">The number of times the master has changed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxLeaseSec()">getMaxLeaseSec</a></strong>()</code>
<div class="block">The number of seconds of the longest lease (the total lease time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxLeaseUsec()"><code>getMaxLeaseUsec()</code></a>).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxLeaseUsec()">getMaxLeaseUsec</a></strong>()</code>
<div class="block">The number of microseconds of the longest lease (the total lease time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxLeaseSec()"><code>getMaxLeaseSec()</code></a>).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxPermLsn()">getMaxPermLsn</a></strong>()</code>
<div class="block">The LSN of the maximum permanent log record, or 0 if there are no permanent log records.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMsgsBadgen()">getMsgsBadgen</a></strong>()</code>
<div class="block">The number of messages received with a bad generation number.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMsgsProcessed()">getMsgsProcessed</a></strong>()</code>
<div class="block">The number of messages received and processed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMsgsRecover()">getMsgsRecover</a></strong>()</code>
<div class="block">The number of messages ignored due to pending recovery.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMsgsSendFailures()">getMsgsSendFailures</a></strong>()</code>
<div class="block">The number of failed message sends.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getMsgsSent()">getMsgsSent</a></strong>()</code>
<div class="block">The number of messages sent.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getNewsites()">getNewsites</a></strong>()</code>
<div class="block">The number of new site messages received.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getNextLsn()">getNextLsn</a></strong>()</code>
<div class="block">In replication environments configured as masters, the next LSN to be used.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getNextPages()">getNextPages</a></strong>()</code>
<div class="block">The next page number we expect to receive.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getNumSites()">getNumSites</a></strong>()</code>
<div class="block">The number of sites used in the last election.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getNumThrottles()">getNumThrottles</a></strong>()</code>
<div class="block">Transmission limited.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getOutdated()">getOutdated</a></strong>()</code>
<div class="block">The number of outdated conditions detected.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getPagesDuplicated()">getPagesDuplicated</a></strong>()</code>
<div class="block">The number of duplicate pages received.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getPagesRecords()">getPagesRecords</a></strong>()</code>
<div class="block">The number of pages received and stored.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getPagesRequested()">getPagesRequested</a></strong>()</code>
<div class="block">The number of pages missed and requested from the master.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getStartSyncDelayed()">getStartSyncDelayed</a></strong>()</code>
<div class="block">The number of times the client had to delay the start of a cache flush operation (initiated by the master for an impending checkpoint) because it was missing some previous log record(s).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getStartupComplete()">getStartupComplete</a></strong>()</code>
<div class="block">The client site has completed its startup procedures and is now handling live records from the master.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()">getStatus</a></strong>()</code>
<div class="block">The current replication mode.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getTxnsApplied()">getTxnsApplied</a></strong>()</code>
<div class="block">The number of transactions applied.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getView()">getView</a></strong>()</code>
<div class="block">True if the site is a view and false if not.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a></code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getWaitingLsn()">getWaitingLsn</a></strong>()</code>
<div class="block">The LSN of the first log record we have after missing log records being waited for, or 0 if no log records are currently missing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#getWaitingPages()">getWaitingPages</a></strong>()</code>
<div class="block">The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../com/sleepycat/db/ReplicationStats.html#toString()">toString</a></strong>()</code>
<div class="block">For convenience, the ReplicationStats class has a toString method
    that lists all the data fields.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="REP_CLIENT">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REP_CLIENT</h4>
<pre>public static final&nbsp;int REP_CLIENT</pre>
<div class="block">The environment is configured as a replication client, as reported by <a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()"><code>getStatus()</code></a>.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.sleepycat.db.ReplicationStats.REP_CLIENT">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REP_MASTER">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REP_MASTER</h4>
<pre>public static final&nbsp;int REP_MASTER</pre>
<div class="block">The environment is configured as a replication master, as reported by <a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()"><code>getStatus()</code></a>.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.sleepycat.db.ReplicationStats.REP_MASTER">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="REP_NONE">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>REP_NONE</h4>
<pre>public static final&nbsp;int REP_NONE</pre>
<div class="block">Replication is not configured for this environment, as reported by <a href="../../../com/sleepycat/db/ReplicationStats.html#getStatus()"><code>getStatus()</code></a>.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#com.sleepycat.db.ReplicationStats.REP_NONE">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="getStartupComplete()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartupComplete</h4>
<pre>public&nbsp;boolean&nbsp;getStartupComplete()</pre>
<div class="block">The client site has completed its startup procedures and is now handling live records from the master.</div>
</li>
</ul>
<a name="getView()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getView</h4>
<pre>public&nbsp;boolean&nbsp;getView()</pre>
<div class="block">True if the site is a view and false if not.</div>
</li>
</ul>
<a name="getLogQueued()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogQueued</h4>
<pre>public&nbsp;long&nbsp;getLogQueued()</pre>
<div class="block">The number of log records currently queued.</div>
</li>
</ul>
<a name="getStatus()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatus</h4>
<pre>public&nbsp;int&nbsp;getStatus()</pre>
<div class="block">The current replication mode.  Set to one of <a href="../../../com/sleepycat/db/ReplicationStats.html#REP_MASTER"><code>REP_MASTER</code></a>, <a href="../../../com/sleepycat/db/ReplicationStats.html#REP_CLIENT"><code>REP_CLIENT</code></a> or <a href="../../../com/sleepycat/db/ReplicationStats.html#REP_NONE"><code>REP_NONE</code></a>.</div>
</li>
</ul>
<a name="getNextLsn()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNextLsn</h4>
<pre>public&nbsp;<a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a>&nbsp;getNextLsn()</pre>
<div class="block">In replication environments configured as masters, the next LSN to be used. In replication environments configured as clients, the next LSN expected.</div>
</li>
</ul>
<a name="getWaitingLsn()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWaitingLsn</h4>
<pre>public&nbsp;<a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a>&nbsp;getWaitingLsn()</pre>
<div class="block">The LSN of the first log record we have after missing log records being waited for, or 0 if no log records are currently missing.</div>
</li>
</ul>
<a name="getMaxPermLsn()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxPermLsn</h4>
<pre>public&nbsp;<a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a>&nbsp;getMaxPermLsn()</pre>
<div class="block">The LSN of the maximum permanent log record, or 0 if there are no permanent log records.</div>
</li>
</ul>
<a name="getNextPages()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNextPages</h4>
<pre>public&nbsp;int&nbsp;getNextPages()</pre>
<div class="block">The next page number we expect to receive.</div>
</li>
</ul>
<a name="getWaitingPages()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWaitingPages</h4>
<pre>public&nbsp;int&nbsp;getWaitingPages()</pre>
<div class="block">The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing.</div>
</li>
</ul>
<a name="getDupmasters()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDupmasters</h4>
<pre>public&nbsp;int&nbsp;getDupmasters()</pre>
<div class="block">The number of duplicate master conditions originally detected at this site.</div>
</li>
</ul>
<a name="getEnvId()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnvId</h4>
<pre>public&nbsp;long&nbsp;getEnvId()</pre>
<div class="block">The current environment ID.</div>
</li>
</ul>
<a name="getEnvPriority()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnvPriority</h4>
<pre>public&nbsp;int&nbsp;getEnvPriority()</pre>
<div class="block">The current environment priority.</div>
</li>
</ul>
<a name="getBulkFills()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBulkFills</h4>
<pre>public&nbsp;long&nbsp;getBulkFills()</pre>
<div class="block">The number of times the bulk buffer filled up, forcing the buffer content to be sent.</div>
</li>
</ul>
<a name="getBulkOverflows()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBulkOverflows</h4>
<pre>public&nbsp;long&nbsp;getBulkOverflows()</pre>
<div class="block">The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton.</div>
</li>
</ul>
<a name="getBulkRecords()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBulkRecords</h4>
<pre>public&nbsp;long&nbsp;getBulkRecords()</pre>
<div class="block">The number of records added to a bulk buffer.</div>
</li>
</ul>
<a name="getBulkTransfers()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBulkTransfers</h4>
<pre>public&nbsp;long&nbsp;getBulkTransfers()</pre>
<div class="block">The number of bulk buffers transferred (via a call to the application's <a href="../../../com/sleepycat/db/ReplicationTransport.html" title="interface in com.sleepycat.db"><code>ReplicationTransport</code></a> function).</div>
</li>
</ul>
<a name="getClientRerequests()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientRerequests</h4>
<pre>public&nbsp;long&nbsp;getClientRerequests()</pre>
<div class="block">The number of times this client site received a "re-request" message, indicating that a request it previously sent to another client could not be serviced by that client. (Compare to <a href="../../../com/sleepycat/db/ReplicationStats.html#getClientSvcMiss()"><code>getClientSvcMiss()</code></a>.)</div>
</li>
</ul>
<a name="getClientSvcReq()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientSvcReq</h4>
<pre>public&nbsp;long&nbsp;getClientSvcReq()</pre>
<div class="block">The number of "request" type messages received by this client. ("Request" messages are usually sent from a client to the master, but a message passed with the anywhere parameter set to true in the invocation of the application's <a href="../../../com/sleepycat/db/ReplicationTransport.html#send(com.sleepycat.db.Environment,%20com.sleepycat.db.DatabaseEntry,%20com.sleepycat.db.DatabaseEntry,%20com.sleepycat.db.LogSequenceNumber,%20int,%20boolean,%20boolean,%20boolean,%20boolean)"><code>ReplicationTransport.send()</code></a> function may be sent to another client instead.)</div>
</li>
</ul>
<a name="getClientSvcMiss()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientSvcMiss</h4>
<pre>public&nbsp;long&nbsp;getClientSvcMiss()</pre>
<div class="block">The number of "request" type messages received by this client that could not be processed, forcing the originating requester to try sending the request to the master (or another client).</div>
</li>
</ul>
<a name="getGen()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGen</h4>
<pre>public&nbsp;int&nbsp;getGen()</pre>
<div class="block">The current master generation number.</div>
</li>
</ul>
<a name="getEgen()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEgen</h4>
<pre>public&nbsp;int&nbsp;getEgen()</pre>
<div class="block">The election generation number for the current or next election.</div>
</li>
</ul>
<a name="getLeaseChk()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLeaseChk</h4>
<pre>public&nbsp;long&nbsp;getLeaseChk()</pre>
<div class="block">The number of lease validity checks.</div>
</li>
</ul>
<a name="getLeaseChkMisses()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLeaseChkMisses</h4>
<pre>public&nbsp;long&nbsp;getLeaseChkMisses()</pre>
<div class="block">The number of invalid lease validity checks.</div>
</li>
</ul>
<a name="getLeaseChkRefresh()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLeaseChkRefresh</h4>
<pre>public&nbsp;long&nbsp;getLeaseChkRefresh()</pre>
<div class="block">The number of lease refresh attempts during lease validity checks.</div>
</li>
</ul>
<a name="getLeaseSends()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLeaseSends</h4>
<pre>public&nbsp;long&nbsp;getLeaseSends()</pre>
<div class="block">The number of live messages sent while using leases.</div>
</li>
</ul>
<a name="getLogDuplicated()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogDuplicated</h4>
<pre>public&nbsp;long&nbsp;getLogDuplicated()</pre>
<div class="block">The number of duplicate log records received.</div>
</li>
</ul>
<a name="getLogQueuedMax()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogQueuedMax</h4>
<pre>public&nbsp;long&nbsp;getLogQueuedMax()</pre>
<div class="block">The maximum number of log records ever queued at once.</div>
</li>
</ul>
<a name="getLogQueuedTotal()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogQueuedTotal</h4>
<pre>public&nbsp;long&nbsp;getLogQueuedTotal()</pre>
<div class="block">The total number of log records queued.</div>
</li>
</ul>
<a name="getLogRecords()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogRecords</h4>
<pre>public&nbsp;long&nbsp;getLogRecords()</pre>
<div class="block">The number of log records received and appended to the log.</div>
</li>
</ul>
<a name="getLogRequested()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLogRequested</h4>
<pre>public&nbsp;long&nbsp;getLogRequested()</pre>
<div class="block">The number of times log records were missed and requested.</div>
</li>
</ul>
<a name="getMaster()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaster</h4>
<pre>public&nbsp;long&nbsp;getMaster()</pre>
<div class="block">The current master environment ID.</div>
</li>
</ul>
<a name="getMasterChanges()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMasterChanges</h4>
<pre>public&nbsp;long&nbsp;getMasterChanges()</pre>
<div class="block">The number of times the master has changed.</div>
</li>
</ul>
<a name="getMsgsBadgen()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMsgsBadgen</h4>
<pre>public&nbsp;long&nbsp;getMsgsBadgen()</pre>
<div class="block">The number of messages received with a bad generation number.</div>
</li>
</ul>
<a name="getMsgsProcessed()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMsgsProcessed</h4>
<pre>public&nbsp;long&nbsp;getMsgsProcessed()</pre>
<div class="block">The number of messages received and processed.</div>
</li>
</ul>
<a name="getMsgsRecover()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMsgsRecover</h4>
<pre>public&nbsp;long&nbsp;getMsgsRecover()</pre>
<div class="block">The number of messages ignored due to pending recovery.</div>
</li>
</ul>
<a name="getMsgsSendFailures()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMsgsSendFailures</h4>
<pre>public&nbsp;long&nbsp;getMsgsSendFailures()</pre>
<div class="block">The number of failed message sends.</div>
</li>
</ul>
<a name="getMsgsSent()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMsgsSent</h4>
<pre>public&nbsp;long&nbsp;getMsgsSent()</pre>
<div class="block">The number of messages sent.</div>
</li>
</ul>
<a name="getNewsites()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNewsites</h4>
<pre>public&nbsp;long&nbsp;getNewsites()</pre>
<div class="block">The number of new site messages received.</div>
</li>
</ul>
<a name="getNumSites()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumSites</h4>
<pre>public&nbsp;int&nbsp;getNumSites()</pre>
<div class="block">The number of sites used in the last election.</div>
</li>
</ul>
<a name="getNumThrottles()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumThrottles</h4>
<pre>public&nbsp;long&nbsp;getNumThrottles()</pre>
<div class="block">Transmission limited. This indicates the number of times that data transmission was stopped to limit the amount of data sent in response to a single call to <a href="../../../com/sleepycat/db/Environment.html#processReplicationMessage(com.sleepycat.db.DatabaseEntry,%20com.sleepycat.db.DatabaseEntry,%20int)"><code>Environment.processReplicationMessage</code></a>.</div>
</li>
</ul>
<a name="getOutdated()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutdated</h4>
<pre>public&nbsp;long&nbsp;getOutdated()</pre>
<div class="block">The number of outdated conditions detected.</div>
</li>
</ul>
<a name="getPagesDuplicated()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPagesDuplicated</h4>
<pre>public&nbsp;long&nbsp;getPagesDuplicated()</pre>
<div class="block">The number of duplicate pages received.</div>
</li>
</ul>
<a name="getPagesRecords()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPagesRecords</h4>
<pre>public&nbsp;long&nbsp;getPagesRecords()</pre>
<div class="block">The number of pages received and stored.</div>
</li>
</ul>
<a name="getPagesRequested()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPagesRequested</h4>
<pre>public&nbsp;long&nbsp;getPagesRequested()</pre>
<div class="block">The number of pages missed and requested from the master.</div>
</li>
</ul>
<a name="getTxnsApplied()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTxnsApplied</h4>
<pre>public&nbsp;long&nbsp;getTxnsApplied()</pre>
<div class="block">The number of transactions applied.</div>
</li>
</ul>
<a name="getStartSyncDelayed()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartSyncDelayed</h4>
<pre>public&nbsp;long&nbsp;getStartSyncDelayed()</pre>
<div class="block">The number of times the client had to delay the start of a cache flush operation (initiated by the master for an impending checkpoint) because it was missing some previous log record(s).</div>
</li>
</ul>
<a name="getElections()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElections</h4>
<pre>public&nbsp;long&nbsp;getElections()</pre>
<div class="block">The number of elections held.</div>
</li>
</ul>
<a name="getElectionsWon()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionsWon</h4>
<pre>public&nbsp;long&nbsp;getElectionsWon()</pre>
<div class="block">The number of elections won.</div>
</li>
</ul>
<a name="getElectionCurWinner()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionCurWinner</h4>
<pre>public&nbsp;long&nbsp;getElectionCurWinner()</pre>
<div class="block">The environment ID of the winner of the current or last election.</div>
</li>
</ul>
<a name="getElectionGen()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionGen</h4>
<pre>public&nbsp;int&nbsp;getElectionGen()</pre>
<div class="block">The master generation number of the winner of the current or last election.</div>
</li>
</ul>
<a name="getElectionDatagen()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionDatagen</h4>
<pre>public&nbsp;int&nbsp;getElectionDatagen()</pre>
<div class="block">The master data generation number of the winner of the current or last election.</div>
</li>
</ul>
<a name="getElectionLsn()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionLsn</h4>
<pre>public&nbsp;<a href="../../../com/sleepycat/db/LogSequenceNumber.html" title="class in com.sleepycat.db">LogSequenceNumber</a>&nbsp;getElectionLsn()</pre>
<div class="block">The maximum LSN of the winner of the current or last election.</div>
</li>
</ul>
<a name="getElectionNumSites()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionNumSites</h4>
<pre>public&nbsp;int&nbsp;getElectionNumSites()</pre>
<div class="block">The number of sites responding to this site during the current election.</div>
</li>
</ul>
<a name="getElectionNumVotes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionNumVotes</h4>
<pre>public&nbsp;int&nbsp;getElectionNumVotes()</pre>
<div class="block">The number of votes required in the current or last election.</div>
</li>
</ul>
<a name="getElectionPriority()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionPriority</h4>
<pre>public&nbsp;int&nbsp;getElectionPriority()</pre>
<div class="block">The priority of the winner of the current or last election.</div>
</li>
</ul>
<a name="getElectionStatus()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionStatus</h4>
<pre>public&nbsp;int&nbsp;getElectionStatus()</pre>
<div class="block">The current election phase (0 if no election is in progress).</div>
</li>
</ul>
<a name="getElectionTiebreaker()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionTiebreaker</h4>
<pre>public&nbsp;int&nbsp;getElectionTiebreaker()</pre>
<div class="block">The tiebreaker value of the winner of the current or last election.</div>
</li>
</ul>
<a name="getElectionVotes()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionVotes</h4>
<pre>public&nbsp;int&nbsp;getElectionVotes()</pre>
<div class="block">The number of votes received during the current election.</div>
</li>
</ul>
<a name="getElectionSec()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionSec</h4>
<pre>public&nbsp;int&nbsp;getElectionSec()</pre>
<div class="block">The number of seconds the last election took (the total election time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionUsec()"><code>getElectionUsec()</code></a>).</div>
</li>
</ul>
<a name="getElectionUsec()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getElectionUsec</h4>
<pre>public&nbsp;int&nbsp;getElectionUsec()</pre>
<div class="block">The number of microseconds the last election took (the total election time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getElectionSec()"><code>getElectionSec()</code></a>).</div>
</li>
</ul>
<a name="getMaxLeaseSec()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxLeaseSec</h4>
<pre>public&nbsp;int&nbsp;getMaxLeaseSec()</pre>
<div class="block">The number of seconds of the longest lease (the total lease time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxLeaseUsec()"><code>getMaxLeaseUsec()</code></a>).</div>
</li>
</ul>
<a name="getMaxLeaseUsec()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxLeaseUsec</h4>
<pre>public&nbsp;int&nbsp;getMaxLeaseUsec()</pre>
<div class="block">The number of microseconds of the longest lease (the total lease time is this value plus <a href="../../../com/sleepycat/db/ReplicationStats.html#getMaxLeaseSec()"><code>getMaxLeaseSec()</code></a>).</div>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<div class="block">For convenience, the ReplicationStats class has a toString method
    that lists all the data fields.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ReplicationStats.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Berkeley DB</b><br><font size="-1"> version 6.1.29</font></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sleepycat/db/ReplicationSiteUnavailableException.html" title="class in com.sleepycat.db"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/sleepycat/db/ReplicationStatus.html" title="class in com.sleepycat.db"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sleepycat/db/ReplicationStats.html" target="_top">Frames</a></li>
<li><a href="ReplicationStats.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size=1>Copyright (c) 1996, 2016 Oracle and/or its affiliates.  All rights reserved.</font></small></p>
</body>
</html>