public static interface ServerStats.Provider
Modifier and Type | Method and Description |
---|---|
long |
getDataDirSize() |
long |
getLastProcessedZxid() |
long |
getLogDirSize() |
int |
getNumAliveConnections() |
long |
getOutstandingRequests() |
String |
getState() |
long getOutstandingRequests()
long getLastProcessedZxid()
String getState()
int getNumAliveConnections()
long getDataDirSize()
long getLogDirSize()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.