| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.sleepycat.db.DbRepStat
The DbRepStat object is used to return replication subsystem statistics.
| Field Summary | |
|  int | st_dupmastersThe number of duplicate master conditions detected. | 
|  int | st_election_cur_winnerThe election winner. | 
|  int | st_election_genThe election generation number. | 
|  DbLsn | st_election_lsnThe maximum LSN of election winner. | 
|  int | st_election_nsitesThe number sites expected to participate in elections. | 
|  int | st_election_priorityThe election priority. | 
|  int | st_election_statusThe current election phase (0 if no election is in progress). | 
|  int | st_election_tiebreakerThe election tiebreaker value. | 
|  int | st_election_votesThe votes received this election round. | 
|  int | st_electionsThe number of elections held. | 
|  int | st_elections_wonThe number of elections won. | 
|  int | st_env_idThe current environment ID. | 
|  int | st_env_priorityThe current environment priority. | 
|  int | st_genThe current generation number. | 
|  int | st_in_recoveryThe site is currently in client recovery. | 
|  int | st_log_duplicatedThe number of duplicate log records received. | 
|  int | st_log_queuedThe number of log records currently queued. | 
|  int | st_log_queued_maxThe maximum number of log records ever queued at once. | 
|  int | st_log_queued_totalThe total number of log records queued. | 
|  int | st_log_recordsThe number of log records received and appended to the log. | 
|  int | st_log_requestedThe number of log records missed and requested. | 
|  int | st_masterThe current master environment ID. | 
|  int | st_master_changesThe number of times the master has changed. | 
|  int | st_msgs_badgenThe number of messages received with a bad generation number. | 
|  int | st_msgs_processedThe number of messages received and processed. | 
|  int | st_msgs_recoverThe number of messages ignored due to pending recovery. | 
|  int | st_msgs_send_failuresThe number of failed message sends. | 
|  int | st_msgs_sentThe number of messages sent. | 
|  int | st_newsitesThe number of new site messages received. | 
|  DbLsn | st_next_lsnIn replication environments configured as masters, the next LSN expected. | 
|  int | st_nsitesThe number of sites believed to be in the replication group. | 
|  int | st_nthrottlesTransmission limited. | 
|  int | st_outdatedThe number of outdated conditions detected. | 
|  int | st_statusThe current replication mode. | 
|  int | st_txns_appliedThe number of transactions applied. | 
|  DbLsn | st_waiting_lsnThe LSN of the first log record we have after missing log records being waited for, or 0 if no log records are currently missing. | 
| Constructor Summary | |
| DbRepStat() | |
| Method Summary | |
|  String | toString()Provide a string representation of all the fields contained within this class. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public int st_status
Db.DB_REP_MASTER if the environment is a replication master, Db.DB_REP_CLIENT if the environment is a replication client, Db.DB_REP_LOGSONLY if the environment is a log-files-only replica, or 0 if replication is not configured. 
public DbLsn st_next_lsn
public DbLsn st_waiting_lsn
public int st_dupmasters
public int st_env_id
public int st_env_priority
public int st_gen
public int st_in_recovery
public int st_log_duplicated
public int st_log_queued
public int st_log_queued_max
public int st_log_queued_total
public int st_log_records
public int st_log_requested
public int st_master
public int st_master_changes
public int st_msgs_badgen
public int st_msgs_processed
public int st_msgs_recover
public int st_msgs_send_failures
public int st_msgs_sent
public int st_newsites
public int st_nsites
public int st_nthrottles
DbEnv.replicationProcessMessage. 
public int st_outdated
public int st_txns_applied
public int st_elections
public int st_elections_won
public int st_election_cur_winner
public int st_election_gen
public DbLsn st_election_lsn
public int st_election_nsites
public int st_election_priority
public int st_election_status
public int st_election_tiebreaker
public int st_election_votes
| Constructor Detail | 
public DbRepStat()
| Method Detail | 
public String toString()
toString in class Object| 
 | Berkeley DB version 4.2.52 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||