Toggle navigation
Home
org.apache.flink.api.java.DataSet to java.util.List
No. of Instances - 6
No. of Commits - 3
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Other
edges
to
edges
Rename Variable
getDisconnectedLongLongEdgeData
to
getLongLongEdges
Add or Remove Method invocation
getEdges().coGroup(edgesToBeRemoved).where(0,1).equalTo(0,1)
to
getEdges().coGroup(this.context.fromCollection(edgesToBeRemoved)).where(0,1).equalTo(0,1)
getVertices().coGroup(verticesToBeRemoved).where(0).equalTo(0)
to
getVertices().coGroup(this.context.fromCollection(verticesToBeRemoved)).where(0).equalTo(0)