package impl
- Source
- package.scala
- Alphabetic
- By Inheritance
- impl
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed final class EdgeActiveness extends Enum[EdgeActiveness]
Criteria for filtering edges based on activeness.
Criteria for filtering edges based on activeness. For internal use only.
- class EdgeRDDImpl[ED, VD] extends EdgeRDD[ED]
- class GraphImpl[VD, ED] extends Graph[VD, ED] with Serializable
An implementation of org.apache.spark.graphx.Graph to support computation on graphs.
An implementation of org.apache.spark.graphx.Graph to support computation on graphs.
Graphs are represented using two RDDs:
vertices
, which contains vertex attributes and the routing information for shipping vertex attributes to edge partitions, andreplicatedVertexView
, which contains edges and the vertex attributes mentioned by each edge. - class VertexRDDImpl[VD] extends VertexRDD[VD]
Value Members
- object GraphImpl extends Serializable