public class PoolConfiguration extends Object
| Constructor and Description |
|---|
PoolConfiguration() |
public int getMaxActivePerPool()
public void setMaxActivePerPool(int maxActivePerPool)
public int getMinIdlePerPool()
public void setMinIdlePerPool(int minIdlePerPool)
public int getMaxIdlePerPool()
public void setMaxIdlePerPool(int maxIdlePerPool)
public boolean isTestOnBorrow()
public void setTestOnBorrow(boolean testOnBorrow)
public boolean isTestWhileIdle()
public void setTestWhileIdle(boolean testWhileIdle)
public long getTimeBetweenEvictionRuns()
public void setTimeBetweenEvictionRuns(long timeBetweenEvictionRuns)
public long getMinEvictableIdleTime()
public void setMinEvictableIdleTime(long minEvictableIdleTime)
public byte getExhaustedAction()
public void setExhaustedAction(byte exhaustedAction)
public int getNumberOfPools()
public void setNumberOfPools(int numberOfPools)
public int getExecutorServiceThreads()
public void setExecutorServiceThreads(int executorServiceThreads)
public int getEventGroupExecutorThreads()
public void setEventGroupExecutorThreads(int eventGroupExecutorThreads)
public long getMaxWaitTime()
public void setMaxWaitTime(long maxWaitTime)
public int getHttp2MaxActiveStreamsPerConnection()
public void setHttp2MaxActiveStreamsPerConnection(int http2MaxActiveStreamsPerConnection)
Copyright © 2022 WSO2. All rights reserved.