com.datastax.spark.connector.cql

CassandraConnectorConf

object CassandraConnectorConf extends Logging with Serializable

A factory for CassandraConnectorConf objects. Allows for manually setting connection properties or reading them from SparkConf object. By embedding connection information in SparkConf, SparkContext can offer Cassandra specific methods which require establishing connections to a Cassandra cluster.

Linear Supertypes
Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraConnectorConf
  2. Serializable
  3. Serializable
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CassandraSSLConf(enabled: Boolean = false, trustStorePath: Option[String] = scala.None, trustStorePassword: Option[String] = scala.None, trustStoreType: String = "JKS", protocol: String = "TLS", enabledAlgorithms: Set[String] = ...) extends Product with Serializable

  2. trait RetryDelayConf extends AnyRef

    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.6, 1.3.2, 1.4.3, 1.5.1) delayed retrying has been disabled; see SPARKC-360

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val CassandraConnectionCompressionProperty: String

  7. val CassandraConnectionHostProperty: String

  8. val CassandraConnectionKeepAliveProperty: String

  9. val CassandraConnectionLocalDCProperty: String

  10. val CassandraConnectionPortProperty: String

  11. val CassandraConnectionSSLEnabledAlgorithmsProperty: String

  12. val CassandraConnectionSSLEnabledProperty: String

  13. val CassandraConnectionSSLProtocolProperty: String

  14. val CassandraConnectionSSLTrustStorePasswordProperty: String

  15. val CassandraConnectionSSLTrustStorePathProperty: String

  16. val CassandraConnectionSSLTrustStoreTypeProperty: String

  17. val CassandraConnectionTimeoutProperty: String

  18. val CassandraMaxReconnectionDelayProperty: String

  19. val CassandraMinReconnectionDelayProperty: String

  20. val CassandraQueryRetryCountProperty: String

  21. val CassandraQueryRetryDelayProperty: String

  22. val CassandraReadTimeoutProperty: String

  23. val DefaultCassandraConnectionCompression: Compression

  24. val DefaultCassandraSSLConf: CassandraSSLConf

  25. val DefaultConnectTimeoutMillis: Int

  26. val DefaultKeepAliveMillis: Int

  27. val DefaultMaxReconnectionDelayMillis: Int

  28. val DefaultMinReconnectionDelayMillis: Int

  29. val DefaultPort: Int

  30. val DefaultQueryRetryCount: Int

  31. val DefaultReadTimeoutMillis: Int

  32. val Properties: Set[String]

  33. def apply(conf: SparkConf): CassandraConnectorConf

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  42. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  43. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  50. def logName: String

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

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

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

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

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

    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. val DefaultQueryRetryDelay: ExponentialDelay

    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.6, 1.3.2, 1.4.3, 1.5.1) delayed retrying has been disabled; see SPARKC-360

  2. object RetryDelayConf extends Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.6, 1.3.2, 1.4.3, 1.5.1) delayed retrying has been disabled; see SPARKC-360

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped