public static class IterateExample.Step extends org.apache.flink.streaming.api.functions.ProcessFunction<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>,org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>>
| Constructor and Description |
|---|
Step() |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer> value,
org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx,
org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>> out) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextpublic void processElement(org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer> value, org.apache.flink.streaming.api.functions.ProcessFunction.Context ctx, org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple5<Integer,Integer,Integer,Integer,Integer>> out) throws Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.