Uses of Class
org.apache.flink.api.java.tuple.Tuple
-
Packages that use Tuple Package Description org.apache.flink.api.common.typeinfo org.apache.flink.api.java.tuple org.apache.flink.api.java.typeutils org.apache.flink.api.java.typeutils.runtime -
-
Uses of Tuple in org.apache.flink.api.common.typeinfo
Methods in org.apache.flink.api.common.typeinfo with type parameters of type Tuple Modifier and Type Method Description static <T extends Tuple>
TypeInformation<T>Types. TUPLE(Class<T> tupleSubclass)Returns type information for typed subclasses of Flink'sTuple.static <T extends Tuple>
TypeInformation<T>Types. TUPLE(TypeInformation<?>... types) -
Uses of Tuple in org.apache.flink.api.java.tuple
Subclasses of Tuple in org.apache.flink.api.java.tuple Modifier and Type Class Description classTuple0A tuple with 0 fields.classTuple1<T0>A tuple with 1 fields.classTuple10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>A tuple with 10 fields.classTuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>A tuple with 11 fields.classTuple12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>A tuple with 12 fields.classTuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>A tuple with 13 fields.classTuple14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>A tuple with 14 fields.classTuple15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>A tuple with 15 fields.classTuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>A tuple with 16 fields.classTuple17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>A tuple with 17 fields.classTuple18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>A tuple with 18 fields.classTuple19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>A tuple with 19 fields.classTuple2<T0,T1>A tuple with 2 fields.classTuple20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>A tuple with 20 fields.classTuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>A tuple with 21 fields.classTuple22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>A tuple with 22 fields.classTuple23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>A tuple with 23 fields.classTuple24<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23>A tuple with 24 fields.classTuple25<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24>A tuple with 25 fields.classTuple3<T0,T1,T2>A tuple with 3 fields.classTuple4<T0,T1,T2,T3>A tuple with 4 fields.classTuple5<T0,T1,T2,T3,T4>A tuple with 5 fields.classTuple6<T0,T1,T2,T3,T4,T5>A tuple with 6 fields.classTuple7<T0,T1,T2,T3,T4,T5,T6>A tuple with 7 fields.classTuple8<T0,T1,T2,T3,T4,T5,T6,T7>A tuple with 8 fields.classTuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8>A tuple with 9 fields.Methods in org.apache.flink.api.java.tuple with type parameters of type Tuple Modifier and Type Method Description abstract <T extends Tuple>
TTuple. copy()Shallow tuple copy.Methods in org.apache.flink.api.java.tuple that return Tuple Modifier and Type Method Description static TupleTuple. newInstance(int arity)Methods in org.apache.flink.api.java.tuple that return types with arguments of type Tuple Modifier and Type Method Description static Class<? extends Tuple>Tuple. getTupleClass(int arity)Gets the class corresponding to the tuple of the given arity (dimensions). -
Uses of Tuple in org.apache.flink.api.java.typeutils
Classes in org.apache.flink.api.java.typeutils with type parameters of type Tuple Modifier and Type Class Description classTupleTypeInfo<T extends Tuple>ATypeInformationfor the tuple types of the Java API.Methods in org.apache.flink.api.java.typeutils with type parameters of type Tuple Modifier and Type Method Description static <X extends Tuple>
TupleTypeInfo<X>TupleTypeInfo. getBasicAndBasicValueTupleTypeInfo(Class<?>... basicTypes)static <X extends Tuple>
TupleTypeInfo<X>TupleTypeInfo. getBasicTupleTypeInfo(Class<?>... basicTypes) -
Uses of Tuple in org.apache.flink.api.java.typeutils.runtime
Classes in org.apache.flink.api.java.typeutils.runtime with type parameters of type Tuple Modifier and Type Class Description classTupleComparator<T extends Tuple>classTupleSerializer<T extends Tuple>classTupleSerializerSnapshot<T extends Tuple>Snapshot of a tuple serializer's configuration.
-