Interface FollowerMXBean
-
- All Superinterfaces:
ZooKeeperServerMXBean
- All Known Implementing Classes:
FollowerBean
public interface FollowerMXBean extends ZooKeeperServerMXBean
Follower MBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getElectionTimeTaken()
java.lang.String
getLastQueuedZxid()
int
getPendingRevalidationCount()
java.lang.String
getQuorumAddress()
-
Methods inherited from interface org.apache.zookeeper.server.ZooKeeperServerMXBean
getAvgRequestLatency, getClientPort, getDataDirSize, getFsyncThresholdExceedCount, getJuteMaxBufferSize, getLastClientResponseSize, getLogDirSize, getMaxClientCnxnsPerHost, getMaxClientResponseSize, getMaxRequestLatency, getMaxSessionTimeout, getMinClientResponseSize, getMinRequestLatency, getMinSessionTimeout, getNumAliveConnections, getOutstandingRequests, getPacketsReceived, getPacketsSent, getSecureClientAddress, getSecureClientPort, getStartTime, getTickTime, getTxnLogElapsedSyncTime, getVersion, resetFsyncThresholdExceedCount, resetLatency, resetMaxLatency, resetStatistics, setMaxClientCnxnsPerHost, setMaxSessionTimeout, setMinSessionTimeout, setTickTime
-
-
-
-
Method Detail
-
getQuorumAddress
java.lang.String getQuorumAddress()
- Returns:
- socket address
-
getLastQueuedZxid
java.lang.String getLastQueuedZxid()
- Returns:
- last queued zxid
-
getPendingRevalidationCount
int getPendingRevalidationCount()
- Returns:
- count of pending revalidations
-
getElectionTimeTaken
long getElectionTimeTaken()
- Returns:
- time taken for leader election in milliseconds.
-
-