Package

org.apache.spark

bagel

Permalink

package bagel

Bagel: An implementation of Pregel in Spark. THIS IS DEPRECATED - use Spark's GraphX library.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. bagel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait Aggregator[V, A] extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Uses of Bagel should migrate to GraphX

  2. trait Combiner[M, C] extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Uses of Bagel should migrate to GraphX

  3. class DefaultCombiner[M] extends Combiner[M, Array[M]] with Serializable

    Permalink

    Default combiner that simply appends messages together (i.e.

    Default combiner that simply appends messages together (i.e. performs no aggregation)

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Uses of Bagel should migrate to GraphX

  4. trait Message[K] extends AnyRef

    Permalink

    Represents a Bagel message to a target vertex.

    Represents a Bagel message to a target vertex.

    Subclasses may contain a payload to deliver to the target vertex and must inherit from java.io.Serializable or scala.Serializable.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Uses of Bagel should migrate to GraphX

  5. trait Vertex extends AnyRef

    Permalink

    Represents a Bagel vertex.

    Represents a Bagel vertex.

    Subclasses may store state along with each vertex and must inherit from java.io.Serializable or scala.Serializable.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Uses of Bagel should migrate to GraphX

Deprecated Value Members

  1. object Bagel extends Logging

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.0) Uses of Bagel should migrate to GraphX

Inherited from AnyRef

Inherited from Any

Ungrouped