ServerMXBean
LocalPeerBean
public interface LocalPeerMXBean extends ServerMXBean
Modifier and Type | Method | Description |
---|---|---|
int |
getElectionType() |
|
int |
getInitLimit() |
|
int |
getMaxClientCnxnsPerHost() |
Current maxClientCnxns allowed from a particular host
|
int |
getMaxSessionTimeout() |
|
int |
getMinSessionTimeout() |
|
java.lang.String |
getQuorumAddress() |
|
java.lang.String |
getState() |
|
int |
getSyncLimit() |
|
int |
getTick() |
|
int |
getTickTime() |
getName, getStartTime
int getTickTime()
int getMaxClientCnxnsPerHost()
int getMinSessionTimeout()
int getMaxSessionTimeout()
int getInitLimit()
int getSyncLimit()
int getTick()
java.lang.String getState()
java.lang.String getQuorumAddress()
int getElectionType()
Copyright © 2018 The Apache Software Foundation