Class/Object

io.github.setl.config

JDBCConnectorConf

Related Docs: object JDBCConnectorConf | package config

Permalink

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()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +=(conf: Conf): JDBCConnectorConf.this.type

    Permalink
    Definition Classes
    Conf
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def get(key: String, defaultValue: String): String

    Permalink

    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]

    Permalink

    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

    Permalink

    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]

    Permalink

    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]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getDbTable: Option[String]

    Permalink
  17. def getFetchSize: Option[String]

    Permalink
  18. def getFormat: Option[String]

    Permalink
  19. def getJDBCOptions: JDBCOptions

    Permalink
    Annotations
    @throws( ... )
  20. def getLowerBound: Option[String]

    Permalink
  21. def getNumPartitions: Option[String]

    Permalink
  22. def getPartitionColumn: Option[String]

    Permalink
  23. def getPassword: Option[String]

    Permalink
  24. def getReaderConf: Map[String, String]

    Permalink
    Definition Classes
    JDBCConnectorConfConnectorConf
  25. def getSaveMode: Option[String]

    Permalink
  26. def getTruncate: Option[String]

    Permalink
  27. def getUpperBound: Option[String]

    Permalink
  28. def getUrl: Option[String]

    Permalink
  29. def getUser: Option[String]

    Permalink
  30. def getWriterConf: Map[String, String]

    Permalink
    Definition Classes
    JDBCConnectorConfConnectorConf
  31. def has(key: String): Boolean

    Permalink
    Definition Classes
    Conf
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def set[T](key: String, value: T)(implicit converter: Serializer[T]): JDBCConnectorConf.this.type

    Permalink
    Definition Classes
    Conf
  38. def set(options: Map[String, String]): JDBCConnectorConf.this.type

    Permalink
    Definition Classes
    Conf
  39. def set(key: String, value: String): JDBCConnectorConf.this.type

    Permalink
    Definition Classes
    ConfConfigurable
  40. def setBatchSize(size: String): JDBCConnectorConf.this.type

    Permalink
  41. def setDbTable(table: String): JDBCConnectorConf.this.type

    Permalink
  42. def setFetchSize(size: String): JDBCConnectorConf.this.type

    Permalink
  43. def setLowerBound(lb: String): JDBCConnectorConf.this.type

    Permalink
  44. def setNumPartitions(numPartitions: String): JDBCConnectorConf.this.type

    Permalink
  45. def setPartitionColumn(col: String): JDBCConnectorConf.this.type

    Permalink
  46. def setPassword(pw: String): JDBCConnectorConf.this.type

    Permalink
  47. def setSaveMode(saveMode: String): JDBCConnectorConf.this.type

    Permalink
  48. def setSaveMode(saveMode: SaveMode): JDBCConnectorConf.this.type

    Permalink
  49. def setTruncate(boo: String): JDBCConnectorConf.this.type

    Permalink
  50. def setUpperBound(ub: String): JDBCConnectorConf.this.type

    Permalink
  51. def setUrl(url: String): JDBCConnectorConf.this.type

    Permalink
  52. def setUser(user: String): JDBCConnectorConf.this.type

    Permalink
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toMap: Map[String, String]

    Permalink
    Definition Classes
    Conf
  55. def toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConnectorConf

Inherited from Conf

Inherited from Configurable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped