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 checkSimpleColumnTypes(path: String, stageType: String)(extractColumns: List[ExtractColumn])(implicit c: Config): Either[Errors, List[ExtractColumn]]

    Permalink
  6. def checkValidKeys(c: Config)(expectedKeys: ⇒ Seq[String]): Either[Errors, String]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def doubleMinMax(path: String, min: Option[Double], max: Option[Double])(value: Double)(implicit c: Config): Either[Errors, Double]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBlob(path: String, uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]

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

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

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

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

    Permalink
  17. def getS3Bucket(uri: Option[String]): Option[String]

    Permalink
  18. def hasPath(path: String)(implicit c: Config): Either[Errors, ConfigValue]

    Permalink
  19. def hashCode(): Int

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def parseArgs(input: String): Map[String, String]

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

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

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

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

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

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

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

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

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

    Permalink
  36. def readAuthentication(path: String, uri: Option[String] = None)(implicit c: Config): Either[Errors, Option[Authentication]]

    Permalink
  37. def readIPYNB(uri: Option[String], notebook: String): String

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

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

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

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

    Permalink
  42. def toString(): String

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

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

    Permalink
  45. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped