org.apache.spark.graphx

impl

package impl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. impl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class EdgeActiveness extends Enum[EdgeActiveness]

  2. class EdgeRDDImpl[ED, VD] extends EdgeRDD[ED]

  3. 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, and replicatedVertexView, which contains edges and the vertex attributes mentioned by each edge.

  4. class VertexRDDImpl[VD] extends VertexRDD[VD]

Value Members

  1. object GraphImpl extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped