org.apache.spark.repl

JoveSparkILoopBootstrap

class JoveSparkILoopBootstrap extends SparkILoop

Linear Supertypes
SparkILoop, Logging, SparkILoopInit, LoopCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JoveSparkILoopBootstrap
  2. SparkILoop
  3. Logging
  4. SparkILoopInit
  5. LoopCommands
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JoveSparkILoopBootstrap(errorWriter: PrintWriter)

Type Members

  1. class IMainOps[T <: SparkIMain] extends AnyRef

    Definition Classes
    SparkILoop
  2. class LineCmd extends LoopCommand

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

    Definition Classes
    LoopCommands
  4. class NullaryCmd extends LoopCommand

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

    Definition Classes
    LoopCommands
  6. class SparkILoopInterpreter extends SparkIMain

    Definition Classes
    SparkILoop
  7. class VarArgsCmd extends LoopCommand

    Definition Classes
    LoopCommands

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _intp: SparkIMain

  7. def _process(settings: Settings): Unit

  8. def addThunk(body: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  9. final def asInstanceOf[T0]: T0

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

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  11. def awaitInitialized(): Boolean

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  12. def classServerUri: String

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def commands: List[LoopCommand]

    Definition Classes
    SparkILoop
    Annotations
    @DeveloperApi()
  15. def createAsyncListener(): Future[Unit]

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  16. def createInterpreter(): Unit

    Attributes
    protected
    Definition Classes
    SparkILoop
  17. def createSQLContext(): SQLContext

    Definition Classes
    SparkILoop
    Annotations
    @DeveloperApi()
  18. def createSparkContext(): SparkContext

    Definition Classes
    SparkILoop
    Annotations
    @DeveloperApi()
  19. def echoCommandMessage(msg: String): Unit

    Definition Classes
    SparkILoop → LoopCommands
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    SparkILoopInit
  26. def initializedCallback(): Unit

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  29. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  30. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  36. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  41. val master: Option[String]

    Definition Classes
    SparkILoop
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  45. val originalClassLoader: ClassLoader

    Attributes
    protected
    Definition Classes
    SparkILoop
  46. val out: JPrintWriter

    Attributes
    protected
    Definition Classes
    SparkILoop → LoopCommands
  47. def outputDir: File

  48. def postInitThunks: List[() ⇒ Unit]

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  49. def postInitialization(): Unit

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  50. def printWelcome(): Unit

    Definition Classes
    SparkILoopInit
  51. def process(args: Array[String]): Boolean

    Definition Classes
    SparkILoop
  52. def prompt: String

    Definition Classes
    SparkILoop
    Annotations
    @DeveloperApi()
  53. def runThunks(): Unit

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  54. def setPrompt(prompt: String): Unit

    Definition Classes
    SparkILoop
    Annotations
    @DeveloperApi()
  55. var sparkContext: SparkContext

    Definition Classes
    SparkILoop
  56. var sqlContext: SQLContext

    Definition Classes
    SparkILoop
  57. implicit def stabilizeIMain(intp: SparkIMain): IMainOps[SparkILoop.stabilizeIMain.intp.type]

    Definition Classes
    SparkILoop
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def interpreter: SparkIMain

    Definition Classes
    SparkILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

  2. def interpreter_=(i: SparkIMain): Unit

    Definition Classes
    SparkILoop
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use intp instead.

Inherited from SparkILoop

Inherited from Logging

Inherited from SparkILoopInit

Inherited from LoopCommands

Inherited from AnyRef

Inherited from Any

Ungrouped