public class BatchInsertExecutor extends Object
| 构造器和说明 |
|---|
BatchInsertExecutor(long start,
long end,
int concurrency,
com.jn.sqlhelper.common.connection.ConnectionFactory connectionFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected long |
nextTime() |
void |
setConnectionFactory(com.jn.sqlhelper.common.connection.ConnectionFactory connFactory) |
void |
setStartTimeAsZero() |
void |
setTaskFactory(BatchInsertTaskFactory taskFactory) |
void |
shutdown() |
void |
startup() |
protected Calendar start
public BatchInsertExecutor(long start,
long end,
int concurrency,
com.jn.sqlhelper.common.connection.ConnectionFactory connectionFactory)
public void setConnectionFactory(com.jn.sqlhelper.common.connection.ConnectionFactory connFactory)
public void setTaskFactory(BatchInsertTaskFactory taskFactory)
public void setStartTimeAsZero()
protected long nextTime()
public void startup()
public void shutdown()
throws InterruptedException,
ExecutionException
Copyright © 2019. All rights reserved.