| Name | Description | Type | Package | Framework |
| ConnectedComponents | Connected components algorithm. | Class | org.apache.spark.graphx.lib | Apache Spark |
| LabelPropagation | Label Propagation algorithm. | Class | org.apache.spark.graphx.lib | Apache Spark |
| PageRank | PageRank algorithm implementation. | Class | org.apache.spark.graphx.lib | Apache Spark |
| ShortestPaths | Computes shortest paths to the given set of landmark vertices, returning a graph where each vertex attribute is a map containing the shortest-path distance to each reachable landmark. | Class | org.apache.spark.graphx.lib | Apache Spark |
| StronglyConnectedComponents | Strongly connected components algorithm implementation. | Class | org.apache.spark.graphx.lib | Apache Spark |
| SVDPlusPlus | Class | org.apache.spark.graphx.lib | Apache Spark | |
| SVDPlusPlus .Conf | Configuration parameters for SVDPlusPlus. | Class | org.apache.spark.graphx.lib.SVDPlusPlus | Apache Spark |
| TriangleCount | Compute the number of triangles passing through each vertex. | Class | org.apache.spark.graphx.lib | Apache Spark |