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] = ..., clientAuthEnabled: Boolean = false, keyStorePath: Option[String] = scala.None, keyStorePassword: Option[String] = scala.None, keyStoreType: String = "JKS") extends Product with Serializable

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

  7. val CassandraConnectionSSLEnabledAlgorithmsProperty: String

  8. val CompressionParam: ConfigParameter[Compression]

  9. val ConnectionHostParam: ConfigParameter[String]

  10. val ConnectionPortParam: ConfigParameter[Int]

  11. val ConnectionTimeoutParam: ConfigParameter[Int]

  12. val DefaultCassandraSSLConf: CassandraSSLConf

  13. val DefaultSSLEnabledAlgorithms: Set[String]

  14. val KeepAliveMillisParam: ConfigParameter[Int]

  15. val LocalDCParam: ConfigParameter[Option[String]]

  16. val MaxConnectionsPerExecutorParam: ConfigParameter[Option[Int]]

  17. val MaxReconnectionDelayParam: ConfigParameter[Int]

  18. val MinReconnectionDelayParam: ConfigParameter[Int]

  19. val Properties: Set[ConfigParameter[_]]

  20. val QueryRetryParam: ConfigParameter[Int]

  21. val ReadTimeoutParam: ConfigParameter[Int]

  22. val ReferenceSection: String

  23. val ReferenceSectionSSL: String

  24. val SSLClientAuthEnabledParam: ConfigParameter[Boolean]

  25. val SSLEnabledAlgorithmsParam: ConfigParameter[Set[String]]

  26. val SSLEnabledParam: ConfigParameter[Boolean]

  27. val SSLKeyStorePasswordParam: ConfigParameter[Option[String]]

  28. val SSLKeyStorePathParam: ConfigParameter[Option[String]]

  29. val SSLKeyStoreTypeParam: ConfigParameter[String]

  30. val SSLProtocolParam: ConfigParameter[String]

  31. val SSLTrustStorePasswordParam: ConfigParameter[Option[String]]

  32. val SSLTrustStorePathParam: ConfigParameter[Option[String]]

  33. val SSLTrustStoreTypeParam: ConfigParameter[String]

  34. def apply(conf: SparkConf): CassandraConnectorConf

  35. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  36. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  43. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  44. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  51. def logName: String

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  60. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped