Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4> |
CsvReader.types(Class<T0> type0,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4)
Specifies the types for the CSV fields.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4> |
ProjectOperator.Projection.projectTuple5()
|
<T0,T1,T2,T3,T4> |
CrossOperator.CrossProjection.projectTuple5()
Projects a pair of crossed elements to a
Tuple with the previously selected
fields. |
Modifier and Type | Method and Description |
---|---|
Tuple5<T0,T1,T2,T3,T4> |
Tuple5.copy()
Shallow tuple copy.
|
static <T0,T1,T2,T3,T4> |
Tuple5.of(T0 f0,
T1 f1,
T2 f2,
T3 f3,
T4 f4)
Creates a new tuple and assigns the given values to the tuple's fields.
|
Modifier and Type | Method and Description |
---|---|
Tuple5<T0,T1,T2,T3,T4>[] |
Tuple5Builder.build() |
Modifier and Type | Class and Description |
---|---|
class |
Triplet<K,VV,EV>
A Triplet stores and retrieves the edges along with their corresponding source and target
vertices.
|
Modifier and Type | Method and Description |
---|---|
<T0,T1,T2,T3,T4> |
StreamProjection.projectTuple5()
Projects a
Tuple DataStream to the previously selected fields. |
Modifier and Type | Method and Description |
---|---|
Tuple5<Integer,Integer,Integer,Integer,Integer> |
IterateExample.InputMap.map(Tuple2<Integer,Integer> value) |
Modifier and Type | Method and Description |
---|---|
Tuple2<Tuple2<Integer,Integer>,Integer> |
IterateExample.OutputMap.map(Tuple5<Integer,Integer,Integer,Integer,Integer> value) |
void |
IterateExample.Step.processElement(Tuple5<Integer,Integer,Integer,Integer,Integer> value,
ProcessFunction.Context ctx,
Collector<Tuple5<Integer,Integer,Integer,Integer,Integer>> out) |
Modifier and Type | Method and Description |
---|---|
void |
IterateExample.Step.processElement(Tuple5<Integer,Integer,Integer,Integer,Integer> value,
ProcessFunction.Context ctx,
Collector<Tuple5<Integer,Integer,Integer,Integer,Integer>> out) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.