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 parseArgs(input: String): Map[String, String]

    Permalink
  23. def parseDelimiter(path: String)(delim: String)(implicit c: Config): Either[Errors, Delimiter]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  37. def toString(): String

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

    Permalink
  39. def verifyInlineSQLPolicy(path: String)(sql: String)(implicit c: Config, arcContext: ARCContext): Either[Errors, String]

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped