Package 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
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDataDirSize()longgetLastProcessedZxid()longgetLogDirSize()intgetNumAliveConnections()longgetOutstandingRequests()StringgetState()
 
- 
- 
- 
Method Detail- 
getOutstandingRequestslong getOutstandingRequests() 
 - 
getLastProcessedZxidlong getLastProcessedZxid() 
 - 
getStateString getState() 
 - 
getNumAliveConnectionsint getNumAliveConnections() 
 - 
getDataDirSizelong getDataDirSize() 
 - 
getLogDirSizelong getLogDirSize() 
 
- 
 
-