com.datastax.spark.connector.cql

CassandraConnectorConf

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] = scala.None, trustStorePassword: Option[String] = scala.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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val CassandraConnectionCompressionProperty: String

  7. val CassandraConnectionHostProperty: String

  8. val CassandraConnectionKeepAliveProperty: String

  9. val CassandraConnectionLocalDCProperty: String

  10. val CassandraConnectionPortProperty: String

  11. val CassandraConnectionSSLEnabledAlgorithmsProperty: String

  12. val CassandraConnectionSSLEnabledProperty: String

  13. val CassandraConnectionSSLProtocolProperty: String

  14. val CassandraConnectionSSLTrustStorePasswordProperty: String

  15. val CassandraConnectionSSLTrustStorePathProperty: String

  16. val CassandraConnectionSSLTrustStoreTypeProperty: String

  17. val CassandraConnectionTimeoutProperty: String

  18. val CassandraMaxReconnectionDelayProperty: String

  19. val CassandraMinReconnectionDelayProperty: String

  20. val CassandraQueryRetryCountProperty: String

  21. val CassandraQueryRetryDelayProperty: String

  22. val CassandraReadTimeoutProperty: String

  23. val DefaultCassandraConnectionCompression: Compression

  24. val DefaultCassandraSSLConf: CassandraSSLConf

  25. val DefaultConnectTimeoutMillis: Int

  26. val DefaultKeepAliveMillis: Int

  27. val DefaultMaxReconnectionDelayMillis: Int

  28. val DefaultMinReconnectionDelayMillis: Int

  29. val DefaultPort: Int

  30. val DefaultQueryRetryCount: Int

  31. val DefaultQueryRetryDelay: ExponentialDelay

  32. val DefaultReadTimeoutMillis: Int

  33. val Properties: Set[String]

  34. object RetryDelayConf extends Serializable

  35. def apply(conf: SparkConf): CassandraConnectorConf

  36. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  37. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  44. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  45. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  52. def logName: String

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  61. def toString(): String

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

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

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