Packages

trait Util extends AnyRef

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

Type Members

  1. case class NormalizedAttribute(rawAttributeName: String, columnAlias: String, hiveDdlType: String, upcastExpr: Option[String]) extends Product with Serializable

Abstract Value Members

  1. abstract def logId: Int
    Attributes
    protected
  2. abstract def process: JsValue
    Attributes
    protected
  3. abstract def processId: Int
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val AttributeSchemaReads: Reads[NormalizedAttribute]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def close: Unit
    Attributes
    protected
  8. lazy val cloud: String
    Attributes
    protected
  9. implicit val config: Aux[MacroOptions]
  10. lazy val connectionId: Option[Int]
    Attributes
    protected
  11. def convertToObject(j: JsValue): Object
    Attributes
    protected
  12. def coreApiCall(route: String, verb: String = "GET", body: Option[JsValue] = None): JsValue
    Attributes
    protected
  13. val coreUri: String
    Attributes
    protected
  14. def endProcess(parameters: JsObject): Unit
    Attributes
    protected
  15. lazy val environment: String
    Attributes
    protected
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getConnectionParameters: JsObject
    Attributes
    protected
  21. def getProcessSourceName(processId: Int): String
    Attributes
    protected
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. lazy val jobRunId: Option[Int]
    Attributes
    protected
  25. def logFail(e: Exception): Unit
    Attributes
    protected
  26. val logger: Logger
    Attributes
    protected
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. lazy val originalProcessId: Option[Int]
    Attributes
    protected
  31. val packageName: String
  32. lazy val pgConnectionLog: Connection
    Attributes
    protected
  33. implicit lazy val pgConnectionMain: Connection
    Attributes
    protected
  34. lazy val pgConnectionString: String
    Attributes
    protected
  35. val pgConnectionStringRead: String
    Attributes
    protected
  36. lazy val smtpSenderDomain: String
    Attributes
    protected
  37. val spark: SparkSession
    Attributes
    protected
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val systemConfiguration: JsValue
    Attributes
    protected
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. val version: String
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. def writeLog(message: String, severity: String): Unit
    Attributes
    protected
  46. def writeParsedData(inDf: DataFrame, sourceId: Int, inputId: Int, destFilePath: String, forceCaseInsensitiveFlag: Boolean): (Long, Long)
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped