public static class DescribeDrdsShardingDbsResponse.ShardingDb extends Object
| 构造器和说明 |
|---|
ShardingDb() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBlockingTimeout() |
String |
getConnectionProperties() |
String |
getConnectUrl() |
String |
getDbInstanceId() |
String |
getDbStatus() |
String |
getDbType() |
String |
getGroupName() |
Integer |
getIdleTimeOut() |
Integer |
getMaxPoolSize() |
Integer |
getMinPoolSize() |
Integer |
getPreparedStatementCacheSize() |
String |
getShardingDbName() |
String |
getUserName() |
void |
setBlockingTimeout(Integer blockingTimeout) |
void |
setConnectionProperties(String connectionProperties) |
void |
setConnectUrl(String connectUrl) |
void |
setDbInstanceId(String dbInstanceId) |
void |
setDbStatus(String dbStatus) |
void |
setDbType(String dbType) |
void |
setGroupName(String groupName) |
void |
setIdleTimeOut(Integer idleTimeOut) |
void |
setMaxPoolSize(Integer maxPoolSize) |
void |
setMinPoolSize(Integer minPoolSize) |
void |
setPreparedStatementCacheSize(Integer preparedStatementCacheSize) |
void |
setShardingDbName(String shardingDbName) |
void |
setUserName(String userName) |
public String getShardingDbName()
public void setShardingDbName(String shardingDbName)
public String getDbInstanceId()
public void setDbInstanceId(String dbInstanceId)
public String getGroupName()
public void setGroupName(String groupName)
public String getDbStatus()
public void setDbStatus(String dbStatus)
public String getDbType()
public void setDbType(String dbType)
public Integer getMinPoolSize()
public void setMinPoolSize(Integer minPoolSize)
public Integer getMaxPoolSize()
public void setMaxPoolSize(Integer maxPoolSize)
public Integer getIdleTimeOut()
public void setIdleTimeOut(Integer idleTimeOut)
public Integer getBlockingTimeout()
public void setBlockingTimeout(Integer blockingTimeout)
public String getConnectionProperties()
public void setConnectionProperties(String connectionProperties)
public Integer getPreparedStatementCacheSize()
public void setPreparedStatementCacheSize(Integer preparedStatementCacheSize)
public String getUserName()
public void setUserName(String userName)
public String getConnectUrl()
public void setConnectUrl(String connectUrl)
Copyright © 2021. All Rights Reserved.