com.sleepycat.db
Class ReplicationStats

java.lang.Object
  extended by com.sleepycat.db.ReplicationStats

public class ReplicationStats
extends java.lang.Object


Method Summary
 int getBulkFills()
           
 int getBulkOverflows()
           
 int getBulkRecords()
           
 int getBulkTransfers()
           
 int getClientRerequests()
           
 int getClientSvcMiss()
           
 int getClientSvcReq()
           
 int getDupmasters()
           
 int getEgen()
           
 int getElectionCurWinner()
           
 int getElectionGen()
           
 LogSequenceNumber getElectionLsn()
           
 int getElectionNumSites()
           
 int getElectionNumVotes()
           
 int getElectionPriority()
           
 int getElections()
           
 int getElectionSec()
           
 int getElectionStatus()
           
 int getElectionsWon()
           
 int getElectionTiebreaker()
           
 int getElectionUsec()
           
 int getElectionVotes()
           
 int getEnvId()
           
 int getEnvPriority()
           
 int getGen()
           
 int getLogDuplicated()
           
 int getLogQueued()
           
 int getLogQueuedMax()
           
 int getLogQueuedTotal()
           
 int getLogRecords()
           
 int getLogRequested()
           
 int getMaster()
           
 int getMasterChanges()
           
 int getMsgsBadgen()
           
 int getMsgsProcessed()
           
 int getMsgsRecover()
           
 int getMsgsSendFailures()
           
 int getMsgsSent()
           
 int getNewsites()
           
 LogSequenceNumber getNextLsn()
           
 int getNextPages()
           
 int getNumSites()
           
 int getNumThrottles()
           
 int getOutdated()
           
 int getPagesDuplicated()
           
 int getPagesRecords()
           
 int getPagesRequested()
           
 int getStartSyncDelayed()
           
 int getStartupComplete()
           
 int getStatus()
           
 int getTxnsApplied()
           
 LogSequenceNumber getWaitingLsn()
           
 int getWaitingPages()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLogQueued

public int getLogQueued()

getStartupComplete

public int getStartupComplete()

getStatus

public int getStatus()

getNextLsn

public LogSequenceNumber getNextLsn()

getWaitingLsn

public LogSequenceNumber getWaitingLsn()

getNextPages

public int getNextPages()

getWaitingPages

public int getWaitingPages()

getDupmasters

public int getDupmasters()

getEnvId

public int getEnvId()

getEnvPriority

public int getEnvPriority()

getBulkFills

public int getBulkFills()

getBulkOverflows

public int getBulkOverflows()

getBulkRecords

public int getBulkRecords()

getBulkTransfers

public int getBulkTransfers()

getClientRerequests

public int getClientRerequests()

getClientSvcReq

public int getClientSvcReq()

getClientSvcMiss

public int getClientSvcMiss()

getGen

public int getGen()

getEgen

public int getEgen()

getLogDuplicated

public int getLogDuplicated()

getLogQueuedMax

public int getLogQueuedMax()

getLogQueuedTotal

public int getLogQueuedTotal()

getLogRecords

public int getLogRecords()

getLogRequested

public int getLogRequested()

getMaster

public int getMaster()

getMasterChanges

public int getMasterChanges()

getMsgsBadgen

public int getMsgsBadgen()

getMsgsProcessed

public int getMsgsProcessed()

getMsgsRecover

public int getMsgsRecover()

getMsgsSendFailures

public int getMsgsSendFailures()

getMsgsSent

public int getMsgsSent()

getNewsites

public int getNewsites()

getNumSites

public int getNumSites()

getNumThrottles

public int getNumThrottles()

getOutdated

public int getOutdated()

getPagesDuplicated

public int getPagesDuplicated()

getPagesRecords

public int getPagesRecords()

getPagesRequested

public int getPagesRequested()

getTxnsApplied

public int getTxnsApplied()

getStartSyncDelayed

public int getStartSyncDelayed()

getElections

public int getElections()

getElectionsWon

public int getElectionsWon()

getElectionCurWinner

public int getElectionCurWinner()

getElectionGen

public int getElectionGen()

getElectionLsn

public LogSequenceNumber getElectionLsn()

getElectionNumSites

public int getElectionNumSites()

getElectionNumVotes

public int getElectionNumVotes()

getElectionPriority

public int getElectionPriority()

getElectionStatus

public int getElectionStatus()

getElectionTiebreaker

public int getElectionTiebreaker()

getElectionVotes

public int getElectionVotes()

getElectionSec

public int getElectionSec()

getElectionUsec

public int getElectionUsec()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object