com.datastax.spark.connector.cql

CassandraConnectorConf

Related Docs: class CassandraConnectorConf | package cql

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] = None, trustStorePassword: Option[String] = None, trustStoreType: String = "JKS", protocol: String = "TLS", enabledAlgorithms: Set[String] = ...) extends Product with Serializable

  2. trait RetryDelayConf extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val CassandraConnectionCompressionProperty: String

  5. val CassandraConnectionHostProperty: String

  6. val CassandraConnectionKeepAliveProperty: String

  7. val CassandraConnectionLocalDCProperty: String

  8. val CassandraConnectionPortProperty: String

  9. val CassandraConnectionSSLEnabledAlgorithmsProperty: String

  10. val CassandraConnectionSSLEnabledProperty: String

  11. val CassandraConnectionSSLProtocolProperty: String

  12. val CassandraConnectionSSLTrustStorePasswordProperty: String

  13. val CassandraConnectionSSLTrustStorePathProperty: String

  14. val CassandraConnectionSSLTrustStoreTypeProperty: String

  15. val CassandraConnectionTimeoutProperty: String

  16. val CassandraMaxReconnectionDelayProperty: String

  17. val CassandraMinReconnectionDelayProperty: String

  18. val CassandraQueryRetryCountProperty: String

  19. val CassandraQueryRetryDelayProperty: String

  20. val CassandraReadTimeoutProperty: String

  21. val DefaultCassandraConnectionCompression: Compression

  22. val DefaultCassandraSSLConf: CassandraSSLConf

  23. val DefaultConnectTimeoutMillis: Int

  24. val DefaultKeepAliveMillis: Int

  25. val DefaultMaxReconnectionDelayMillis: Int

  26. val DefaultMinReconnectionDelayMillis: Int

  27. val DefaultPort: Int

  28. val DefaultQueryRetryCount: Int

  29. val DefaultQueryRetryDelay: ExponentialDelay

  30. val DefaultReadTimeoutMillis: Int

  31. val Properties: Set[String]

  32. object RetryDelayConf extends Serializable

  33. def apply(conf: SparkConf): CassandraConnectorConf

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  42. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  43. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  50. def logName: String

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

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