public class ConsistencyParams extends AbstractModel
| 构造器和说明 |
|---|
ConsistencyParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getSelectRowsPerTable()
Get 数据内容检测参数。
|
Integer |
getTablesSelectAll()
Get 数据内容检测参数。
|
Integer |
getTablesSelectCount()
Get 数据数量检测,检测表行数是否一致。
|
void |
setSelectRowsPerTable(Integer SelectRowsPerTable)
Set 数据内容检测参数。
|
void |
setTablesSelectAll(Integer TablesSelectAll)
Set 数据内容检测参数。
|
void |
setTablesSelectCount(Integer TablesSelectCount)
Set 数据数量检测,检测表行数是否一致。
|
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, toJsonStringpublic Integer getSelectRowsPerTable()
public void setSelectRowsPerTable(Integer SelectRowsPerTable)
SelectRowsPerTable - 数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100]public Integer getTablesSelectAll()
public void setTablesSelectAll(Integer TablesSelectAll)
TablesSelectAll - 数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100]public Integer getTablesSelectCount()
public void setTablesSelectCount(Integer TablesSelectCount)
TablesSelectCount - 数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100]Copyright © 2020. All rights reserved.