public class ConsistencyParams extends AbstractModel
Constructor and Description |
---|
ConsistencyParams() |
Modifier and Type | Method and Description |
---|---|
Integer |
getSelectRowsPerTable()
获取数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100]
|
Integer |
getTablesSelectAll()
获取数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100]
|
Integer |
getTablesSelectCount()
获取数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100]
|
void |
setSelectRowsPerTable(Integer SelectRowsPerTable)
设置数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100]
|
void |
setTablesSelectAll(Integer TablesSelectAll)
设置数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100]
|
void |
setTablesSelectCount(Integer TablesSelectCount)
设置数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100]
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2019. All rights reserved.