Class/Object

io.github.setl.config

DeltaConnectorConf

Related Docs: object DeltaConnectorConf | package config

Permalink

class DeltaConnectorConf extends ConnectorConf

Linear Supertypes
ConnectorConf, Conf, Configurable, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeltaConnectorConf
  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 DeltaConnectorConf()

    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): DeltaConnectorConf.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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getPath: String

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

    Permalink
    Definition Classes
    DeltaConnectorConfConnectorConf
  17. def getSaveMode: SaveMode

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

    Permalink
    Definition Classes
    DeltaConnectorConfConnectorConf
  19. def has(key: String): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ConfConfigurable
  28. def setPath(path: String): DeltaConnectorConf.this.type

    Permalink
  29. def setSaveMode(saveMode: SaveMode): DeltaConnectorConf.this.type

    Permalink
  30. def setSaveMode(saveMode: String): DeltaConnectorConf.this.type

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

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

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

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

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

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