public interface FlatMapFunction extends Serializable
Modifier and Type | Method and Description |
---|---|
Iterable<Values> |
execute(TridentTuple input)
Invoked by the framework for each trident tuple in a stream.
|
Iterable<Values> execute(TridentTuple input)
input
- the input trident tupleCopyright © 2023 The Apache Software Foundation. All rights reserved.