public class ConsistencyParams extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ConsistencyParams() | 
| ConsistencyParams(ConsistencyParams 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 | 
|---|---|
| Long | getSelectRowsPerTable()Get 数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100] | 
| Long | getTablesSelectAll()Get 数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100] | 
| Long | getTablesSelectCount()Get 数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100] | 
| void | setSelectRowsPerTable(Long SelectRowsPerTable)Set 数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100] | 
| void | setTablesSelectAll(Long TablesSelectAll)Set 数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100] | 
| void | setTablesSelectCount(Long TablesSelectCount)Set 数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100] | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ConsistencyParams()
public ConsistencyParams(ConsistencyParams source)
public Long getSelectRowsPerTable()
public void setSelectRowsPerTable(Long SelectRowsPerTable)
SelectRowsPerTable - 数据内容检测参数。表中选出用来数据对比的行,占表的总行数的百分比。取值范围是整数[1-100]public Long getTablesSelectAll()
public void setTablesSelectAll(Long TablesSelectAll)
TablesSelectAll - 数据内容检测参数。迁移库表中,要进行数据内容检测的表,占所有表的百分比。取值范围是整数[1-100]public Long getTablesSelectCount()
public void setTablesSelectCount(Long TablesSelectCount)
TablesSelectCount - 数据数量检测,检测表行数是否一致。迁移库表中,要进行数据数量检测的表,占所有表的百分比。取值范围是整数[1-100]Copyright © 2025. All rights reserved.