Packages

package runner

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class AutoPlotter extends AnyRef

    The auto plotter contains methods for uploading a csv data and create a dashboard from its frame.

  2. case class Categorical(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
  3. case class ColumnProperties(uniqueCount: Long) extends Product with Serializable
  4. sealed trait ColumnType extends AnyRef
  5. class DashboardExecuter extends RealTimeAware
  6. case class IdLike(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
  7. case class LinerModelSummary(RSME: Double, r2adj: Double, yColumn: String, xColumns: List[String]) extends Product with Serializable
  8. class LiveDashboardExecuter extends AnyRef
  9. case class Numerical(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
  10. case class Other(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
  11. class RunnerCoreFacade extends ServiceCoreFacade with RunnerFacade
  12. class RunnerServlet extends HttpServlet with ServiceServlet[RunnerFacade] with EnvironmentSupport[RunnerFacade] with AuthzSupport[RunnerFacade]
  13. class SparkFacade extends AnyRef
  14. class SparkJobLauncher extends Logging with RealTimeAware
  15. class SparkJobListener extends SparkListener with RealTimeAware with Logging
  16. case class TimeLike(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable

Value Members

  1. object PluginsValidator
  2. object RunnerJob extends Logging
  3. object RunnerService extends ServiceBase[RunnerFacade]

    Main class for launching the jar.

    Main class for launching the jar. main-method simply launches a runner servlet in a webserver.

  4. object SparkConfiguration
  5. object SparkFacade
  6. object SparkRunner

Ungrouped