Uses of Class
org.apache.flink.api.java.tuple.Tuple2
-
Packages that use Tuple2 Package Description org.apache.flink.api.common.cache org.apache.flink.api.common.io org.apache.flink.api.java.tuple org.apache.flink.api.java.tuple.builder -
-
Uses of Tuple2 in org.apache.flink.api.common.cache
Methods in org.apache.flink.api.common.cache that return types with arguments of type Tuple2 Modifier and Type Method Description static List<Tuple2<String,DistributedCache.DistributedCacheEntry>>DistributedCache. parseCachedFilesFromString(List<String> files)Parses a list of distributed cache entries encoded in a string.Method parameters in org.apache.flink.api.common.cache with type arguments of type Tuple2 Modifier and Type Method Description static List<String>DistributedCache. parseStringFromCachedFiles(List<Tuple2<String,DistributedCache.DistributedCacheEntry>> files) -
Uses of Tuple2 in org.apache.flink.api.common.io
Methods in org.apache.flink.api.common.io that return Tuple2 Modifier and Type Method Description Tuple2<Long,Long>BinaryInputFormat. getCurrentState()Methods in org.apache.flink.api.common.io with parameters of type Tuple2 Modifier and Type Method Description voidBinaryInputFormat. reopen(FileInputSplit split, Tuple2<Long,Long> state) -
Uses of Tuple2 in org.apache.flink.api.java.tuple
Methods in org.apache.flink.api.java.tuple that return Tuple2 Modifier and Type Method Description Tuple2<T0,T1>Tuple2. copy()Shallow tuple copy.static <T0,T1>
Tuple2<T0,T1>Tuple2. of(T0 f0, T1 f1)Creates a new tuple and assigns the given values to the tuple's fields.Tuple2<T1,T0>Tuple2. swap()Returns a shallow copy of the tuple with swapped values. -
Uses of Tuple2 in org.apache.flink.api.java.tuple.builder
Methods in org.apache.flink.api.java.tuple.builder that return Tuple2 Modifier and Type Method Description Tuple2<T0,T1>[]Tuple2Builder. build()
-