摘要: 自定义累加器 /** * 自定义累加器需要继承AccumulatorV2<IN,OUT>类 * 并且要指定要累加的类型 */ public class MyAccumulator extends AccumulatorV2<MyKey,MyKey> implements Serializable { 阅读全文
posted @ 2019-11-05 21:22 kpsmile 阅读(321) 评论(0) 推荐(0) 编辑