cn.schoolwow.data.thread.work.reduce.ReduceDataThreadHandler Maven / Gradle / Ivy
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