Package | Description |
---|---|
org.apache.flink.graph.examples |
Modifier and Type | Class and Description |
---|---|
class |
EuclideanGraphWeighing
This example shows how to use Gelly's
Graph.getTriplets() and Graph.joinWithEdges(DataSet, EdgeJoinFunction) methods. |
class |
GSASingleSourceShortestPaths
This example shows how to use Gelly's Gather-Sum-Apply iterations.
|
class |
IncrementalSSSP
This example illustrates how to
create a Graph directly from CSV files
use the scatter-gather iteration's messaging direction configuration option
|
class |
MusicProfiles
This example demonstrates how to mix the DataSet Flink API with the Gelly API.
|
class |
PregelSSSP
This example shows how to use Gelly's Vertex-Centric iterations.
|
class |
SingleSourceShortestPaths
This example shows how to use Gelly's scatter-gather iterations.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.