com.sleepycat.db
Class ReplicationStats
java.lang.Object
com.sleepycat.db.ReplicationStats
public class ReplicationStats
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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