| 
 | Berkeley DB version 4.7.25 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.ReplicationManagerStats
public class ReplicationManagerStats
Replication Manager statistics for a database environment.
| Method Summary | |
|---|---|
|  int | getConnectFail()The number of times new connection attempts have failed.. | 
|  int | getConnectionDrop()The number of existing connections that have been dropped since the statistics were last reset.. | 
|  int | getMsgsDropped()The number of messages discarded due to queue length overflows.. | 
|  int | getMsgsQueued()The number of messages queued due to a network delay.. | 
|  int | getPermFailed()The number of times a PERM message originating at this site did not receive sufficient acknowledgement from clients, according to the configured acknowledgement policy and acknowledgement timeout.. | 
|  String | toString()For convenience, the ReplicationManagerStats 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 Detail | 
|---|
public int getPermFailed()
public int getMsgsQueued()
public int getMsgsDropped()
public int getConnectionDrop()
public int getConnectFail()
public String toString()
toString in class Object| 
 | Berkeley DB version 4.7.25 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||