Packages

p

org.finra.msd

containers

package containers

Type Members

  1. case class AppleTable(sourceType: SourceType, dataFrame: DataFrame, delimiter: String, tempViewName: String) extends Product with Serializable

    Custom container class that stores all data gotten from any source

  2. class CmdLine extends AnyRef

    Runner class parsing command line arguments

  3. case class CountResult(leftCount: Long, rightCount: Long) extends Product with Serializable
  4. case class DiffResult(inLeftNotInRight: DataFrame, inRightNotInLeft: DataFrame) extends Product with Serializable

    * The container for the comparison result.

    * The container for the comparison result.

    inLeftNotInRight

    the data set that contains the results in left but not in right

    inRightNotInLeft

    the data set that contains the results in right but not in left

  5. class SourceVars extends AnyRef

    Extracts the database connection details

Ungrouped