All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.schoolwow.data.thread.work.interval.IntervalDataThreadHandler Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package cn.schoolwow.data.thread.work.interval;

import java.util.List;

public interface IntervalDataThreadHandler {
    /**
     * 多线程处理分段列表
     * @param list 列表
     * @param startIndex 开始下标
     * @param endIndex 结束下标
     * */
    void handleIntervalList(List list, int startIndex, int endIndex) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy