Object/Class

com.datastax.spark.connector.cql

CassandraConnectorConf

Related Docs: class CassandraConnectorConf | package cql

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait RetryDelayConf extends AnyRef

    Permalink
    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: 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 CassandraConnectionSSLEnabledAlgorithmsDescription: String

    Permalink
  5. val CassandraConnectionSSLEnabledAlgorithmsProperty: String

    Permalink
  6. val CompressionParam: ConfigParameter[Compression]

    Permalink
  7. val ConnectionHostParam: ConfigParameter[String]

    Permalink
  8. val ConnectionPortParam: ConfigParameter[Int]

    Permalink
  9. val ConnectionTimeoutParam: ConfigParameter[Int]

    Permalink
  10. val DefaultCassandraSSLConf: CassandraSSLConf

    Permalink
  11. val DefaultSSLEnabledAlgorithms: Set[String]

    Permalink
  12. val KeepAliveMillisParam: ConfigParameter[Int]

    Permalink
  13. val LocalDCParam: ConfigParameter[Option[String]]

    Permalink
  14. val MaxReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  15. val MinReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  16. val Properties: Set[ConfigParameter[_]]

    Permalink
  17. val QueryRetryParam: ConfigParameter[Int]

    Permalink
  18. val ReadTimeoutParam: ConfigParameter[Int]

    Permalink
  19. val ReferenceSection: String

    Permalink
  20. val ReferenceSectionSSL: String

    Permalink
  21. val SSLClientAuthEnabledParam: ConfigParameter[Boolean]

    Permalink
  22. val SSLEnabledAlgorithmsParam: ConfigParameter[Set[String]]

    Permalink
  23. val SSLEnabledParam: ConfigParameter[Boolean]

    Permalink
  24. val SSLKeyStorePasswordParam: ConfigParameter[Option[String]]

    Permalink
  25. val SSLKeyStorePathParam: ConfigParameter[Option[String]]

    Permalink
  26. val SSLKeyStoreTypeParam: ConfigParameter[String]

    Permalink
  27. val SSLProtocolParam: ConfigParameter[String]

    Permalink
  28. val SSLTrustStorePasswordParam: ConfigParameter[Option[String]]

    Permalink
  29. val SSLTrustStorePathParam: ConfigParameter[Option[String]]

    Permalink
  30. val SSLTrustStoreTypeParam: ConfigParameter[String]

    Permalink
  31. def apply(conf: SparkConf): CassandraConnectorConf

    Permalink
  32. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated Value Members

  1. val QueryRetryDelayParam: ConfigParameter[RetryDelayConf]

    Permalink
    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

    Permalink
    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