Packages

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract final class EdgeActiveness extends Enum[EdgeActiveness]

    Criteria for filtering edges based on activeness.

    Criteria for filtering edges based on activeness. For internal use only.

  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