public interface LocalPeerMXBean extends ServerMXBean
Modifier and Type | Method and Description |
---|---|
String |
getClientAddress() |
long |
getConfigVersion() |
String |
getElectionAddress() |
int |
getElectionType() |
int |
getInitLimit() |
String |
getLearnerType() |
int |
getMaxClientCnxnsPerHost()
Current maxClientCnxns allowed from a particular host
|
int |
getMaxSessionTimeout() |
int |
getMinSessionTimeout() |
String |
getQuorumAddress() |
String |
getQuorumSystemInfo() |
String |
getState() |
int |
getSyncLimit() |
int |
getTick() |
int |
getTickTime() |
boolean |
isLeader() |
boolean |
isPartOfEnsemble() |
getName, getStartTime
int getTickTime()
int getMaxClientCnxnsPerHost()
int getMinSessionTimeout()
int getMaxSessionTimeout()
int getInitLimit()
int getSyncLimit()
int getTick()
String getState()
String getQuorumAddress()
int getElectionType()
String getElectionAddress()
String getClientAddress()
String getLearnerType()
long getConfigVersion()
String getQuorumSystemInfo()
boolean isPartOfEnsemble()
boolean isLeader()
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.