| Constructor and Description |
|---|
AbstractTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBatch()
一次批量读取之后执行此方法.
|
void |
finish()
本次任务完成时会调用此方法.
|
void |
init()
任务开始时会调用此方法
|
int |
taskBuffer()
设置批处理一次读取的记录条数
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchRecordpublic void afterBatch()
ITaskafterBatch in interface ITask<T>public void finish()
throws Exception
ITaskpublic int taskBuffer()
ITasktaskBuffer in interface ITask<T>Copyright © 2015. All rights reserved.