Packages

object EdgeRDD extends Serializable

Source
EdgeRDD.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeRDD
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromEdges[ED, VD](edges: RDD[Edge[ED]])(implicit arg0: ClassTag[ED], arg1: ClassTag[VD]): EdgeRDDImpl[ED, VD]

    Creates an EdgeRDD from a set of edges.

    Creates an EdgeRDD from a set of edges.

    ED

    the edge attribute type

    VD

    the type of the vertex attributes that may be joined with the returned EdgeRDD