com.github.jparkie.spark.cassandra

rdd

package rdd

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

Type Members

  1. class SparkCassRDDFunctions[T] extends Serializable

    Extension of RDD with bulkLoadToCass() function.

Value Members

  1. implicit def sparkCassRDDFunctions[T](rdd: RDD[T])(implicit arg0: ColumnMapper[T], arg1: scala.reflect.api.JavaUniverse.TypeTag[T]): SparkCassRDDFunctions[T]

    Implicitly lift a RDD with SparkCassRDDFunctions.

    Implicitly lift a RDD with SparkCassRDDFunctions.

    rdd

    A RDD to lift.

    returns

    Enriched RDD with SparkCassRDDFunctions.

Inherited from AnyRef

Inherited from Any

Ungrouped