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

    Permalink
  15. val MaxReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  16. val MinReconnectionDelayParam: ConfigParameter[Int]

    Permalink
  17. val Properties: Set[ConfigParameter[_]]

    Permalink
  18. val QueryRetryParam: ConfigParameter[Int]

    Permalink
  19. val ReadTimeoutParam: ConfigParameter[Int]

    Permalink
  20. val ReferenceSection: String

    Permalink
  21. val ReferenceSectionSSL: String

    Permalink
  22. val SSLClientAuthEnabledParam: ConfigParameter[Boolean]

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

    Permalink
  24. val SSLEnabledParam: ConfigParameter[Boolean]

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

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

    Permalink
  27. val SSLKeyStoreTypeParam: ConfigParameter[String]

    Permalink
  28. val SSLProtocolParam: ConfigParameter[String]

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

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

    Permalink
  31. val SSLTrustStoreTypeParam: ConfigParameter[String]

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

    Permalink
  33. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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