org.apache.zookeeper.server.quorum
Interface ObserverMXBean
- All Superinterfaces:
- ZooKeeperServerMXBean
- All Known Implementing Classes:
- ObserverBean
public interface ObserverMXBean
- extends ZooKeeperServerMXBean
Observer MX Bean interface, implemented by ObserverBean
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 |
getPendingRevalidationCount
int getPendingRevalidationCount()
- Returns:
- count of pending revalidations
getQuorumAddress
String getQuorumAddress()
- Returns:
- socket address
Copyright © 2012 The Apache Software Foundation