Object/Class

org.apache.spark.sql.cassandra

CassandraSourceRelation

Related Docs: class CassandraSourceRelation | package cassandra

Permalink

object CassandraSourceRelation extends Logging with Serializable

Linear Supertypes
Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraSourceRelation
  2. Serializable
  3. Serializable
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AdditionalCassandraPushDownRulesParam: ConfigParameter[List[CassandraPredicateRules]]

    Permalink
  5. val DirectJoinSettingParam: ConfigParameter[String]

    Permalink
  6. val DirectJoinSizeRatioParam: ConfigParameter[Double]

    Permalink
  7. val DseReferenceSection: String

    Permalink
  8. val IgnoreMissingMetaColumns: ConfigParameter[Boolean]

    Permalink
  9. val InClauseToFullTableScanConversionThreshold: ConfigParameter[Long]

    Permalink
  10. val InClauseToJoinWithTableConversionThreshold: ConfigParameter[Long]

    Permalink
  11. val ReferenceSection: String

    Permalink
  12. val SearchPredicateOptimizationParam: ConfigParameter[String]

    Permalink
  13. val SearchPredicateOptimizationRatioParam: ConfigParameter[Double]

    Permalink
  14. val SolrPredciateOptimizationParam: DeprecatedConfigParameter[String]

    Permalink
  15. val TTLParam: ConfigParameter[Option[String]]

    Permalink
  16. val TableSizeInBytesParam: ConfigParameter[Option[Long]]

    Permalink
  17. val WriteTimeParam: ConfigParameter[Option[String]]

    Permalink
  18. def apply(tableRef: TableRef, sqlContext: SQLContext, options: CassandraSourceOptions, schema: Option[StructType]): CassandraSourceRelation

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def consolidateConfs(sparkConf: SparkConf, sqlConf: Map[String, String], tableRef: TableRef, tableConf: Map[String, String]): SparkConf

    Permalink

    Consolidate Cassandra conf settings in the order of table level -> keyspace level -> cluster level -> default.

    Consolidate Cassandra conf settings in the order of table level -> keyspace level -> cluster level -> default. Use the first available setting. Default settings are stored in SparkConf.

  22. val defaultClusterName: String

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  39. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. def setDirectJoin[K](ds: Dataset[K], directJoinSetting: DirectJoinSetting = AlwaysOn)(implicit arg0: Encoder[K]): Dataset[K]

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped