| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.api.java.tuple | |
| org.apache.flink.api.java.tuple.builder |
| Modifier and Type | Method and Description |
|---|---|
Tuple2<Long,Long> |
BinaryInputFormat.getCurrentState() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryInputFormat.reopen(FileInputSplit split,
Tuple2<Long,Long> state) |
| Modifier and Type | Method and Description |
|---|---|
Tuple2<T0,T1> |
Tuple2.copy()
Shallow tuple copy.
|
static <T0,T1> Tuple2<T0,T1> |
Tuple2.of(T0 value0,
T1 value1)
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.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple2<T0,T1>[] |
Tuple2Builder.build() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.