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 CassandraConnectionNativePortProperty: String

  11. val CassandraConnectionRpcPortProperty: String

  12. val CassandraConnectionSSLEnabledAlgorithmsProperty: String

  13. val CassandraConnectionSSLEnabledProperty: String

  14. val CassandraConnectionSSLProtocolProperty: String

  15. val CassandraConnectionSSLTrustStorePasswordProperty: String

  16. val CassandraConnectionSSLTrustStorePathProperty: String

  17. val CassandraConnectionSSLTrustStoreTypeProperty: String

  18. val CassandraConnectionTimeoutProperty: String

  19. val CassandraMaxReconnectionDelayProperty: String

  20. val CassandraMinReconnectionDelayProperty: String

  21. val CassandraQueryRetryCountProperty: String

  22. val CassandraQueryRetryDelayProperty: String

  23. val CassandraReadTimeoutProperty: String

  24. val DefaultCassandraConnectionCompression: Compression

  25. val DefaultCassandraSSLConf: CassandraSSLConf

  26. val DefaultConnectTimeoutMillis: Int

  27. val DefaultKeepAliveMillis: Int

  28. val DefaultMaxReconnectionDelayMillis: Int

  29. val DefaultMinReconnectionDelayMillis: Int

  30. val DefaultNativePort: Int

  31. val DefaultQueryRetryCount: Int

  32. val DefaultQueryRetryDelay: ExponentialDelay

  33. val DefaultReadTimeoutMillis: Int

  34. val DefaultRpcPort: Int

  35. val Properties: Set[String]

  36. object RetryDelayConf extends Serializable

  37. def apply(conf: SparkConf): CassandraConnectorConf

  38. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  39. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  46. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  47. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  54. def logName: String

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  63. def toString(): String

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

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

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