public class FollowerBean extends ZooKeeperServerBean implements FollowerMXBean
zks
Constructor and Description |
---|
FollowerBean(Follower follower,
ZooKeeperServer zks) |
Modifier and Type | Method and Description |
---|---|
long |
getElectionTimeTaken() |
String |
getLastQueuedZxid() |
int |
getMaxConcurrentDiffSyncs() |
int |
getMaxConcurrentSnapSyncs() |
String |
getName() |
int |
getObserverMasterPacketSizeLimit() |
int |
getPendingRevalidationCount() |
String |
getQuorumAddress() |
void |
setMaxConcurrentDiffSyncs(int maxConcurrentDiffSyncs) |
void |
setMaxConcurrentSnapSyncs(int maxConcurrentSnapshots) |
void |
setObserverMasterPacketSizeLimit(int sizeLimit)
set the size limit in bytes for the observer master commit packet queue
|
getAuthFailedCount, getAvgRequestLatency, getClientPort, getCommitProcMaxCommitBatchSize, getCommitProcMaxReadBatchSize, getConnectionDecreaseRatio, getConnectionDropDecrease, getConnectionDropIncrease, getConnectionFreezeTime, getConnectionMaxTokens, getConnectionTokenFillCount, getConnectionTokenFillTime, getDataDirSize, getFlushDelay, getFsyncThresholdExceedCount, getJuteMaxBufferSize, getLargeRequestMaxBytes, getLargeRequestThreshold, getLastClientResponseSize, getLogDirSize, getMaxBatchSize, getMaxClientCnxnsPerHost, getMaxClientResponseSize, getMaxCnxns, getMaxRequestLatency, getMaxSessionTimeout, getMaxWriteQueuePollTime, getMinClientResponseSize, getMinRequestLatency, getMinSessionTimeout, getNonMTLSLocalConnCount, getNonMTLSRemoteConnCount, getNumAliveConnections, getOutstandingRequests, getPacketsReceived, getPacketsSent, getRequestStaleConnectionCheck, getRequestStaleLatencyCheck, getRequestThrottleDropStale, getRequestThrottleLimit, getRequestThrottleStallTime, getResponseCachingEnabled, getSecureClientAddress, getSecureClientPort, getStartTime, getThrottledOpWaitTime, getTickTime, getTxnLogElapsedSyncTime, getVersion, isHidden, resetAuthFailedCount, resetFsyncThresholdExceedCount, resetLatency, resetMaxLatency, resetNonMTLSConnCount, resetStatistics, setCommitProcMaxCommitBatchSize, setCommitProcMaxReadBatchSize, setConnectionDecreaseRatio, setConnectionDropDecrease, setConnectionDropIncrease, setConnectionFreezeTime, setConnectionMaxTokens, setConnectionTokenFillCount, setConnectionTokenFillTime, setFlushDelay, setLargeRequestMaxBytes, setLargeRequestThreshold, setMaxBatchSize, setMaxClientCnxnsPerHost, setMaxSessionTimeout, setMaxWriteQueuePollTime, setMinSessionTimeout, setRequestStaleConnectionCheck, setRequestStaleLatencyCheck, setRequestThrottleDropStale, setRequestThrottleLimit, setRequestThrottleStallTime, setResponseCachingEnabled, setThrottledOpWaitTime, setTickTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAuthFailedCount, getAvgRequestLatency, getClientPort, getCommitProcMaxCommitBatchSize, getCommitProcMaxReadBatchSize, getConnectionDecreaseRatio, getConnectionDropDecrease, getConnectionDropIncrease, getConnectionFreezeTime, getConnectionMaxTokens, getConnectionTokenFillCount, getConnectionTokenFillTime, getDataDirSize, getFlushDelay, getFsyncThresholdExceedCount, getJuteMaxBufferSize, getLargeRequestMaxBytes, getLargeRequestThreshold, getLastClientResponseSize, getLogDirSize, getMaxBatchSize, getMaxClientCnxnsPerHost, getMaxClientResponseSize, getMaxCnxns, getMaxRequestLatency, getMaxSessionTimeout, getMaxWriteQueuePollTime, getMinClientResponseSize, getMinRequestLatency, getMinSessionTimeout, getNonMTLSLocalConnCount, getNonMTLSRemoteConnCount, getNumAliveConnections, getOutstandingRequests, getPacketsReceived, getPacketsSent, getRequestStaleConnectionCheck, getRequestStaleLatencyCheck, getRequestThrottleDropStale, getRequestThrottleLimit, getRequestThrottleStallTime, getResponseCachingEnabled, getSecureClientAddress, getSecureClientPort, getStartTime, getThrottledOpWaitTime, getTickTime, getTxnLogElapsedSyncTime, getVersion, resetAuthFailedCount, resetFsyncThresholdExceedCount, resetLatency, resetMaxLatency, resetNonMTLSConnCount, resetStatistics, setCommitProcMaxCommitBatchSize, setCommitProcMaxReadBatchSize, setConnectionDecreaseRatio, setConnectionDropDecrease, setConnectionDropIncrease, setConnectionFreezeTime, setConnectionMaxTokens, setConnectionTokenFillCount, setConnectionTokenFillTime, setFlushDelay, setLargeRequestMaxBytes, setLargeRequestThreshold, setMaxBatchSize, setMaxClientCnxnsPerHost, setMaxSessionTimeout, setMaxWriteQueuePollTime, setMinSessionTimeout, setRequestStaleConnectionCheck, setRequestStaleLatencyCheck, setRequestThrottleDropStale, setRequestThrottleLimit, setRequestThrottleStallTime, setResponseCachingEnabled, setThrottledOpWaitTime, setTickTime
public FollowerBean(Follower follower, ZooKeeperServer zks)
public String getName()
getName
in interface ZKMBeanInfo
getName
in class ZooKeeperServerBean
public String getQuorumAddress()
getQuorumAddress
in interface FollowerMXBean
public String getLastQueuedZxid()
getLastQueuedZxid
in interface FollowerMXBean
public int getPendingRevalidationCount()
getPendingRevalidationCount
in interface FollowerMXBean
public long getElectionTimeTaken()
getElectionTimeTaken
in interface FollowerMXBean
public int getObserverMasterPacketSizeLimit()
getObserverMasterPacketSizeLimit
in interface FollowerMXBean
public void setObserverMasterPacketSizeLimit(int sizeLimit)
FollowerMXBean
setObserverMasterPacketSizeLimit
in interface FollowerMXBean
public int getMaxConcurrentSnapSyncs()
getMaxConcurrentSnapSyncs
in interface FollowerMXBean
public void setMaxConcurrentSnapSyncs(int maxConcurrentSnapshots)
setMaxConcurrentSnapSyncs
in interface FollowerMXBean
maxConcurrentSnapshots
- Number of concurrent snapshots permitted to send to observerspublic int getMaxConcurrentDiffSyncs()
getMaxConcurrentDiffSyncs
in interface FollowerMXBean
public void setMaxConcurrentDiffSyncs(int maxConcurrentDiffSyncs)
setMaxConcurrentDiffSyncs
in interface FollowerMXBean
maxConcurrentDiffSyncs
- Number of concurrent diff syncs permitted to send to observersCopyright © 2008–2023 The Apache Software Foundation. All rights reserved.