public class ConnectionPoolInfo extends AbstractModel
Constructor and Description |
---|
ConnectionPoolInfo() |
ConnectionPoolInfo(ConnectionPoolInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getConnectionPool()
Get Whether the connection pool is enabled
Note: this field may return `null`, indicating that no valid value can be found.
|
String |
getConnectionPoolType()
Get Connection pool type.
|
Long |
getPoolConnectionTimeOut()
Get Connection persistence timeout in seconds
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setConnectionPool(Boolean ConnectionPool)
Set Whether the connection pool is enabled
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
setConnectionPoolType(String ConnectionPoolType)
Set Connection pool type.
|
void |
setPoolConnectionTimeOut(Long PoolConnectionTimeOut)
Set Connection persistence timeout in seconds
Note: this field may return `null`, indicating that no valid value can be found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ConnectionPoolInfo()
public ConnectionPoolInfo(ConnectionPoolInfo source)
public Boolean getConnectionPool()
public void setConnectionPool(Boolean ConnectionPool)
ConnectionPool
- Whether the connection pool is enabled
Note: this field may return `null`, indicating that no valid value can be found.public String getConnectionPoolType()
public void setConnectionPoolType(String ConnectionPoolType)
ConnectionPoolType
- Connection pool type. Valid value: `SessionConnectionPool` (session-level connection pool)
Note: this field may return `null`, indicating that no valid value can be found.public Long getPoolConnectionTimeOut()
public void setPoolConnectionTimeOut(Long PoolConnectionTimeOut)
PoolConnectionTimeOut
- Connection persistence timeout in seconds
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2023. All rights reserved.