org.apache.spark.repl

SparkJLineCompletion

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.

Annotations
@DeveloperApi()
Linear Supertypes
Logging, CompletionOutput, Completion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparkJLineCompletion
  2. Logging
  3. CompletionOutput
  4. Completion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkJLineCompletion(intp: SparkIMain)

    intp

    The interpreter to use for information retrieval to do with auto completion

Type Members

  1. trait CompilerCompletion extends AnyRef

  2. type ExecResult = Any

    Definition Classes
    SparkJLineCompletion → Completion
  3. class ImportCompletion extends TypeMemberCompletion

  4. class JLineTabCompletion extends ScalaCompleter

    This gets a little bit hairy.

  5. class LiteralCompletion extends TypeMemberCompletion

  6. class MethodSymbolOutput extends AnyRef

    Definition Classes
    CompletionOutput
  7. class PackageCompletion extends TypeMemberCompletion

  8. class TypeMemberCompletion extends CompletionAware with CompilerCompletion

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. object NoTypeCompletion extends TypeMemberCompletion

  7. object TypeMemberCompletion

  8. object anyref extends TypeMemberCompletion

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def completer(): ScalaCompleter

    Constructs a new ScalaCompleter for auto completion.

    Constructs a new ScalaCompleter for auto completion.

    returns

    The new JLineTabCompletion instance

    Definition Classes
    SparkJLineCompletion → Completion
    Annotations
    @DeveloperApi()
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  16. val global: SparkIMain.global.type

    Definition Classes
    SparkJLineCompletion → CompletionOutput
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. object ids extends CompletionAware

  19. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Logging
  20. val intp: SparkIMain

    The interpreter to use for information retrieval to do with auto completion

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  23. object javalang extends PackageCompletion

  24. object literals extends CompletionAware

  25. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  32. def logName: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  40. object predef extends TypeMemberCompletion

  41. def quietString(tp: String): String

    Definition Classes
    CompletionOutput
  42. def resetVerbosity(): Unit

    Resets the level of verbosity to zero.

    Resets the level of verbosity to zero.

    Definition Classes
    SparkJLineCompletion → Completion
    Annotations
    @DeveloperApi()
  43. object rootClass extends TypeMemberCompletion

  44. object scalalang extends PackageCompletion

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. val typeTransforms: List[(String, String)]

    Definition Classes
    CompletionOutput
  48. var verbosity: Int

    Represents the level of verbosity.

    Represents the level of verbosity. Increments with consecutive tabs.

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from CompletionOutput

Inherited from Completion

Inherited from AnyRef

Inherited from Any

Ungrouped