Package

org.apache.spark.graphx

impl

Permalink

package impl

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. impl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class EdgeActiveness extends Enum[EdgeActiveness]

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

    Permalink
  3. class GraphImpl[VD, ED] extends Graph[VD, ED] with Serializable

    Permalink

    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]

    Permalink

Value Members

  1. object GraphImpl extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped