org.apache.spark

repl

package repl

Visibility
  1. Public
  2. All

Type Members

  1. class ConstructorCleaner extends ClassVisitor

  2. class ExecutorClassLoader extends ClassLoader with Logging

    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. class SparkILoop extends LoopCommands with SparkILoopInit with Logging

    The Scala interactive shell.

  5. class SparkIMain extends SparkImports with Logging

    An interpreter for Scala code.

  6. class SparkISettings extends Logging

  7. class SparkJLineCompletion extends Completion with CompletionOutput with Logging

    Represents an auto-completion tool for the supplied interpreter that utilizes supplied queries for valid completions based on the current contents of the internal buffer.

Value Members

  1. object Main extends Logging

  2. object SparkILoop extends Logging

  3. object SparkIMain

    Utility methods for the Interpreter.

Ungrouped