Toggle navigation
Home
flink.graphs.Vertex to org.apache.flink.api.java.tuple.Tuple2
No. of Instances - 13
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
kvvVertex.getValue()
to
kvvTuple2.f1
kvvTuple2.f1
to
kvvTuple2.f1
Cascading Type Change (Similar)
Vertex<K,VV>
to
Tuple2<K,VV>
Cascading Type Change (Different)
FilterFunction<Vertex<K,VV>>
to
FilterFunction<Tuple2<K,VV>>