From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/db/ReplicationStats.html | 2850 ++++++++++------------ 1 file changed, 1281 insertions(+), 1569 deletions(-) (limited to 'docs/java/com/sleepycat/db/ReplicationStats.html') diff --git a/docs/java/com/sleepycat/db/ReplicationStats.html b/docs/java/com/sleepycat/db/ReplicationStats.html index 401d558d..3a35366d 100644 --- a/docs/java/com/sleepycat/db/ReplicationStats.html +++ b/docs/java/com/sleepycat/db/ReplicationStats.html @@ -1,1589 +1,1301 @@ - - - - - -ReplicationStats (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class ReplicationStats

-
-java.lang.Object
-  extended by com.sleepycat.db.ReplicationStats
-
-
-
-
public class ReplicationStats
extends Object
- - -

-Replication statistics for a database environment. -

- -

-


- -

+

+
com.sleepycat.db
+

Class ReplicationStats

+
+
+ +
+
    +
  • +
    +
    +
    public class ReplicationStats
    +extends java.lang.Object
    +
    Replication statistics for a database environment.
    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - - - - - -
    -Field Summary
    -static intREP_CLIENT - -
    -          The environment is configured as a replication client, as reported by getStatus().
    -static intREP_MASTER - -
    -          The environment is configured as a replication master, as reported by getStatus().
    -static intREP_NONE - -
    -          Replication is not configured for this environment, as reported by getStatus().
    -  +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intREP_CLIENT +
      The environment is configured as a replication client, as reported by getStatus().
      +
      static intREP_MASTER +
      The environment is configured as a replication master, as reported by getStatus().
      +
      static intREP_NONE +
      Replication is not configured for this environment, as reported by getStatus().
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - longgetBulkFills() - -
    -          The number of times the bulk buffer filled up, forcing the buffer content to be sent.
    - longgetBulkOverflows() - -
    -          The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton.
    - longgetBulkRecords() - -
    -          The number of records added to a bulk buffer.
    - longgetBulkTransfers() - -
    -          The number of bulk buffers transferred (via a call to the application's ReplicationTransport function).
    - longgetClientRerequests() - -
    -          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.
    - longgetClientSvcMiss() - -
    -          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).
    - longgetClientSvcReq() - -
    -          The number of "request" type messages received by this client.
    - intgetDupmasters() - -
    -          The number of duplicate master conditions originally detected at this site.
    - intgetEgen() - -
    -          The election generation number for the current or next election.
    - longgetElectionCurWinner() - -
    -          The environment ID of the winner of the current or last election.
    - intgetElectionDatagen() - -
    -          The master data generation number of the winner of the current or last election.
    - intgetElectionGen() - -
    -          The master generation number of the winner of the current or last election.
    - LogSequenceNumbergetElectionLsn() - -
    -          The maximum LSN of the winner of the current or last election.
    - intgetElectionNumSites() - -
    -          The number of sites responding to this site during the current election.
    - intgetElectionNumVotes() - -
    -          The number of votes required in the current or last election.
    - intgetElectionPriority() - -
    -          The priority of the winner of the current or last election.
    - longgetElections() - -
    -          The number of elections held.
    - intgetElectionSec() - -
    -          The number of seconds the last election took (the total election time is this value plus getElectionUsec()).
    - intgetElectionStatus() - -
    -          The current election phase (0 if no election is in progress).
    - longgetElectionsWon() - -
    -          The number of elections won.
    - intgetElectionTiebreaker() - -
    -          The tiebreaker value of the winner of the current or last election.
    - intgetElectionUsec() - -
    -          The number of microseconds the last election took (the total election time is this value plus getElectionSec()).
    - intgetElectionVotes() - -
    -          The number of votes received during the current election.
    - longgetEnvId() - -
    -          The current environment ID.
    - intgetEnvPriority() - -
    -          The current environment priority.
    - intgetGen() - -
    -          The current master generation number.
    - longgetLeaseChk() - -
    -          The number of lease validity checks.
    - longgetLeaseChkMisses() - -
    -          The number of invalid lease validity checks.
    - longgetLeaseChkRefresh() - -
    -          The number of lease refresh attempts during lease validity checks.
    - longgetLeaseSends() - -
    -          The number of live messages sent while using leases.
    - longgetLogDuplicated() - -
    -          The number of duplicate log records received.
    - longgetLogQueued() - -
    -          The number of log records currently queued.
    - longgetLogQueuedMax() - -
    -          The maximum number of log records ever queued at once.
    - longgetLogQueuedTotal() - -
    -          The total number of log records queued.
    - longgetLogRecords() - -
    -          The number of log records received and appended to the log.
    - longgetLogRequested() - -
    -          The number of times log records were missed and requested.
    - longgetMaster() - -
    -          The current master environment ID.
    - longgetMasterChanges() - -
    -          The number of times the master has changed.
    - intgetMaxLeaseSec() - -
    -          The number of seconds of the longest lease (the total lease time is this value plus getMaxLeaseUsec()).
    - intgetMaxLeaseUsec() - -
    -          The number of microseconds of the longest lease (the total lease time is this value plus getMaxLeaseSec()).
    - LogSequenceNumbergetMaxPermLsn() - -
    -          The LSN of the maximum permanent log record, or 0 if there are no permanent log records.
    - longgetMsgsBadgen() - -
    -          The number of messages received with a bad generation number.
    - longgetMsgsProcessed() - -
    -          The number of messages received and processed.
    - longgetMsgsRecover() - -
    -          The number of messages ignored due to pending recovery.
    - longgetMsgsSendFailures() - -
    -          The number of failed message sends.
    - longgetMsgsSent() - -
    -          The number of messages sent.
    - longgetNewsites() - -
    -          The number of new site messages received.
    - LogSequenceNumbergetNextLsn() - -
    -          In replication environments configured as masters, the next LSN to be used.
    - intgetNextPages() - -
    -          The next page number we expect to receive.
    - intgetNumSites() - -
    -          The number of sites used in the last election.
    - longgetNumThrottles() - -
    -          Transmission limited.
    - longgetOutdated() - -
    -          The number of outdated conditions detected.
    - longgetPagesDuplicated() - -
    -          The number of duplicate pages received.
    - longgetPagesRecords() - -
    -          The number of pages received and stored.
    - longgetPagesRequested() - -
    -          The number of pages missed and requested from the master.
    - longgetStartSyncDelayed() - -
    -          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).
    - booleangetStartupComplete() - -
    -          The client site has completed its startup procedures and is now handling live records from the master.
    - intgetStatus() - -
    -          The current replication mode.
    - longgetTxnsApplied() - -
    -          The number of transactions applied.
    - LogSequenceNumbergetWaitingLsn() - -
    -          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.
    - intgetWaitingPages() - -
    -          The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing.
    - StringtoString() - -
    -          For convenience, the ReplicationStats class has a toString method - that lists all the data fields.
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      longgetBulkFills() +
      The number of times the bulk buffer filled up, forcing the buffer content to be sent.
      +
      longgetBulkOverflows() +
      The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton.
      +
      longgetBulkRecords() +
      The number of records added to a bulk buffer.
      +
      longgetBulkTransfers() +
      The number of bulk buffers transferred (via a call to the application's ReplicationTransport function).
      +
      longgetClientRerequests() +
      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.
      +
      longgetClientSvcMiss() +
      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).
      +
      longgetClientSvcReq() +
      The number of "request" type messages received by this client.
      +
      intgetDupmasters() +
      The number of duplicate master conditions originally detected at this site.
      +
      intgetEgen() +
      The election generation number for the current or next election.
      +
      longgetElectionCurWinner() +
      The environment ID of the winner of the current or last election.
      +
      intgetElectionDatagen() +
      The master data generation number of the winner of the current or last election.
      +
      intgetElectionGen() +
      The master generation number of the winner of the current or last election.
      +
      LogSequenceNumbergetElectionLsn() +
      The maximum LSN of the winner of the current or last election.
      +
      intgetElectionNumSites() +
      The number of sites responding to this site during the current election.
      +
      intgetElectionNumVotes() +
      The number of votes required in the current or last election.
      +
      intgetElectionPriority() +
      The priority of the winner of the current or last election.
      +
      longgetElections() +
      The number of elections held.
      +
      intgetElectionSec() +
      The number of seconds the last election took (the total election time is this value plus getElectionUsec()).
      +
      intgetElectionStatus() +
      The current election phase (0 if no election is in progress).
      +
      longgetElectionsWon() +
      The number of elections won.
      +
      intgetElectionTiebreaker() +
      The tiebreaker value of the winner of the current or last election.
      +
      intgetElectionUsec() +
      The number of microseconds the last election took (the total election time is this value plus getElectionSec()).
      +
      intgetElectionVotes() +
      The number of votes received during the current election.
      +
      longgetEnvId() +
      The current environment ID.
      +
      intgetEnvPriority() +
      The current environment priority.
      +
      intgetGen() +
      The current master generation number.
      +
      longgetLeaseChk() +
      The number of lease validity checks.
      +
      longgetLeaseChkMisses() +
      The number of invalid lease validity checks.
      +
      longgetLeaseChkRefresh() +
      The number of lease refresh attempts during lease validity checks.
      +
      longgetLeaseSends() +
      The number of live messages sent while using leases.
      +
      longgetLogDuplicated() +
      The number of duplicate log records received.
      +
      longgetLogQueued() +
      The number of log records currently queued.
      +
      longgetLogQueuedMax() +
      The maximum number of log records ever queued at once.
      +
      longgetLogQueuedTotal() +
      The total number of log records queued.
      +
      longgetLogRecords() +
      The number of log records received and appended to the log.
      +
      longgetLogRequested() +
      The number of times log records were missed and requested.
      +
      longgetMaster() +
      The current master environment ID.
      +
      longgetMasterChanges() +
      The number of times the master has changed.
      +
      intgetMaxLeaseSec() +
      The number of seconds of the longest lease (the total lease time is this value plus getMaxLeaseUsec()).
      +
      intgetMaxLeaseUsec() +
      The number of microseconds of the longest lease (the total lease time is this value plus getMaxLeaseSec()).
      +
      LogSequenceNumbergetMaxPermLsn() +
      The LSN of the maximum permanent log record, or 0 if there are no permanent log records.
      +
      longgetMsgsBadgen() +
      The number of messages received with a bad generation number.
      +
      longgetMsgsProcessed() +
      The number of messages received and processed.
      +
      longgetMsgsRecover() +
      The number of messages ignored due to pending recovery.
      +
      longgetMsgsSendFailures() +
      The number of failed message sends.
      +
      longgetMsgsSent() +
      The number of messages sent.
      +
      longgetNewsites() +
      The number of new site messages received.
      +
      LogSequenceNumbergetNextLsn() +
      In replication environments configured as masters, the next LSN to be used.
      +
      intgetNextPages() +
      The next page number we expect to receive.
      +
      intgetNumSites() +
      The number of sites used in the last election.
      +
      longgetNumThrottles() +
      Transmission limited.
      +
      longgetOutdated() +
      The number of outdated conditions detected.
      +
      longgetPagesDuplicated() +
      The number of duplicate pages received.
      +
      longgetPagesRecords() +
      The number of pages received and stored.
      +
      longgetPagesRequested() +
      The number of pages missed and requested from the master.
      +
      longgetStartSyncDelayed() +
      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).
      +
      booleangetStartupComplete() +
      The client site has completed its startup procedures and is now handling live records from the master.
      +
      intgetStatus() +
      The current replication mode.
      +
      longgetTxnsApplied() +
      The number of transactions applied.
      +
      booleangetView() +
      True if the site is a view and false if not.
      +
      LogSequenceNumbergetWaitingLsn() +
      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.
      +
      intgetWaitingPages() +
      The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing.
      +
      java.lang.StringtoString() +
      For convenience, the ReplicationStats class has a toString method + that lists all the data fields.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Field Detail
    - -

    -REP_CLIENT

    -
    -public static final int REP_CLIENT
    -
    -
    The environment is configured as a replication client, as reported by getStatus(). -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -REP_MASTER

    -
    -public static final int REP_MASTER
    -
    -
    The environment is configured as a replication master, as reported by getStatus(). -

    -

    -
    See Also:
    Constant Field Values
    -
    -
    - -

    -REP_NONE

    -
    -public static final int REP_NONE
    -
    -
    Replication is not configured for this environment, as reported by getStatus(). -

    -

    -
    See Also:
    Constant Field Values
    -
    - + - - - - - - -
    -Method Detail
    - -

    -getStartupComplete

    -
    -public boolean getStartupComplete()
    -
    -
    The client site has completed its startup procedures and is now handling live records from the master. -

    -

    -
    -
    -
    -
    - -

    -getLogQueued

    -
    -public long getLogQueued()
    -
    -
    The number of log records currently queued. -

    -

    -
    -
    -
    -
    - -

    -getStatus

    -
    -public int getStatus()
    -
    -
    The current replication mode. Set to one of REP_MASTER, REP_CLIENT or REP_NONE. -

    -

    -
    -
    -
    -
    - -

    -getNextLsn

    -
    -public LogSequenceNumber getNextLsn()
    -
    -
    In replication environments configured as masters, the next LSN to be used. In replication environments configured as clients, the next LSN expected. -

    -

    -
    -
    -
    -
    - -

    -getWaitingLsn

    -
    -public LogSequenceNumber getWaitingLsn()
    -
    -
    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. -

    -

    -
    -
    -
    -
    - -

    -getMaxPermLsn

    -
    -public LogSequenceNumber getMaxPermLsn()
    -
    -
    The LSN of the maximum permanent log record, or 0 if there are no permanent log records. -

    -

    -
    -
    -
    -
    - -

    -getNextPages

    -
    -public int getNextPages()
    -
    -
    The next page number we expect to receive. -

    -

    -
    -
    -
    -
    - -

    -getWaitingPages

    -
    -public int getWaitingPages()
    -
    -
    The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing. -

    -

    -
    -
    -
    -
    - -

    -getDupmasters

    -
    -public int getDupmasters()
    -
    -
    The number of duplicate master conditions originally detected at this site. -

    -

    -
    -
    -
    -
    - -

    -getEnvId

    -
    -public long getEnvId()
    -
    -
    The current environment ID. -

    -

    -
    -
    -
    -
    - -

    -getEnvPriority

    -
    -public int getEnvPriority()
    -
    -
    The current environment priority. -

    -

    -
    -
    -
    -
    - -

    -getBulkFills

    -
    -public long getBulkFills()
    -
    -
    The number of times the bulk buffer filled up, forcing the buffer content to be sent. -

    -

    -
    -
    -
    -
    - -

    -getBulkOverflows

    -
    -public long getBulkOverflows()
    -
    -
    The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton. -

    -

    -
    -
    -
    -
    - -

    -getBulkRecords

    -
    -public long getBulkRecords()
    -
    -
    The number of records added to a bulk buffer. -

    -

    -
    -
    -
    -
    - -

    -getBulkTransfers

    -
    -public long getBulkTransfers()
    -
    -
    The number of bulk buffers transferred (via a call to the application's ReplicationTransport function). -

    -

    -
    -
    -
    -
    - -

    -getClientRerequests

    -
    -public long getClientRerequests()
    -
    -
    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 getClientSvcMiss().) -

    -

    -
    -
    -
    -
    - -

    -getClientSvcReq

    -
    -public long getClientSvcReq()
    -
    -
    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 ReplicationTransport.send() function may be sent to another client instead.) -

    -

    -
    -
    -
    -
    - -

    -getClientSvcMiss

    -
    -public long getClientSvcMiss()
    -
    -
    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). -

    -

    -
    -
    -
    -
    - -

    -getGen

    -
    -public int getGen()
    -
    -
    The current master generation number. -

    -

    -
    -
    -
    -
    - -

    -getEgen

    -
    -public int getEgen()
    -
    -
    The election generation number for the current or next election. -

    -

    -
    -
    -
    -
    - -

    -getLeaseChk

    -
    -public long getLeaseChk()
    -
    -
    The number of lease validity checks. -

    -

    -
    -
    -
    -
    - -

    -getLeaseChkMisses

    -
    -public long getLeaseChkMisses()
    -
    -
    The number of invalid lease validity checks. -

    -

    -
    -
    -
    -
    - -

    -getLeaseChkRefresh

    -
    -public long getLeaseChkRefresh()
    -
    -
    The number of lease refresh attempts during lease validity checks. -

    -

    -
    -
    -
    -
    - -

    -getLeaseSends

    -
    -public long getLeaseSends()
    -
    -
    The number of live messages sent while using leases. -

    -

    -
    -
    -
    -
    - -

    -getLogDuplicated

    -
    -public long getLogDuplicated()
    -
    -
    The number of duplicate log records received. -

    -

    -
    -
    -
    -
    - -

    -getLogQueuedMax

    -
    -public long getLogQueuedMax()
    -
    -
    The maximum number of log records ever queued at once. -

    -

    -
    -
    -
    -
    - -

    -getLogQueuedTotal

    -
    -public long getLogQueuedTotal()
    -
    -
    The total number of log records queued. -

    -

    -
    -
    -
    -
    - -

    -getLogRecords

    -
    -public long getLogRecords()
    -
    -
    The number of log records received and appended to the log. -

    -

    -
    -
    -
    -
    - -

    -getLogRequested

    -
    -public long getLogRequested()
    -
    -
    The number of times log records were missed and requested. -

    -

    -
    -
    -
    -
    - -

    -getMaster

    -
    -public long getMaster()
    -
    -
    The current master environment ID. -

    -

    -
    -
    -
    -
    - -

    -getMasterChanges

    -
    -public long getMasterChanges()
    -
    -
    The number of times the master has changed. -

    -

    -
    -
    -
    -
    - -

    -getMsgsBadgen

    -
    -public long getMsgsBadgen()
    -
    -
    The number of messages received with a bad generation number. -

    -

    -
    -
    -
    -
    - -

    -getMsgsProcessed

    -
    -public long getMsgsProcessed()
    -
    -
    The number of messages received and processed. -

    -

    -
    -
    -
    -
    - -

    -getMsgsRecover

    -
    -public long getMsgsRecover()
    -
    -
    The number of messages ignored due to pending recovery. -

    -

    -
    -
    -
    -
    - -

    -getMsgsSendFailures

    -
    -public long getMsgsSendFailures()
    -
    -
    The number of failed message sends. -

    -

    -
    -
    -
    -
    - -

    -getMsgsSent

    -
    -public long getMsgsSent()
    -
    -
    The number of messages sent. -

    -

    -
    -
    -
    -
    - -

    -getNewsites

    -
    -public long getNewsites()
    -
    -
    The number of new site messages received. -

    -

    -
    -
    -
    -
    - -

    -getNumSites

    -
    -public int getNumSites()
    -
    -
    The number of sites used in the last election. -

    -

    -
    -
    -
    -
    - -

    -getNumThrottles

    -
    -public long getNumThrottles()
    -
    -
    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 Environment.processReplicationMessage. -

    -

    -
    -
    -
    -
    - -

    -getOutdated

    -
    -public long getOutdated()
    -
    -
    The number of outdated conditions detected. -

    -

    -
    -
    -
    -
    - -

    -getPagesDuplicated

    -
    -public long getPagesDuplicated()
    -
    -
    The number of duplicate pages received. -

    -

    -
    -
    -
    -
    - -

    -getPagesRecords

    -
    -public long getPagesRecords()
    -
    -
    The number of pages received and stored. -

    -

    -
    -
    -
    -
    - -

    -getPagesRequested

    -
    -public long getPagesRequested()
    -
    -
    The number of pages missed and requested from the master. -

    -

    -
    -
    -
    -
    - -

    -getTxnsApplied

    -
    -public long getTxnsApplied()
    -
    -
    The number of transactions applied. -

    -

    -
    -
    -
    -
    - -

    -getStartSyncDelayed

    -
    -public long getStartSyncDelayed()
    -
    -
    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). -

    -

    -
    -
    -
    -
    - -

    -getElections

    -
    -public long getElections()
    -
    -
    The number of elections held. -

    -

    -
    -
    -
    -
    - -

    -getElectionsWon

    -
    -public long getElectionsWon()
    -
    -
    The number of elections won. -

    -

    -
    -
    -
    -
    - -

    -getElectionCurWinner

    -
    -public long getElectionCurWinner()
    -
    -
    The environment ID of the winner of the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionGen

    -
    -public int getElectionGen()
    -
    -
    The master generation number of the winner of the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionDatagen

    -
    -public int getElectionDatagen()
    -
    -
    The master data generation number of the winner of the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionLsn

    -
    -public LogSequenceNumber getElectionLsn()
    -
    -
    The maximum LSN of the winner of the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionNumSites

    -
    -public int getElectionNumSites()
    -
    -
    The number of sites responding to this site during the current election. -

    -

    -
    -
    -
    -
    - -

    -getElectionNumVotes

    -
    -public int getElectionNumVotes()
    -
    -
    The number of votes required in the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionPriority

    -
    -public int getElectionPriority()
    -
    -
    The priority of the winner of the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionStatus

    -
    -public int getElectionStatus()
    -
    -
    The current election phase (0 if no election is in progress). -

    -

    -
    -
    -
    -
    - -

    -getElectionTiebreaker

    -
    -public int getElectionTiebreaker()
    -
    -
    The tiebreaker value of the winner of the current or last election. -

    -

    -
    -
    -
    -
    - -

    -getElectionVotes

    -
    -public int getElectionVotes()
    -
    -
    The number of votes received during the current election. -

    -

    -
    -
    -
    -
    - -

    -getElectionSec

    -
    -public int getElectionSec()
    -
    -
    The number of seconds the last election took (the total election time is this value plus getElectionUsec()). -

    -

    -
    -
    -
    -
    - -

    -getElectionUsec

    -
    -public int getElectionUsec()
    -
    -
    The number of microseconds the last election took (the total election time is this value plus getElectionSec()). -

    -

    -
    -
    -
    -
    - -

    -getMaxLeaseSec

    -
    -public int getMaxLeaseSec()
    -
    -
    The number of seconds of the longest lease (the total lease time is this value plus getMaxLeaseUsec()). -

    -

    -
    -
    -
    -
    - -

    -getMaxLeaseUsec

    -
    -public int getMaxLeaseUsec()
    -
    -
    The number of microseconds of the longest lease (the total lease time is this value plus getMaxLeaseSec()). -

    -

    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    For convenience, the ReplicationStats class has a toString method - that lists all the data fields. -

    -

    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStartupComplete

        +
        public boolean getStartupComplete()
        +
        The client site has completed its startup procedures and is now handling live records from the master.
        +
      • +
      + + + +
        +
      • +

        getView

        +
        public boolean getView()
        +
        True if the site is a view and false if not.
        +
      • +
      + + + +
        +
      • +

        getLogQueued

        +
        public long getLogQueued()
        +
        The number of log records currently queued.
        +
      • +
      + + + + + + + +
        +
      • +

        getNextLsn

        +
        public LogSequenceNumber getNextLsn()
        +
        In replication environments configured as masters, the next LSN to be used. In replication environments configured as clients, the next LSN expected.
        +
      • +
      + + + +
        +
      • +

        getWaitingLsn

        +
        public LogSequenceNumber getWaitingLsn()
        +
        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.
        +
      • +
      + + + +
        +
      • +

        getMaxPermLsn

        +
        public LogSequenceNumber getMaxPermLsn()
        +
        The LSN of the maximum permanent log record, or 0 if there are no permanent log records.
        +
      • +
      + + + +
        +
      • +

        getNextPages

        +
        public int getNextPages()
        +
        The next page number we expect to receive.
        +
      • +
      + + + +
        +
      • +

        getWaitingPages

        +
        public int getWaitingPages()
        +
        The page number of the first page we have after missing pages being waited for, or 0 if no pages are currently missing.
        +
      • +
      + + + +
        +
      • +

        getDupmasters

        +
        public int getDupmasters()
        +
        The number of duplicate master conditions originally detected at this site.
        +
      • +
      + + + +
        +
      • +

        getEnvId

        +
        public long getEnvId()
        +
        The current environment ID.
        +
      • +
      + + + +
        +
      • +

        getEnvPriority

        +
        public int getEnvPriority()
        +
        The current environment priority.
        +
      • +
      + + + +
        +
      • +

        getBulkFills

        +
        public long getBulkFills()
        +
        The number of times the bulk buffer filled up, forcing the buffer content to be sent.
        +
      • +
      + + + +
        +
      • +

        getBulkOverflows

        +
        public long getBulkOverflows()
        +
        The number of times a record was bigger than the entire bulk buffer, and therefore had to be sent as a singleton.
        +
      • +
      + + + +
        +
      • +

        getBulkRecords

        +
        public long getBulkRecords()
        +
        The number of records added to a bulk buffer.
        +
      • +
      + + + +
        +
      • +

        getBulkTransfers

        +
        public long getBulkTransfers()
        +
        The number of bulk buffers transferred (via a call to the application's ReplicationTransport function).
        +
      • +
      + + + +
        +
      • +

        getClientRerequests

        +
        public long getClientRerequests()
        +
        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 getClientSvcMiss().)
        +
      • +
      + + + +
        +
      • +

        getClientSvcReq

        +
        public long getClientSvcReq()
        +
        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 ReplicationTransport.send() function may be sent to another client instead.)
        +
      • +
      + + + +
        +
      • +

        getClientSvcMiss

        +
        public long getClientSvcMiss()
        +
        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).
        +
      • +
      + + + +
        +
      • +

        getGen

        +
        public int getGen()
        +
        The current master generation number.
        +
      • +
      + + + +
        +
      • +

        getEgen

        +
        public int getEgen()
        +
        The election generation number for the current or next election.
        +
      • +
      + + + +
        +
      • +

        getLeaseChk

        +
        public long getLeaseChk()
        +
        The number of lease validity checks.
        +
      • +
      + + + +
        +
      • +

        getLeaseChkMisses

        +
        public long getLeaseChkMisses()
        +
        The number of invalid lease validity checks.
        +
      • +
      + + + +
        +
      • +

        getLeaseChkRefresh

        +
        public long getLeaseChkRefresh()
        +
        The number of lease refresh attempts during lease validity checks.
        +
      • +
      + + + +
        +
      • +

        getLeaseSends

        +
        public long getLeaseSends()
        +
        The number of live messages sent while using leases.
        +
      • +
      + + + +
        +
      • +

        getLogDuplicated

        +
        public long getLogDuplicated()
        +
        The number of duplicate log records received.
        +
      • +
      + + + +
        +
      • +

        getLogQueuedMax

        +
        public long getLogQueuedMax()
        +
        The maximum number of log records ever queued at once.
        +
      • +
      + + + +
        +
      • +

        getLogQueuedTotal

        +
        public long getLogQueuedTotal()
        +
        The total number of log records queued.
        +
      • +
      + + + +
        +
      • +

        getLogRecords

        +
        public long getLogRecords()
        +
        The number of log records received and appended to the log.
        +
      • +
      + + + +
        +
      • +

        getLogRequested

        +
        public long getLogRequested()
        +
        The number of times log records were missed and requested.
        +
      • +
      + + + +
        +
      • +

        getMaster

        +
        public long getMaster()
        +
        The current master environment ID.
        +
      • +
      + + + +
        +
      • +

        getMasterChanges

        +
        public long getMasterChanges()
        +
        The number of times the master has changed.
        +
      • +
      + + + +
        +
      • +

        getMsgsBadgen

        +
        public long getMsgsBadgen()
        +
        The number of messages received with a bad generation number.
        +
      • +
      + + + +
        +
      • +

        getMsgsProcessed

        +
        public long getMsgsProcessed()
        +
        The number of messages received and processed.
        +
      • +
      + + + +
        +
      • +

        getMsgsRecover

        +
        public long getMsgsRecover()
        +
        The number of messages ignored due to pending recovery.
        +
      • +
      + + + +
        +
      • +

        getMsgsSendFailures

        +
        public long getMsgsSendFailures()
        +
        The number of failed message sends.
        +
      • +
      + + + +
        +
      • +

        getMsgsSent

        +
        public long getMsgsSent()
        +
        The number of messages sent.
        +
      • +
      + + + +
        +
      • +

        getNewsites

        +
        public long getNewsites()
        +
        The number of new site messages received.
        +
      • +
      + + + +
        +
      • +

        getNumSites

        +
        public int getNumSites()
        +
        The number of sites used in the last election.
        +
      • +
      + + + +
        +
      • +

        getNumThrottles

        +
        public long getNumThrottles()
        +
        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 Environment.processReplicationMessage.
        +
      • +
      + + + +
        +
      • +

        getOutdated

        +
        public long getOutdated()
        +
        The number of outdated conditions detected.
        +
      • +
      + + + +
        +
      • +

        getPagesDuplicated

        +
        public long getPagesDuplicated()
        +
        The number of duplicate pages received.
        +
      • +
      + + + +
        +
      • +

        getPagesRecords

        +
        public long getPagesRecords()
        +
        The number of pages received and stored.
        +
      • +
      + + + +
        +
      • +

        getPagesRequested

        +
        public long getPagesRequested()
        +
        The number of pages missed and requested from the master.
        +
      • +
      + + + +
        +
      • +

        getTxnsApplied

        +
        public long getTxnsApplied()
        +
        The number of transactions applied.
        +
      • +
      + + + +
        +
      • +

        getStartSyncDelayed

        +
        public long getStartSyncDelayed()
        +
        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).
        +
      • +
      + + + +
        +
      • +

        getElections

        +
        public long getElections()
        +
        The number of elections held.
        +
      • +
      + + + +
        +
      • +

        getElectionsWon

        +
        public long getElectionsWon()
        +
        The number of elections won.
        +
      • +
      + + + +
        +
      • +

        getElectionCurWinner

        +
        public long getElectionCurWinner()
        +
        The environment ID of the winner of the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionGen

        +
        public int getElectionGen()
        +
        The master generation number of the winner of the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionDatagen

        +
        public int getElectionDatagen()
        +
        The master data generation number of the winner of the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionLsn

        +
        public LogSequenceNumber getElectionLsn()
        +
        The maximum LSN of the winner of the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionNumSites

        +
        public int getElectionNumSites()
        +
        The number of sites responding to this site during the current election.
        +
      • +
      + + + +
        +
      • +

        getElectionNumVotes

        +
        public int getElectionNumVotes()
        +
        The number of votes required in the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionPriority

        +
        public int getElectionPriority()
        +
        The priority of the winner of the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionStatus

        +
        public int getElectionStatus()
        +
        The current election phase (0 if no election is in progress).
        +
      • +
      + + + +
        +
      • +

        getElectionTiebreaker

        +
        public int getElectionTiebreaker()
        +
        The tiebreaker value of the winner of the current or last election.
        +
      • +
      + + + +
        +
      • +

        getElectionVotes

        +
        public int getElectionVotes()
        +
        The number of votes received during the current election.
        +
      • +
      + + + +
        +
      • +

        getElectionSec

        +
        public int getElectionSec()
        +
        The number of seconds the last election took (the total election time is this value plus getElectionUsec()).
        +
      • +
      + + + +
        +
      • +

        getElectionUsec

        +
        public int getElectionUsec()
        +
        The number of microseconds the last election took (the total election time is this value plus getElectionSec()).
        +
      • +
      + + + +
        +
      • +

        getMaxLeaseSec

        +
        public int getMaxLeaseSec()
        +
        The number of seconds of the longest lease (the total lease time is this value plus getMaxLeaseUsec()).
        +
      • +
      + + + +
        +
      • +

        getMaxLeaseUsec

        +
        public int getMaxLeaseUsec()
        +
        The number of microseconds of the longest lease (the total lease time is this value plus getMaxLeaseSec()).
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        For convenience, the ReplicationStats class has a toString method + that lists all the data fields.
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1