public class Configuration extends Object
Constructor and Description |
---|
Configuration() |
public Integer getMaxActiveConnections()
public void setMaxActiveConnections(Integer maxActiveConnections)
public Integer getMaxIdleConnections()
public void setMaxIdleConnections(Integer maxIdleConnections)
public Integer getMinIdleConnections()
public void setMinIdleConnections(Integer minIdleConnections)
public Long getMaxWaitTime()
public void setMaxWaitTime(Long maxWaitTime)
public Long getMinEvictionTime()
public void setMinEvictionTime(Long minEvictionTime)
public Long getEvictionCheckInterval()
public void setEvictionCheckInterval(Long evictionCheckInterval)
public String getExhaustedAction()
public void setExhaustedAction(String exhaustedAction)
public Boolean getTestOnReturn()
public void setTestOnReturn(Boolean testOnReturn)
public Boolean getTestOnBorrow()
public void setTestOnBorrow(Boolean testOnBorrow)
public Boolean getTestWhileIdle()
public void setTestWhileIdle(Boolean testWhileIdle)
public Integer getNumTestsPerEvictionRun()
public void setNumTestsPerEvictionRun(Integer numTestsPerEvictionRun)
public Long getSoftMinEvictableIdleTimeMillis()
public void setSoftMinEvictableIdleTimeMillis(Long softMinEvictableIdleTimeMillis)
Copyright © 2021 WSO2. All rights reserved.