Toggle navigation
Home
org.apache.flink.api.java.tuple.Tuple3 to org.apache.flink.graph.Edge
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
target.getId()
to
y
source.getId()
to
x
Cascading Type Change (Similar)
Tuple3<Long,Long,Double>
to
Edge<Long,Double>