com.datastax.spark.connector

rdd

package rdd

Contains com.datastax.spark.connector.rdd.CassandraRDD class that is the main entry point for analyzing Cassandra data from Spark.

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 CassandraRDD[R] extends RDD[R] with Logging

    RDD representing a Cassandra table.

  2. sealed trait ColumnSelector extends AnyRef

  3. case class CqlWhereClause(predicates: Seq[String], values: Seq[Any]) extends Product with Serializable

    Represents a logical conjunction of CQL predicates.

  4. case class SomeColumns(columns: String*) extends ColumnSelector with Product with Serializable

Value Members

  1. object AllColumns extends ColumnSelector with Product with Serializable

  2. object CqlWhereClause extends Serializable

  3. package partitioner

    Provides components for partitioning a Cassandra table into smaller parts of appropriate size.

  4. package reader

    Provides components for reading data rows from Cassandra and converting them to objects of desired type.

Inherited from AnyRef

Inherited from Any

Ungrouped