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 ConnectionPoolProperties
public void setInitialSize(String initialSize)
public String getMaximumSize()
getMaximumSize
in interface ConnectionPoolProperties
public void setMaximumSize(String maximumSize)
public String getPreferredSize()
getPreferredSize
in interface ConnectionPoolProperties
public void setPreferredSize(String preferredSize)
public String getTimeoutInSec()
getTimeoutInSec
in interface ConnectionPoolProperties
public void setTimeoutInSec(String timeoutInSec)
public String getSupportedAuthentication()
getSupportedAuthentication
in interface ConnectionPoolProperties
public void setSupportedAuthentication(String supportedAuthentication)
public String getSupportedProtocol()
getSupportedProtocol
in interface ConnectionPoolProperties
public void setSupportedProtocol(String supportedProtocol)
public Map<String,String> toPropertiesMap()
toPropertiesMap
in interface ConnectionPoolProperties
public static ConnectionPoolProperties fromPropertiesMap(Map<String,String> map)
Copyright © 2021 Atlassian. All rights reserved.