| Interface | Description |
|---|---|
| Driver<K,VV,EV> |
A driver for one or more
GraphAlgorithm and/or GraphAnalytic. |
| Class | Description |
|---|---|
| AdamicAdar<K extends org.apache.flink.types.CopyableValue<K>,VV,EV> |
Driver for
org.apache.flink.graph.library.similarity.AdamicAdar. |
| ClusteringCoefficient<K extends Comparable<K> & org.apache.flink.types.CopyableValue<K>,VV,EV> |
Driver for directed and undirected clustering coefficient algorithm and analytics.
|
| ConnectedComponents<K extends Comparable<K>,VV,EV> |
Driver for
GSAConnectedComponents. |
| DriverBase<K,VV,EV> |
Base class for example drivers.
|
| EdgeList<K,VV,EV> |
Convert a
Graph to the DataSet of Edge. |
| GraphMetrics<K extends Comparable<K>,VV,EV> |
Driver for directed and undirected graph metrics analytics.
|
| HITS<K,VV,EV> |
Driver for
org.apache.flink.graph.library.linkanalysis.HITS. |
| JaccardIndex<K extends org.apache.flink.types.CopyableValue<K>,VV,EV> |
Driver for
org.apache.flink.graph.library.similarity.JaccardIndex. |
| PageRank<K,VV,EV> |
Driver for
org.apache.flink.graph.library.linkanalysis.PageRank. |
| TriangleListing<K extends Comparable<K> & org.apache.flink.types.CopyableValue<K>,VV,EV> |
Driver for directed and undirected triangle listing algorithm and analytic.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.