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] = ...) 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 SSLEnabledAlgorithmsParam: ConfigParameter[Set[String]]

    Permalink
  22. val SSLEnabledParam: ConfigParameter[Boolean]

    Permalink
  23. val SSLProtocolParam: ConfigParameter[String]

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

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

    Permalink
  26. val SSLTrustStoreTypeParam: ConfigParameter[String]

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

    Permalink
  28. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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