org.apache.spark

repl

package repl

Visibility
  1. Public
  2. All

Type Members

  1. class ConstructorCleaner extends ClassVisitor

  2. class ExecutorClassLoader extends ClassLoader

    A ClassLoader that reads classes from a Hadoop FileSystem or HTTP URI, used to load classes defined by the interpreter when the REPL is used.

  3. class SparkCommandLine extends CompilerCommand

    Command class enabling Spark-specific command line options (provided by org.apache.spark.repl.SparkRunnerSettings).

  4. trait SparkExprTyper extends Logging

  5. class SparkILoop extends LoopCommands with SparkILoopInit with Logging

    The Scala interactive shell.

  6. trait SparkILoopInit extends AnyRef

    Machinery for the asynchronous initialization of the repl.

  7. class SparkIMain extends SparkImports with Logging

    An interpreter for Scala code.

  8. class SparkISettings extends Logging

  9. trait SparkImports extends AnyRef

  10. class SparkJLineCompletion extends Completion with CompletionOutput with Logging

  11. class SparkJLineHistory extends JLineFileHistory

    Changes the default history file to not collide with the scala repl's.

  12. class SparkJLineReader extends InteractiveReader

    Reads from the console using JLine.

  13. trait SparkMemberHandlers extends AnyRef

  14. class SparkRunnerSettings extends Settings

    scala.tools.nsc.Settings implementation adding Spark-specific REPL command line options.

Value Members

  1. object Main

  2. object SparkILoop

  3. object SparkIMain

    Utility methods for the Interpreter.

Ungrouped