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 QuietPeriodBeforeCloseParam: ConfigParameter[Int]

    Permalink
  25. val ReadTimeoutParam: ConfigParameter[Int]

    Permalink
  26. val ReferenceSection: String

    Permalink
  27. val ReferenceSectionSSL: String

    Permalink
  28. val SSLClientAuthEnabledParam: ConfigParameter[Boolean]

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

    Permalink
  30. val SSLEnabledParam: ConfigParameter[Boolean]

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

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

    Permalink
  33. val SSLKeyStoreTypeParam: ConfigParameter[String]

    Permalink
  34. val SSLProtocolParam: ConfigParameter[String]

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

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

    Permalink
  37. val SSLTrustStoreTypeParam: ConfigParameter[String]

    Permalink
  38. val SessionConsistencyLevelParam: ConfigParameter[ConsistencyLevel]

    Permalink
  39. val TimeoutBeforeCloseParam: ConfigParameter[Int]

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

    Permalink
  41. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. def fromConnectionParams(params: Map[String, String]): CassandraConnectorConf

    Permalink
  47. def fromConnectionParams(conf: SparkConf, params: Map[String, String]): CassandraConnectorConf

    Permalink
  48. def fromSparkConf(conf: SparkConf): CassandraConnectorConf

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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