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

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 CompressionParam: ConfigParameter[Compression]

    Permalink
  5. val ConnectionHostParam: ConfigParameter[String]

    Permalink
  6. val ConnectionPortParam: ConfigParameter[Int]

    Permalink
  7. val ConnectionTimeoutParam: ConfigParameter[Int]

    Permalink
  8. val DefaultCassandraSSLConf: CassandraSSLConf

    Permalink
  9. val DeprecatedConnectionTimeoutParam: DeprecatedConfigParameter[Int]

    Permalink
  10. val DeprecatedKeepAliveMillisParam: DeprecatedConfigParameter[Int]

    Permalink
  11. val DeprecatedLocalDCParam: DeprecatedConfigParameter[Option[String]]

    Permalink
  12. val DeprecatedMaxReconnectionDelayParam: DeprecatedConfigParameter[Int]

    Permalink
  13. val DeprecatedMinReconnectionDelayParam: DeprecatedConfigParameter[Int]

    Permalink
  14. val DeprecatedReadTimeoutParam: DeprecatedConfigParameter[Int]

    Permalink
  15. val KeepAliveMillisParam: ConfigParameter[Int]

    Permalink
  16. val LocalConnectionsPerExecutorParam: ConfigParameter[Option[Int]]

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

    Permalink
  18. val MaxConnectionsPerExecutorParam: DeprecatedConfigParameter[Option[Int]]

    Permalink
  19. val MaxReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  20. val MaxRemoteConnectionsPerExecutorParam: ConfigParameter[Option[Int]]

    Permalink
  21. val MinReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  22. val MinRemoteConnectionsPerExecutorParam: ConfigParameter[Option[Int]]

    Permalink
  23. val QueryRetryParam: ConfigParameter[Int]

    Permalink
  24. val ReadTimeoutParam: ConfigParameter[Int]

    Permalink
  25. val ReferenceSection: String

    Permalink
  26. val ReferenceSectionSSL: String

    Permalink
  27. val SSLClientAuthEnabledParam: ConfigParameter[Boolean]

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

    Permalink
  29. val SSLEnabledParam: ConfigParameter[Boolean]

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

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

    Permalink
  32. val SSLKeyStoreTypeParam: ConfigParameter[String]

    Permalink
  33. val SSLProtocolParam: ConfigParameter[String]

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

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

    Permalink
  36. val SSLTrustStoreTypeParam: ConfigParameter[String]

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

    Permalink
  38. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. def fromSparkConf(conf: SparkConf): CassandraConnectorConf

    Permalink
  44. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped