Packages

class JDBCConnectorConf extends ConnectorConf

Linear Supertypes
ConnectorConf, Conf, Configurable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JDBCConnectorConf
  2. ConnectorConf
  3. Conf
  4. Configurable
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JDBCConnectorConf()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +=(conf: Conf): JDBCConnectorConf.this.type
    Definition Classes
    Conf
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get(key: String, defaultValue: String): String

    Get a configuration under the string format

    Get a configuration under the string format

    key

    Key of the configuration

    Definition Classes
    Conf
  11. def get(key: String): Option[String]

    Get a configuration under the string format

    Get a configuration under the string format

    key

    Key of the configuration

    Definition Classes
    ConfConfigurable
  12. def getAs[T](key: String, defaultValue: T)(implicit arg0: Serializer[T]): T

    Get a configuration and convert to the given type, return a default value if it's not set

    Get a configuration and convert to the given type, return a default value if it's not set

    T

    define the type of output

    key

    Key of the configuration

    Definition Classes
    Conf
  13. def getAs[T](key: String)(implicit converter: Serializer[T]): Option[T]

    Get a configuration and convert to the given type, return None if it's not set

    Get a configuration and convert to the given type, return None if it's not set

    T

    define the type of output

    key

    Key of the configuration

    converter

    implicit converter

    Definition Classes
    Conf
    Annotations
    @throws( ... )
  14. def getBatchSize: Option[String]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDbTable: Option[String]
  17. def getFetchSize: Option[String]
  18. def getFormat: Option[String]
  19. def getJDBCOptions: JDBCOptions
    Annotations
    @throws( ... )
  20. def getLowerBound: Option[String]
  21. def getNumPartitions: Option[String]
  22. def getPartitionColumn: Option[String]
  23. def getPassword: Option[String]
  24. def getReaderConf: Map[String, String]
    Definition Classes
    JDBCConnectorConfConnectorConf
  25. def getSaveMode: Option[String]
  26. def getTruncate: Option[String]
  27. def getUpperBound: Option[String]
  28. def getUrl: Option[String]
  29. def getUser: Option[String]
  30. def getWriterConf: Map[String, String]
    Definition Classes
    JDBCConnectorConfConnectorConf
  31. def has(key: String): Boolean
    Definition Classes
    Conf
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def set[T](key: String, value: T)(implicit converter: Serializer[T]): JDBCConnectorConf.this.type
    Definition Classes
    Conf
  38. def set(options: Map[String, String]): JDBCConnectorConf.this.type
    Definition Classes
    Conf
  39. def set(key: String, value: String): JDBCConnectorConf.this.type
    Definition Classes
    ConfConfigurable
  40. def setBatchSize(size: String): JDBCConnectorConf.this.type
  41. def setDbTable(table: String): JDBCConnectorConf.this.type
  42. def setFetchSize(size: String): JDBCConnectorConf.this.type
  43. def setLowerBound(lb: String): JDBCConnectorConf.this.type
  44. def setNumPartitions(numPartitions: String): JDBCConnectorConf.this.type
  45. def setPartitionColumn(col: String): JDBCConnectorConf.this.type
  46. def setPassword(pw: String): JDBCConnectorConf.this.type
  47. def setSaveMode(saveMode: String): JDBCConnectorConf.this.type
  48. def setSaveMode(saveMode: SaveMode): JDBCConnectorConf.this.type
  49. def setTruncate(boo: String): JDBCConnectorConf.this.type
  50. def setUpperBound(ub: String): JDBCConnectorConf.this.type
  51. def setUrl(url: String): JDBCConnectorConf.this.type
  52. def setUser(user: String): JDBCConnectorConf.this.type
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toMap: Map[String, String]
    Definition Classes
    Conf
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ConnectorConf

Inherited from Conf

Inherited from Configurable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped