public class ProxyGroupInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProxyGroupInfo() |
ProxyGroupInfo(ProxyGroupInfo 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 |
---|---|
ProxyConnectionPoolInfo |
getConnectionPool()
Get Connection pool information for the database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
NetAddr[] |
getNetAddrInfos()
Get Network information for database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
ProxyGroup |
getProxyGroup()
Get Database proxy group
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
ProxyGroupRwInfo |
getProxyGroupRwInfo()
Get Read/write separation information of the database proxy u200dgroup
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
ProxyNodeInfo[] |
getProxyNodes()
Get Node information of the u200ddatabase proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
ObjectTask[] |
getTasks()
Get Task set of the database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
setConnectionPool(ProxyConnectionPoolInfo ConnectionPool)
Set Connection pool information for the database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
setNetAddrInfos(NetAddr[] NetAddrInfos)
Set Network information for database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
setProxyGroup(ProxyGroup ProxyGroup)
Set Database proxy group
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
setProxyGroupRwInfo(ProxyGroupRwInfo ProxyGroupRwInfo)
Set Read/write separation information of the database proxy u200dgroup
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
setProxyNodes(ProxyNodeInfo[] ProxyNodes)
Set Node information of the u200ddatabase proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
setTasks(ObjectTask[] Tasks)
Set Task set of the database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProxyGroupInfo()
public ProxyGroupInfo(ProxyGroupInfo source)
public ProxyGroup getProxyGroup()
public void setProxyGroup(ProxyGroup ProxyGroup)
ProxyGroup
- Database proxy group
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.public ProxyGroupRwInfo getProxyGroupRwInfo()
public void setProxyGroupRwInfo(ProxyGroupRwInfo ProxyGroupRwInfo)
ProxyGroupRwInfo
- Read/write separation information of the database proxy u200dgroup
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.public ProxyNodeInfo[] getProxyNodes()
public void setProxyNodes(ProxyNodeInfo[] ProxyNodes)
ProxyNodes
- Node information of the u200ddatabase proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.public ProxyConnectionPoolInfo getConnectionPool()
public void setConnectionPool(ProxyConnectionPoolInfo ConnectionPool)
ConnectionPool
- Connection pool information for the database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.public NetAddr[] getNetAddrInfos()
public void setNetAddrInfos(NetAddr[] NetAddrInfos)
NetAddrInfos
- Network information for database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.public ObjectTask[] getTasks()
public void setTasks(ObjectTask[] Tasks)
Tasks
- Task set of the database proxy
Note: u200dThis field may returnu200d·nullu200d·, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.