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
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. case class CqlWhereClause(predicates: Seq[String], values: Seq[Any]) extends Product with Serializable

    Represents a logical conjunction of CQL predicates.

  3. case class ReadConf(splitSize: Int = ReadConf.DefaultSplitSize, fetchSize: Int = ReadConf.DefaultFetchSize, consistencyLevel: ConsistencyLevel = ReadConf.DefaultConsistencyLevel) extends Product with Serializable

    Read settings for RDD

  4. trait ValidRDDType[T] extends AnyRef

    Annotations
    @implicitNotFound( ... )

Value Members

  1. object CassandraRDD extends Serializable

  2. object CqlWhereClause extends Serializable

  3. object ReadConf extends Serializable

  4. object ValidRDDType

  5. package partitioner

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

  6. 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