Packages

class SparkILoop extends ILoop

A Spark-specific interactive shell.

Linear Supertypes
ILoop, LoopCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkILoop
  2. ILoop
  3. LoopCommands
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SparkILoop()
  2. new SparkILoop(in0: BufferedReader, out: PrintWriter)

Type Members

  1. class LineCmd extends LoopCommand
    Definition Classes
    LoopCommands
  2. abstract class LoopCommand extends (String) => Result
    Definition Classes
    LoopCommands
  3. class NullaryCmd extends LoopCommand
    Definition Classes
    LoopCommands
  4. case class Result extends Product with Serializable
    Definition Classes
    LoopCommands
  5. class VarArgsCmd extends LoopCommand
    Definition Classes
    LoopCommands

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. def Repl(config: ShellConfig, interpreterSettings: Settings, out: PrintWriter): IMain
    Definition Classes
    ILoop
  5. def addReplay(cmd: String): Unit
    Definition Classes
    ILoop
  6. def ambiguousError(cmd: String): Result
    Definition Classes
    LoopCommands
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asyncEcho(async: Boolean, msg: => String): Unit
    Definition Classes
    ILoop
  9. def asyncMessage(msg: String): Unit
    Attributes
    protected
    Definition Classes
    ILoop
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def closeInterpreter(): Unit
    Definition Classes
    ILoop
  12. def colonCommand(line: String): Result
    Definition Classes
    LoopCommands
  13. def colonCompletion(line: String, cursor: Int): Completion
    Definition Classes
    LoopCommands
  14. def command(line: String): Result
    Definition Classes
    ILoop
  15. def commands: List[LoopCommand]

    Available commands

    Available commands

    Definition Classes
    SparkILoop → ILoop → LoopCommands
  16. def completion(accumulator: Accumulator): MultiCompletion
    Definition Classes
    ILoop
  17. def completionsCommand(what: String): Result
    Definition Classes
    ILoop
  18. def createInterpreter(interpreterSettings: Settings): Unit
    Definition Classes
    ILoop
  19. def createTempDirectory(): Path
    Definition Classes
    ILoop
  20. def echo(msg: String): Unit
    Attributes
    protected
    Definition Classes
    ILoop → LoopCommands
  21. def echoAndRefresh(msg: String): Unit
    Attributes
    protected
    Definition Classes
    ILoop
  22. def echoCommandMessage(msg: String): Unit
    Definition Classes
    ILoop → LoopCommands
  23. def echoOff[A](op: => A): A
    Definition Classes
    ILoop
  24. def editCommand(what: String, editor: Option[String]): Result
    Definition Classes
    ILoop
  25. def editCommand(what: String): Result
    Definition Classes
    ILoop
  26. def enablePowerMode(isDuringInit: Boolean): Unit
    Definition Classes
    ILoop
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. val fileCompletion: Completion
    Definition Classes
    ILoop
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def global: Global
    Definition Classes
    ILoop
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  33. def helpCommand(line: String): Result
    Definition Classes
    LoopCommands
  34. def helpSummary(): Unit
    Definition Classes
    LoopCommands
  35. def history: History
    Definition Classes
    ILoop
  36. lazy val historyCommand: LoopCommand { def defaultLines: Int }
    Definition Classes
    ILoop
  37. val initializationCommands: Seq[String]
  38. def initializeSpark(): Unit
  39. def internalReplAutorunCode(): Seq[String]
    Attributes
    protected
    Definition Classes
    SparkILoop → ILoop
  40. def interpretAllFrom(file: File, verbose: Boolean): Unit
    Definition Classes
    ILoop
  41. final def interpretStartingWith(start: String): Option[String]
    Definition Classes
    ILoop
  42. var intp: Repl
    Definition Classes
    ILoop
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def lineCommand(what: String): Result
    Definition Classes
    ILoop
  45. def loadCommand(arg: String): Result
    Definition Classes
    ILoop
  46. final def loop(): LineResult
    Definition Classes
    ILoop
    Annotations
    @tailrec()
  47. var mum: Boolean
    Attributes
    protected
    Definition Classes
    ILoop
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  51. val out: PrintWriter
    Attributes
    protected
    Definition Classes
    ILoop → LoopCommands
  52. def pasteCommand(arg: String): Result
    Definition Classes
    ILoop
  53. def powerCmd(): Result
    Definition Classes
    ILoop
  54. lazy val powerCommands: List[LoopCommand]
    Definition Classes
    ILoop
  55. def printWelcome(): Unit

    Print a welcome message

    Print a welcome message

    Definition Classes
    SparkILoop → ILoop
  56. def processLine(line: String): Boolean
    Definition Classes
    ILoop
  57. lazy val prompt: String
    Definition Classes
    ILoop
  58. def readOneLine(): String
    Definition Classes
    ILoop
  59. def replay(): Unit
    Definition Classes
    SparkILoop → ILoop
  60. def replayCommand(line: String): Unit
    Definition Classes
    ILoop
  61. var replayCommandStack: List[String]
    Definition Classes
    ILoop
  62. def replayCommands: List[String]
    Definition Classes
    ILoop
  63. val replayQuestionMessage: String
    Definition Classes
    ILoop
  64. def require(arg: String): Unit
    Definition Classes
    ILoop
  65. def reset(): Unit
    Definition Classes
    ILoop
  66. def resetCommand(line: String): Unit
    Definition Classes
    SparkILoop → ILoop
  67. def run(interpreterSettings: Settings): Boolean
    Definition Classes
    ILoop
  68. def saveCommand(filename: String): Result
    Definition Classes
    ILoop
  69. def savingReplayStack[T](body: => T): T
    Definition Classes
    ILoop
  70. def searchHistory(_cmdline: String): Unit
    Definition Classes
    ILoop
  71. val settingsCompletion: Completion
    Definition Classes
    ILoop
  72. lazy val shCommand: LoopCommand
    Definition Classes
    ILoop
  73. val shellCompletion: Completion
    Definition Classes
    ILoop
  74. lazy val standardCommands: List[LoopCommand]
    Definition Classes
    ILoop
  75. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  76. def toString(): String
    Definition Classes
    AnyRef → Any
  77. def verbosity(): Unit
    Definition Classes
    ILoop
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  80. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  81. def welcome: String
    Definition Classes
    ILoop
  82. def withFile[A](filename: String)(action: (File) => A): Option[A]
    Definition Classes
    ILoop

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ILoop

Inherited from LoopCommands

Inherited from AnyRef

Inherited from Any

Ungrouped