public class DefaultConnectionPoolProperties extends Object implements ConnectionPoolProperties
| Constructor and Description |
|---|
DefaultConnectionPoolProperties() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPoolProperties |
fromPropertiesMap(Map<String,String> map) |
String |
getInitialSize() |
String |
getMaximumSize() |
String |
getPreferredSize() |
String |
getSupportedAuthentication() |
String |
getSupportedProtocol() |
String |
getTimeoutInSec() |
void |
setInitialSize(String initialSize) |
void |
setMaximumSize(String maximumSize) |
void |
setPreferredSize(String preferredSize) |
void |
setSupportedAuthentication(String supportedAuthentication) |
void |
setSupportedProtocol(String supportedProtocol) |
void |
setTimeoutInSec(String timeoutInSec) |
Map<String,String> |
toPropertiesMap() |
public String getInitialSize()
getInitialSize in interface ConnectionPoolPropertiespublic void setInitialSize(String initialSize)
public String getMaximumSize()
getMaximumSize in interface ConnectionPoolPropertiespublic void setMaximumSize(String maximumSize)
public String getPreferredSize()
getPreferredSize in interface ConnectionPoolPropertiespublic void setPreferredSize(String preferredSize)
public String getTimeoutInSec()
getTimeoutInSec in interface ConnectionPoolPropertiespublic void setTimeoutInSec(String timeoutInSec)
public String getSupportedAuthentication()
getSupportedAuthentication in interface ConnectionPoolPropertiespublic void setSupportedAuthentication(String supportedAuthentication)
public String getSupportedProtocol()
getSupportedProtocol in interface ConnectionPoolPropertiespublic void setSupportedProtocol(String supportedProtocol)
public Map<String,String> toPropertiesMap()
toPropertiesMap in interface ConnectionPoolPropertiespublic static ConnectionPoolProperties fromPropertiesMap(Map<String,String> map)
Copyright © 2023 Atlassian. All rights reserved.