package runner
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class AutoPlotter extends AnyRef
The auto plotter contains methods for uploading a csv data and create a dashboard from its frame.
- case class Categorical(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
- case class ColumnProperties(uniqueCount: Long) extends Product with Serializable
- sealed trait ColumnType extends AnyRef
- class DashboardExecuter extends RealTimeAware
- case class IdLike(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
- case class LinerModelSummary(RSME: Double, r2adj: Double, yColumn: String, xColumns: List[String]) extends Product with Serializable
- class LiveDashboardExecuter extends AnyRef
- case class Numerical(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
- case class Other(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
- class RunnerCoreFacade extends ServiceCoreFacade with RunnerFacade
- class RunnerServlet extends HttpServlet with ServiceServlet[RunnerFacade] with EnvironmentSupport[RunnerFacade] with AuthzSupport[RunnerFacade]
- class SparkFacade extends AnyRef
- class SparkJobLauncher extends Logging with RealTimeAware
- class SparkJobListener extends SparkListener with RealTimeAware with Logging
- case class TimeLike(description: SourceDataDescriptionColumn, properties: ColumnProperties) extends ColumnType with Product with Serializable
Value Members
- object PluginsValidator
- object RunnerJob extends Logging
- 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.
- object SparkConfiguration
- object SparkFacade
- object SparkRunner