标签:ram wrap nes bsp 技术 ret container default 各类
easy-batch 提供了一个通用的record 以及batch 模型,简化了数据的处理,record可以是各类文件
public interface Record<P> {
?
/** Return the record header */
Header getHeader();
?
/** Return the record payload */
P getPayload();
?
}
参考如下:
https://github.com/j-easy/easy-batch/wiki/key-apis
标签:ram wrap nes bsp 技术 ret container default 各类
原文地址:https://www.cnblogs.com/rongfengliang/p/12727136.html