提交 61a15638 编写于 作者: Z zyyang

change

上级 99ef14af
...@@ -13,11 +13,11 @@ public class InsertTask implements Runnable { ...@@ -13,11 +13,11 @@ public class InsertTask implements Runnable {
private static final Logger logger = Logger.getLogger(InsertTask.class); private static final Logger logger = Logger.getLogger(InsertTask.class);
private final DataSource ds; private final DataSource ds;
private final int batchSize;
private final String dbName; private final String dbName;
private final int tableSize; private final long tableSize;
private final long batchSize;
public InsertTask(DataSource ds, String dbName, int tableSize, int batchSize) { public InsertTask(DataSource ds, String dbName, long tableSize, long batchSize) {
this.ds = ds; this.ds = ds;
this.dbName = dbName; this.dbName = dbName;
this.tableSize = tableSize; this.tableSize = tableSize;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册