Uses of Class
org.apache.flink.api.java.tuple.Tuple11
-
Packages that use Tuple11 Package Description org.apache.flink.api.java.tuple org.apache.flink.api.java.tuple.builder org.apache.flink.streaming.api.datastream -
-
Uses of Tuple11 in org.apache.flink.api.java.tuple
Methods in org.apache.flink.api.java.tuple that return Tuple11 Modifier and Type Method Description Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
Tuple11. copy()
Shallow tuple copy.static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>Tuple11. of(T0 f0, T1 f1, T2 f2, T3 f3, T4 f4, T5 f5, T6 f6, T7 f7, T8 f8, T9 f9, T10 f10)
Creates a new tuple and assigns the given values to the tuple's fields. -
Uses of Tuple11 in org.apache.flink.api.java.tuple.builder
Methods in org.apache.flink.api.java.tuple.builder that return Tuple11 Modifier and Type Method Description Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>[]
Tuple11Builder. build()
-
Uses of Tuple11 in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return types with arguments of type Tuple11 Modifier and Type Method Description <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
SingleOutputStreamOperator<Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>>StreamProjection. projectTuple11()
Projects aTuple
DataStream
to the previously selected fields.
-