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

cn.schoolwow.data.thread.work.reduce.ReduceDataThreadHandler Maven / Gradle / Ivy

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

import cn.schoolwow.data.thread.work.map.MapFile;

import java.io.File;

public interface ReduceDataThreadHandler {
    /**
     * 多线程处理数据
     * @param mapFile 映射文件数据
     * @param file 映射文件路径
     * */
    void reduce(MapFile mapFile, File file) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy