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 CloudBasedConfigurationParam: ConfigParameter[Option[String]]

    Permalink
  5. val CompressionParam: ConfigParameter[String]

    Permalink
  6. val ConnectionHostParam: ConfigParameter[String]

    Permalink
  7. val ConnectionPortParam: ConfigParameter[Int]

    Permalink
  8. val ConnectionTimeoutParam: ConfigParameter[Int]

    Permalink
  9. val DefaultCassandraSSLConf: CassandraSSLConf

    Permalink
  10. val DeprecatedConnectionTimeoutParam: DeprecatedConfigParameter[Int]

    Permalink
  11. val DeprecatedKeepAliveMillisParam: DeprecatedConfigParameter[Int]

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

    Permalink
  13. val DeprecatedMaxReconnectionDelayParam: DeprecatedConfigParameter[Int]

    Permalink
  14. val DeprecatedMinReconnectionDelayParam: DeprecatedConfigParameter[Int]

    Permalink
  15. val DeprecatedReadTimeoutParam: DeprecatedConfigParameter[Int]

    Permalink
  16. val KeepAliveMillisParam: ConfigParameter[Int]

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

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

    Permalink
  19. val MaxReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  20. val MinReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  21. val ProfileFileBasedConfigurationParam: ConfigParameter[Option[String]]

    Permalink
  22. val QueryRetryParam: ConfigParameter[Int]

    Permalink
  23. val QuietPeriodBeforeCloseParam: ConfigParameter[Int]

    Permalink
  24. val ReadTimeoutParam: ConfigParameter[Int]

    Permalink
  25. val ReferenceSection: String

    Permalink
  26. val ReferenceSectionAlternativeConnection: String

    Permalink
  27. val ReferenceSectionSSL: String

    Permalink
  28. val RemoteConnectionsPerExecutorParam: ConfigParameter[Option[Int]]

    Permalink
  29. val ResolveContactPoints: ConfigParameter[Boolean]

    Permalink
  30. val SSLClientAuthEnabledParam: ConfigParameter[Boolean]

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

    Permalink
  32. val SSLEnabledParam: ConfigParameter[Boolean]

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

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

    Permalink
  35. val SSLKeyStoreTypeParam: ConfigParameter[String]

    Permalink
  36. val SSLProtocolParam: ConfigParameter[String]

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

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

    Permalink
  39. val SSLTrustStoreTypeParam: ConfigParameter[String]

    Permalink
  40. val TimeoutBeforeCloseParam: ConfigParameter[Int]

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

    Permalink
  42. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def fromConnectionParams(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 getContactInfoFromSparkConf(conf: SparkConf): ContactInfo

    Permalink

    Determine how we should be connecting to Cassandra for this configuration

  51. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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