org.apache.zookeeper.server
Interface ServerCnxn.Stats

Enclosing interface:
ServerCnxn

public static interface ServerCnxn.Stats


Method Summary
 long getOutstandingRequests()
           
 long getPacketsReceived()
           
 long getPacketsSent()
           
 

Method Detail

getOutstandingRequests

long getOutstandingRequests()

getPacketsReceived

long getPacketsReceived()

getPacketsSent

long getPacketsSent()