Class/Object

com.twitter.scalding

ScaldingILoop

Related Docs: object ScaldingILoop | package scalding

Permalink

class ScaldingILoop extends ILoopCompat

A class providing Scalding specific commands for inclusion in the Scalding REPL.

Linear Supertypes
ILoopCompat, ILoop, LoopCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScaldingILoop
  2. ILoopCompat
  3. ILoop
  4. LoopCommands
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScaldingILoop()

    Permalink
  2. new ScaldingILoop(in: Option[BufferedReader], out: JPrintWriter)

    Permalink

Type Members

  1. class ILoopInterpreter extends IMain

    Permalink
    Definition Classes
    ILoop
  2. class LineCmd extends LoopCommand

    Permalink
    Definition Classes
    LoopCommands
  3. abstract class LoopCommand extends (String) ⇒ Result

    Permalink
    Definition Classes
    LoopCommands
  4. class NullaryCmd extends LoopCommand

    Permalink
    Definition Classes
    LoopCommands
  5. case class Result extends Product with Serializable

    Permalink
    Definition Classes
    LoopCommands
  6. class VarArgsCmd extends LoopCommand

    Permalink
    Definition Classes
    LoopCommands

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. object LoopCommand

    Permalink
    Definition Classes
    LoopCommands
  5. object Result extends Serializable

    Permalink
    Definition Classes
    LoopCommands
  6. def addReplay(cmd: String): Unit

    Permalink
    Definition Classes
    ILoop
  7. def addThunk(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    ILoopCompat
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def asyncEcho(async: Boolean, msg: ⇒ String): Unit

    Permalink
    Definition Classes
    ILoop
  10. def asyncMessage(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  11. def chooseReader(settings: Settings): InteractiveReader

    Permalink
    Definition Classes
    ILoop
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def closeInterpreter(): Unit

    Permalink
    Definition Classes
    ILoop
  14. def command(line: String): Result

    Permalink
    Definition Classes
    ILoop
  15. def commands: List[LoopCommand]

    Permalink

    Gets the list of commands that this REPL supports.

    Gets the list of commands that this REPL supports.

    returns

    a list of the command supported by this REPL.

    Definition Classes
    ScaldingILoop → ILoop
  16. def createInterpreter(): Unit

    Permalink
    Definition Classes
    ScaldingILoop → ILoop
  17. def echo(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  18. def echoAndRefresh(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  19. def echoCommandMessage(msg: String): Unit

    Permalink
    Definition Classes
    ILoop → LoopCommands
  20. def editCommand(what: String, editor: Option[String]): Result

    Permalink
    Definition Classes
    ILoop
  21. def editCommand(what: String): Result

    Permalink
    Definition Classes
    ILoop
  22. def enablePowerMode(isDuringInit: Boolean): Unit

    Permalink
    Definition Classes
    ILoop
  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def helpCommand(line: String): Result

    Permalink
    Definition Classes
    ILoop
  29. def history: History

    Permalink
    Definition Classes
    ILoop
  30. lazy val historyCommand: LoopCommand { def defaultLines: Int }

    Permalink
    Definition Classes
    ILoop
  31. def imports: List[String]

    Permalink
    Attributes
    protected
  32. var in: InteractiveReader

    Permalink
    Definition Classes
    ILoop
  33. def interpretAllFrom(file: File, verbose: Boolean): Unit

    Permalink
    Definition Classes
    ILoop
  34. def interpretStartingWith(code: String): Option[String]

    Permalink
    Definition Classes
    ILoop
  35. var intp: IMain

    Permalink
    Definition Classes
    ILoop
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def lineCommand(what: String): Result

    Permalink
    Definition Classes
    ILoop
  38. def loadCommand(arg: String): Result

    Permalink
    Definition Classes
    ILoop
  39. def loadFiles(settings: Settings): Unit

    Permalink
    Definition Classes
    ILoop
  40. final def loop(): LineResult

    Permalink
    Definition Classes
    ILoop
    Annotations
    @tailrec()
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newJavap(): JavapClass

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. val out: JPrintWriter

    Permalink
    Attributes
    protected
    Definition Classes
    ILoop → LoopCommands
  46. def pasteCommand(arg: String): Result

    Permalink
    Definition Classes
    ILoop
  47. lazy val power: Power[StdReplVals]

    Permalink
    Definition Classes
    ILoop
  48. def powerCmd(): Result

    Permalink
    Definition Classes
    ILoop
  49. lazy val powerCommands: List[LoopCommand]

    Permalink
    Definition Classes
    ILoop
  50. def printWelcome(): Unit

    Permalink
    Definition Classes
    ScaldingILoop → ILoop
  51. def process(settings: Settings): Boolean

    Permalink
    Definition Classes
    ILoop
  52. def processLine(line: String): Boolean

    Permalink
    Definition Classes
    ILoop
  53. def prompt: String

    Permalink

    Change the shell prompt to read scalding>

    Change the shell prompt to read scalding>

    returns

    a prompt string to use for this REPL.

    Definition Classes
    ScaldingILoop → ILoop
  54. def replay(): Unit

    Permalink
    Definition Classes
    ILoop
  55. def replayCommand(line: String): Unit

    Permalink
    Definition Classes
    ILoop
  56. var replayCommandStack: List[String]

    Permalink
    Definition Classes
    ILoop
  57. def replayCommands: List[String]

    Permalink
    Definition Classes
    ILoop
  58. val replayQuestionMessage: String

    Permalink
    Definition Classes
    ILoop
  59. def require(arg: String): Unit

    Permalink
    Definition Classes
    ILoop
  60. def reset(): Unit

    Permalink
    Definition Classes
    ILoop
  61. def resetCommand(line: String): Unit

    Permalink
    Definition Classes
    ILoop
  62. def saveCommand(filename: String): Result

    Permalink
    Definition Classes
    ILoop
  63. def savingReader[T](body: ⇒ T): T

    Permalink
    Definition Classes
    ILoop
  64. def savingReplayStack[T](body: ⇒ T): T

    Permalink
    Definition Classes
    ILoop
  65. def searchHistory(_cmdline: String): Unit

    Permalink
    Definition Classes
    ILoop
  66. var settings: Settings

    Permalink
    Definition Classes
    ILoop
  67. lazy val shCommand: LoopCommand

    Permalink
    Definition Classes
    ILoop
  68. lazy val standardCommands: List[LoopCommand]

    Permalink
    Definition Classes
    ILoop
  69. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  71. def verbosity(): Unit

    Permalink
    Definition Classes
    ILoop
  72. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def withFile[A](filename: String)(action: (File) ⇒ A): Option[A]

    Permalink
    Definition Classes
    ILoop

Deprecated Value Members

  1. def addClasspath(arg: String): Unit

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11) Use reset, replay or require to update class path

  2. var addedClasspath: String

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11) Use reset, replay or require to update class path

  3. def interpreter: IMain

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  4. def interpreter_=(i: Interpreter): Unit

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  5. def main(settings: Settings): Unit

    Permalink
    Definition Classes
    ILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use process instead

Inherited from ILoopCompat

Inherited from ILoop

Inherited from LoopCommands

Inherited from AnyRef

Inherited from Any

Ungrouped