public class ConsistencyParams extends AbstractModel
Constructor and Description |
---|
ConsistencyParams() |
Modifier and Type | Method and Description |
---|---|
Integer |
getSelectRowsPerTable()
获取1-100的整数值,select(*)对比时每张表的抽样行数比例
|
Integer |
getTablesSelectAll()
获取1-100的整数值,select(*)对比的表的比例
|
Integer |
getTablesSelectCount()
获取1-100的整数值,select count(*)对比的表的比例
|
void |
setSelectRowsPerTable(Integer SelectRowsPerTable)
设置1-100的整数值,select(*)对比时每张表的抽样行数比例
|
void |
setTablesSelectAll(Integer TablesSelectAll)
设置1-100的整数值,select(*)对比的表的比例
|
void |
setTablesSelectCount(Integer TablesSelectCount)
设置1-100的整数值,select count(*)对比的表的比例
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getSelectRowsPerTable()
public void setSelectRowsPerTable(Integer SelectRowsPerTable)
SelectRowsPerTable
- 1-100的整数值,select(*)对比时每张表的抽样行数比例public Integer getTablesSelectAll()
public void setTablesSelectAll(Integer TablesSelectAll)
TablesSelectAll
- 1-100的整数值,select(*)对比的表的比例public Integer getTablesSelectCount()
public void setTablesSelectCount(Integer TablesSelectCount)
TablesSelectCount
- 1-100的整数值,select count(*)对比的表的比例Copyright © 2018. All rights reserved.