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 DseInClauseToFullTableScanConversionThreshold: DeprecatedConfigParameter[Long]

    Permalink
  8. val DseInClauseToJoinWithTableConversionThreshold: DeprecatedConfigParameter[Long]

    Permalink
  9. val IgnoreMissingMetaColumns: ConfigParameter[Boolean]

    Permalink
  10. val InClauseToFullTableScanConversionThreshold: ConfigParameter[Long]

    Permalink
  11. val InClauseToJoinWithTableConversionThreshold: ConfigParameter[Long]

    Permalink
  12. val ReferenceSection: String

    Permalink
  13. val SearchPredicateOptimizationParam: ConfigParameter[String]

    Permalink
  14. val SearchPredicateOptimizationRatioParam: ConfigParameter[Double]

    Permalink
  15. val SolrPredciateOptimizationParam: DeprecatedConfigParameter[String]

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

    Permalink
  17. val TableOptions: String

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

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

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

    Permalink
  21. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. 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.

  24. val defaultClusterName: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. 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