org.apache.mahout.sparkbindings.shell

MahoutSparkILoop

class MahoutSparkILoop extends SparkILoop

Linear Supertypes
SparkILoop, Logging, SparkILoopInit, LoopCommands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MahoutSparkILoop
  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 MahoutSparkILoop()

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 addThunk(body: ⇒ Unit): Unit

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

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

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

    Attributes
    protected
    Definition Classes
    SparkILoopInit
  10. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    MahoutSparkILoop → SparkILoop
  16. def echoCommandMessage(msg: String): Unit

    Definition Classes
    SparkILoop → LoopCommands
  17. def echoToShell(str: String): Unit

  18. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  22. def getSparkDistributedContext: SparkDistributedContext

  23. def hashCode(): Int

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

    Definition Classes
    MahoutSparkILoop → SparkILoopInit
  25. def initializedCallback(): Unit

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

    Definition Classes
    Any
  27. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  28. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  35. def logName: String

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  44. val originalClassLoader: ClassLoader

    Attributes
    protected
    Definition Classes
    SparkILoop
  45. val out: JPrintWriter

    Attributes
    protected
    Definition Classes
    SparkILoop → LoopCommands
  46. def postInitThunks: List[() ⇒ Unit]

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

    Attributes
    protected
    Definition Classes
    MahoutSparkILoop → SparkILoopInit
  48. def printWelcome(): Unit

    Definition Classes
    MahoutSparkILoop → SparkILoopInit
  49. def process(args: Array[String]): Boolean

    Definition Classes
    SparkILoop
  50. def prompt: String

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

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

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

    Definition Classes
    SparkILoop
  54. var sqlContext: SQLContext

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

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

    Definition Classes
    AnyRef
  57. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. 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