public class SequenceFlatMapFunction extends Object implements org.apache.spark.api.java.function.FlatMapFunction<List<List<Writable>>,List<Writable>>
Constructor and Description |
---|
SequenceFlatMapFunction() |
Modifier and Type | Method and Description |
---|---|
Iterator<List<Writable>> |
call(List<List<Writable>> collections) |
Copyright © 2020. All rights reserved.