jove.spark

Compatibility

object Compatibility

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Compatibility
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ArgumentCompleter = jline.console.completer.ArgumentCompleter

  2. type Completer = jline.console.completer.Completer

  3. type SparkILoop = scala.tools.nsc.interpreter.SparkILoop

  4. type SparkIMain = scala.tools.nsc.interpreter.SparkIMain

  5. type SparkJLineCompletion = scala.tools.nsc.interpreter.SparkJLineCompletion

  6. type SparkMemberHandlers = scala.tools.nsc.interpreter.SparkMemberHandlers

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createSparkContext(outputDir: File, imain: SparkIMain): SparkContext

  7. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  9. def extraRenderer(imain: SparkIMain)(req: Request, line: String, errorOutput: ⇒ String, executionCount: Int, runCodeWithException: (Request, String, String) ⇒ Either[Exception, Any]): Seq[(String, String)]

  10. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  12. def globalExitingTyper[T](global: Global)(op: ⇒ T): T

  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def initSettings(outputDir: Option[File], settings: Settings): Unit

  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def loop(errorWriter: PrintWriter): SparkILoop

  17. def loopOutputDir(imain: SparkILoop): Option[File]

  18. def nameOriginalPath(imain: SparkIMain)(name: scala.tools.nsc.Global.Name): String

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def preCreatedOutputDir(): Option[File]

  23. def recordRequest(imain: SparkIMain)(req: Request): Unit

  24. def reqValue(imain: SparkIMain)(req: Request): scala.tools.nsc.Global.Symbol

  25. def stopContext(sc: SparkContext): Unit

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped