Object

ai.tripl.arc.config

ConfigUtils

Related Doc: package config

Permalink

object ConfigUtils

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

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def checkValidKeys(c: Config)(expectedKeys: ⇒ Seq[String]): Either[Errors, String]

    Permalink
  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 getBlob(path: String, uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getConfigString(uri: URI, arcContext: ARCContext)(implicit spark: SparkSession, logger: Logger): Either[List[Error], String]

    Permalink
  13. def getExtractColumns(uriKey: String, authentication: Either[Errors, Option[Authentication]])(uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, List[ExtractColumn]]

    Permalink
  14. def getJDBCDriver(path: String)(uri: String)(implicit c: Config): Either[Errors, Driver]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def injectSQLParams(path: String, sqlParams: Map[String, String], allowMissing: Boolean)(sql: String)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def levenshteinDistance(keys: Seq[String], input: String)(limit: Int): Seq[String]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def parseDelimiter(path: String)(delim: String)(implicit c: Config): Either[Errors, Delimiter]

    Permalink
  23. def parseEncoding(path: String)(encoding: String)(implicit c: Config): Either[Errors, EncodingType]

    Permalink
  24. def parseFailMode(path: String)(delim: String)(implicit c: Config): Either[Errors, FailModeType]

    Permalink
  25. def parseGlob(path: String)(glob: String)(implicit c: Config): Either[Errors, String]

    Permalink
  26. def parseOutputModeType(path: String)(delim: String)(implicit c: Config): Either[Errors, OutputModeType]

    Permalink
  27. def parseQuote(path: String)(quote: String)(implicit c: Config): Either[Errors, QuoteCharacter]

    Permalink
  28. def parseSaveMode(path: String)(delim: String)(implicit c: Config): Either[Errors, SaveMode]

    Permalink
  29. def parseURI(path: String)(uri: String)(implicit c: Config): Either[Errors, URI]

    Permalink
  30. def readAuthentication(path: String)(implicit c: Config): Either[Errors, Option[Authentication]]

    Permalink
  31. def readIPYNB(uri: String, notebook: String): String

    Permalink
  32. def readMap(path: String, c: Config): Map[String, String]

    Permalink
  33. def readWatermark(path: String)(implicit c: Config): Either[Errors, Option[Watermark]]

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

    Permalink
    Definition Classes
    AnyRef
  35. def textContentForURI(uriKey: String, authentication: Either[Errors, Option[Authentication]])(uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def validateSQL(path: String)(sql: String)(implicit spark: SparkSession, c: Config): Either[Errors, String]

    Permalink
  38. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped