コード例 #1
0
 @Override
 protected List<Object> execute(DataWriter<I> writer, List<I> batch) {
   writer.write(batch);
   return SINGLETON_LIST;
 }