object
ConfigUtils
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
checkValidKeys(c: Config)(expectedKeys: ⇒ Seq[String]): Either[Errors, String]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getBlob(path: String, uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]
-
final
def
getClass(): Class[_]
-
def
getConfigString(uri: URI, arcContext: ARCContext)(implicit spark: SparkSession, logger: Logger): Either[List[Error], String]
-
def
getExtractColumns(uriKey: String, authentication: Either[Errors, Option[Authentication]])(uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, List[ExtractColumn]]
-
def
getJDBCDriver(path: String)(uri: String)(implicit c: Config): Either[Errors, Driver]
-
def
hashCode(): Int
-
def
injectSQLParams(path: String, sqlParams: Map[String, String], allowMissing: Boolean)(sql: String)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]
-
final
def
isInstanceOf[T0]: Boolean
-
def
levenshteinDistance(keys: Seq[String], input: String)(limit: Int): Seq[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parseDelimiter(path: String)(delim: String)(implicit c: Config): Either[Errors, Delimiter]
-
def
parseEncoding(path: String)(encoding: String)(implicit c: Config): Either[Errors, EncodingType]
-
def
parseFailMode(path: String)(delim: String)(implicit c: Config): Either[Errors, FailModeType]
-
def
parseGlob(path: String)(glob: String)(implicit c: Config): Either[Errors, String]
-
def
parseOutputModeType(path: String)(delim: String)(implicit c: Config): Either[Errors, OutputModeType]
-
def
parseQuote(path: String)(quote: String)(implicit c: Config): Either[Errors, QuoteCharacter]
-
def
parseSaveMode(path: String)(delim: String)(implicit c: Config): Either[Errors, SaveMode]
-
def
parseURI(path: String)(uri: String)(implicit c: Config): Either[Errors, URI]
-
def
readAuthentication(path: String)(implicit c: Config): Either[Errors, Option[Authentication]]
-
def
readIPYNB(uri: String, notebook: String): String
-
def
readMap(path: String, c: Config): Map[String, String]
-
def
readWatermark(path: String)(implicit c: Config): Either[Errors, Option[Watermark]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
textContentForURI(uriKey: String, authentication: Either[Errors, Option[Authentication]])(uri: URI)(implicit spark: SparkSession, logger: Logger, c: Config): Either[Errors, String]
-
def
toString(): String
-
def
validateSQL(path: String)(sql: String)(implicit spark: SparkSession, c: Config): Either[Errors, String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any