| Package | Description |
|---|---|
| org.apache.flink.graph.bipartite |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.DataSet<BipartiteEdge<KT,KB,EV>> |
BipartiteGraph.getEdges()
Get dataset with graph edges.
|
| Modifier and Type | Method and Description |
|---|---|
static <KT,KB,VVT,VVB,EV> |
BipartiteGraph.fromDataSet(org.apache.flink.api.java.DataSet<Vertex<KT,VVT>> topVertices,
org.apache.flink.api.java.DataSet<Vertex<KB,VVB>> bottomVertices,
org.apache.flink.api.java.DataSet<BipartiteEdge<KT,KB,EV>> edges,
org.apache.flink.api.java.ExecutionEnvironment context)
Create bipartite graph from datasets.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.