org.apache.zookeeper.server.quorum
Interface FollowerMXBean

All Superinterfaces:
ZooKeeperServerMXBean
All Known Implementing Classes:
FollowerBean

public interface FollowerMXBean
extends ZooKeeperServerMXBean

Follower MBean


Method Summary
 java.lang.String getLastQueuedZxid()
           
 int getPendingRevalidationCount()
           
 java.lang.String getQuorumAddress()
           
 
Methods inherited from interface org.apache.zookeeper.server.ZooKeeperServerMXBean
getAvgRequestLatency, getClientPort, getMaxClientCnxnsPerHost, getMaxRequestLatency, getMaxSessionTimeout, getMinRequestLatency, getMinSessionTimeout, getOutstandingRequests, getPacketsReceived, getPacketsSent, getStartTime, getTickTime, getVersion, 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


Copyright © 2012 The Apache Software Foundation