Class

io.radanalytics.silex.app

ConsoleApp

Related Doc: package app

Permalink

class ConsoleApp extends AppCommon

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleApp
  2. AppCommon
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConsoleApp()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addConfig(xform: (SparkConf) ⇒ SparkConf): Unit

    Permalink

    Adds Spark configuration (in the form of a function that takes a SparkConf and returns a new SparkConf.)

    Adds Spark configuration (in the form of a function that takes a SparkConf and returns a new SparkConf.)

    These are executed in the order that they are added.

    Definition Classes
    AppCommon
  5. def addExitHook(thunk: ⇒ Unit): Unit

    Permalink

    Adds a thunk to be run when your application exits.

    Adds a thunk to be run when your application exits.

    These are executed in the order that they are added.

    Definition Classes
    AppCommon
  6. def appMain(args: Array[String]): Unit

    Permalink

    Override this to provide a main method for your app.

    Override this to provide a main method for your app.

    Definition Classes
    ConsoleAppAppCommon
  7. def appName: String

    Permalink

    A method that returns your application's name

    A method that returns your application's name

    Definition Classes
    ConsoleAppAppCommon
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def context: SparkContext

    Permalink
    Definition Classes
    AppCommon
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isFunctionRegistered(fun: String): Boolean

    Permalink
    Definition Classes
    AppCommon
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def main(args: Array[String]): Unit

    Permalink

    The main method for your application.

    The main method for your application. Do not override this; override AppCommon.appMain instead

    Definition Classes
    AppCommon
  19. def master: String

    Permalink

    The Spark master URL.

    The Spark master URL.

    This defaults to the value set in SPARK_MASTER in the environment or local[*]. The spark.master property will take precedence over this.

    Definition Classes
    AppCommon
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def registerUnaryFunction[A, B](fn: String, fb: (A) ⇒ B)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], arg1: scala.reflect.api.JavaUniverse.TypeTag[B]): Unit

    Permalink

    Registers a function with the given name.

    Registers a function with the given name.

    Subsequent attempts to register a function with the same name will have no effect.

    Definition Classes
    AppCommon
  24. def spark: SparkSession

    Permalink
    Definition Classes
    AppCommon
  25. def sqlContext: SQLContext

    Permalink
    Definition Classes
    AppCommon
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AppCommon

Inherited from AnyRef

Inherited from Any

Ungrouped