public interface ZooKeeperServerMXBean
String getClientPort()
String getVersion()
String getStartTime()
long getMinRequestLatency()
double getAvgRequestLatency()
long getMaxRequestLatency()
long getPacketsReceived()
long getPacketsSent()
long getFsyncThresholdExceedCount()
long getAuthFailedCount()
long getNonMTLSLocalConnCount()
long getNonMTLSRemoteConnCount()
long getOutstandingRequests()
int getTickTime()
void setTickTime(int tickTime)
int getMaxClientCnxnsPerHost()
void setMaxClientCnxnsPerHost(int max)
int getMinSessionTimeout()
void setMinSessionTimeout(int min)
int getMaxSessionTimeout()
void setMaxSessionTimeout(int max)
boolean getResponseCachingEnabled()
void setResponseCachingEnabled(boolean isEnabled)
int getConnectionMaxTokens()
void setConnectionMaxTokens(int val)
int getConnectionTokenFillTime()
void setConnectionTokenFillTime(int val)
int getConnectionTokenFillCount()
void setConnectionTokenFillCount(int val)
int getConnectionFreezeTime()
void setConnectionFreezeTime(int val)
double getConnectionDropIncrease()
void setConnectionDropIncrease(double val)
double getConnectionDropDecrease()
void setConnectionDropDecrease(double val)
double getConnectionDecreaseRatio()
void setConnectionDecreaseRatio(double val)
int getCommitProcMaxReadBatchSize()
void setCommitProcMaxReadBatchSize(int size)
int getCommitProcMaxCommitBatchSize()
void setCommitProcMaxCommitBatchSize(int size)
int getRequestThrottleLimit()
void setRequestThrottleLimit(int requests)
int getRequestThrottleStallTime()
void setRequestThrottleStallTime(int time)
boolean getRequestThrottleDropStale()
void setRequestThrottleDropStale(boolean drop)
int getThrottledOpWaitTime()
void setThrottledOpWaitTime(int val)
boolean getRequestStaleLatencyCheck()
void setRequestStaleLatencyCheck(boolean check)
boolean getRequestStaleConnectionCheck()
void setRequestStaleConnectionCheck(boolean check)
int getLargeRequestMaxBytes()
void setLargeRequestMaxBytes(int bytes)
int getLargeRequestThreshold()
void setLargeRequestThreshold(int threshold)
void resetStatistics()
void resetLatency()
void resetMaxLatency()
void resetFsyncThresholdExceedCount()
void resetNonMTLSConnCount()
void resetAuthFailedCount()
long getNumAliveConnections()
long getDataDirSize()
long getLogDirSize()
String getSecureClientPort()
String getSecureClientAddress()
long getTxnLogElapsedSyncTime()
int getJuteMaxBufferSize()
int getLastClientResponseSize()
int getMinClientResponseSize()
int getMaxClientResponseSize()
long getFlushDelay()
void setFlushDelay(long delay)
long getMaxWriteQueuePollTime()
void setMaxWriteQueuePollTime(long delay)
int getMaxBatchSize()
void setMaxBatchSize(int size)
int getMaxCnxns()
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.