org.apache.zookeeper.server
Interface ServerStats.Provider
- All Known Implementing Classes:
- FollowerZooKeeperServer, LeaderZooKeeperServer, LearnerZooKeeperServer, ObserverZooKeeperServer, QuorumZooKeeperServer, ReadOnlyZooKeeperServer, ZooKeeperServer
- Enclosing class:
- ServerStats
public static interface ServerStats.Provider
getOutstandingRequests
long getOutstandingRequests()
getLastProcessedZxid
long getLastProcessedZxid()
getState
String getState()
getNumAliveConnections
int getNumAliveConnections()
Copyright © 2013 The Apache Software Foundation