org.apache.zookeeper.server
Interface ServerStats.Provider

All Known Implementing Classes:
FollowerZooKeeperServer, LeaderZooKeeperServer, LearnerZooKeeperServer, ObserverZooKeeperServer, QuorumZooKeeperServer, ZooKeeperServer
Enclosing class:
ServerStats

public static interface ServerStats.Provider


Method Summary
 long getLastProcessedZxid()
           
 long getOutstandingRequests()
           
 java.lang.String getState()
           
 

Method Detail

getOutstandingRequests

long getOutstandingRequests()

getLastProcessedZxid

long getLastProcessedZxid()

getState

java.lang.String getState()


Copyright © 2012 The Apache Software Foundation