public class ReplicationManagerStats
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getConnectFail()
The number of times new connection attempts have failed.
|
long |
getConnectionDrop()
The number of existing connections that have been dropped since the
statistics were last reset.
|
int |
getElectThreads()
Number of currently active election threads.
|
int |
getMaxElectThreads()
Election threads for which space is reserved.
|
long |
getMsgsDropped()
The number of messages discarded due to queue length overflows.
|
long |
getMsgsQueued()
The number of messages queued due to a network delay.
|
long |
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.
|
int |
getSiteParticipants()
Number of replication group participant sites.
|
int |
getSiteTotal()
Total number of replication group sites.
|
int |
getSiteViews()
Number of replication group view sites.
|
long |
getTakeovers()
The number of automatic replication process takeovers.
|
java.lang.String |
toString()
For convenience, the ReplicationManagerStats class has a toString method
that lists all the data fields.
|
public long getPermFailed()
public long getMsgsQueued()
public long getMsgsDropped()
public long getConnectionDrop()
public long getConnectFail()
public int getElectThreads()
public int getMaxElectThreads()
public int getSiteParticipants()
public int getSiteTotal()
public int getSiteViews()
public long getTakeovers()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.