Package

io.smartdatalake

config

Permalink

package config

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object ConfigLoader extends SmartDataLakeLogger

    Permalink
  2. object ConfigToolbox

    Permalink

    Helper methods to use config outside of SmartDataLakeBuilder, e.g.

    Helper methods to use config outside of SmartDataLakeBuilder, e.g. Notebooks

  3. object SdlConfigObject

    Permalink
  4. implicit val actionObjectIdReader: Configs[ActionObjectId]

    Permalink

    A Configs reader that reads ActionObjectId values.

  5. implicit val connectionIdReader: Configs[ConnectionId]

    Permalink

    A Configs reader that reads DataObjectId values.

  6. implicit val customDfCreatorConfigReader: Configs[CustomDfCreatorConfig]

    Permalink
  7. implicit val customDfTransformerConfigReader: Configs[CustomDfTransformerConfig]

    Permalink
  8. implicit val customDfsTransformerConfigReader: Configs[CustomDfsTransformerConfig]

    Permalink
  9. implicit val customFileTransformerConfigReader: Configs[CustomFileTransformerConfig]

    Permalink
  10. implicit val dataObjectIdReader: Configs[DataObjectId]

    Permalink

    A Configs reader that reads DataObjectId values.

  11. implicit def eitherReader[A, B](implicit aReader: Configs[A], bReader: Configs[B]): Configs[Either[A, B]]

    Permalink

    A Configs reader that reads Either values.

    A Configs reader that reads Either values.

    A

    the Left value type.

    B

    the Right value type.

    aReader

    the reader for the Left value.

    bReader

    the reader for the Right value.

    returns

    A Configs containing a Left or, if it can not be parsed, a Right value of the corresponding type.

  12. implicit val keyCloakConfigReader: Configs[Option[KeycloakConfig]]

    Permalink

    A Configs reader that reads KeycloakConfig values.

  13. implicit def mapDataObjectIdStringReader(implicit mapReader: Configs[Map[String, String]]): Configs[Map[DataObjectId, String]]

    Permalink
  14. implicit val sparkRepartitionDefReader: Configs[SparkRepartitionDef]

    Permalink
  15. implicit val splunkParamsReader: Configs[SplunkParams]

    Permalink

    A Configs reader that reads SplunkParams values.

    A Configs reader that reads SplunkParams values.

    SplunkParams have special semantics for Duration which are covered with this reader.

  16. implicit val structTypeReader: Configs[StructType]

    Permalink

    A Configs reader that reads StructType values.

    A Configs reader that reads StructType values.

    This reader parses a StructType from a DDL string.

Inherited from AnyRef

Inherited from Any

Ungrouped