o

org.apache.spark.sql.cassandra

CassandraSourceRelation

object CassandraSourceRelation extends Logging

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AdditionalCassandraPushDownRulesParam: ConfigParameter[List[CassandraPredicateRules]]
  5. val DirectJoinSettingParam: ConfigParameter[String]
  6. val DirectJoinSizeRatioParam: ConfigParameter[Double]
  7. val DseInClauseToFullTableScanConversionThreshold: DeprecatedConfigParameter[Long]
  8. val DseInClauseToJoinWithTableConversionThreshold: DeprecatedConfigParameter[Long]
  9. val IgnoreMissingMetaColumns: ConfigParameter[Boolean]
  10. val InClauseToFullTableScanConversionThreshold: ConfigParameter[Long]
  11. val InClauseToJoinWithTableConversionThreshold: ConfigParameter[Long]
  12. val ReferenceSection: String
  13. val SearchPredicateOptimizationParam: ConfigParameter[String]
  14. val SearchPredicateOptimizationRatioParam: ConfigParameter[Double]
  15. val SolrPredciateOptimizationParam: DeprecatedConfigParameter[String]
  16. val TTLParam: ConfigParameter[Option[String]]
  17. val TableOptions: String
  18. val TableSizeInBytesParam: ConfigParameter[Option[Long]]
  19. val WriteTimeParam: ConfigParameter[Option[String]]
  20. def applyDirectJoinSetting(sparkConf: SparkConf, directJoinSetting: DirectJoinSetting): SparkConf
  21. def applyDirectJoinSetting(options: CaseInsensitiveStringMap, directJoinSetting: DirectJoinSetting): CaseInsensitiveStringMap
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. val defaultClusterName: String
  25. def directJoinSettingToString(directJoinSetting: DirectJoinSetting): String
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getDirectJoinSetting(conf: SparkConf): Product with Serializable with DirectJoinSetting
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  34. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  35. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  42. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def setDirectJoin[K](ds: Dataset[K], directJoinSetting: DirectJoinSetting = AlwaysOn)(implicit arg0: Encoder[K]): Dataset[K]
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped