org.apache.spark.repl

SparkJLineHistory

class SparkJLineHistory extends JLineFileHistory

Changes the default history file to not collide with the scala repl's.

Linear Supertypes
JLineFileHistory, FileBackedHistory, PersistentHistory, SimpleHistory, JLineHistory, History, History, Iterable[scala.tools.jline.console.history.History.Entry], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SparkJLineHistory
  2. JLineFileHistory
  3. FileBackedHistory
  4. PersistentHistory
  5. SimpleHistory
  6. JLineHistory
  7. History
  8. History
  9. Iterable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SparkJLineHistory()

Type Members

  1. case class Entry extends JEntry with Product with Serializable

    Definition Classes
    SimpleHistory

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 add(item: CharSequence): Unit

    Definition Classes
    JLineFileHistory → SimpleHistory → JLineHistory → History
  7. def addLineToFile(item: CharSequence): Unit

    Definition Classes
    FileBackedHistory
  8. def append(lines: String*): Unit

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

    Definition Classes
    Any
  10. def asJavaList: JListIterator[JEntry]

    Definition Classes
    SimpleHistory
  11. def asList: List[JEntry]

    Definition Classes
    SimpleHistory
  12. def asStrings: List[String]

    Definition Classes
    SimpleHistory → History
  13. def clear(): Unit

    Definition Classes
    SimpleHistory → JLineHistory → History
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def current(): String

    Definition Classes
    SimpleHistory → JLineHistory → History
  16. def defaultFileName: String

  17. def entries(): JListIterator[JEntry]

    Definition Classes
    SimpleHistory → JLineHistory → History
  18. def entries(idx: Int): JListIterator[JEntry]

    Definition Classes
    SimpleHistory → JLineHistory → History
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    FileBackedHistory → PersistentHistory
  23. def get(idx: Int): CharSequence

    Definition Classes
    SimpleHistory → JLineHistory → History
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def grep(s: String): List[String]

    Definition Classes
    SimpleHistory → History
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. lazy val historyFile: File

    Attributes
    protected
    Definition Classes
    SparkJLineHistory → FileBackedHistory
  28. def index: Int

    Definition Classes
    SimpleHistory → JLineHistory → History → History
  29. def isEmpty(): Boolean

    Definition Classes
    SimpleHistory → JLineHistory → History
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def iterator(): JIterator[JEntry]

    Definition Classes
    SimpleHistory → JLineHistory → History → Iterable
  32. def last: String

    Definition Classes
    SimpleHistory
  33. def load(): Unit

    Definition Classes
    FileBackedHistory
  34. def maxSize: Int

    Definition Classes
    SimpleHistory
  35. def moveTo(idx: Int): Boolean

    Definition Classes
    SimpleHistory → JLineHistory → History
  36. def moveToEnd(): Unit

    Definition Classes
    SimpleHistory → JLineHistory → History
  37. def moveToFirst(): Boolean

    Definition Classes
    SimpleHistory → JLineHistory → History
  38. def moveToLast(): Boolean

    Definition Classes
    SimpleHistory → JLineHistory → History
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def next(): Boolean

    Definition Classes
    SimpleHistory → JLineHistory → History
  41. final def notify(): Unit

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

    Definition Classes
    AnyRef
  43. def previous(): Boolean

    Definition Classes
    SimpleHistory → JLineHistory → History
  44. def purge(): Unit

    Definition Classes
    FileBackedHistory → PersistentHistory
  45. def replace(item: CharSequence): Unit

    Definition Classes
    SimpleHistory → JLineHistory → History
  46. def size: Int

    Definition Classes
    SimpleHistory → JLineHistory → History → History
  47. def sync(): Unit

    Attributes
    protected
    Definition Classes
    FileBackedHistory
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withoutSaving[T](op: ⇒ T): T

    Definition Classes
    FileBackedHistory

Inherited from JLineFileHistory

Inherited from FileBackedHistory

Inherited from PersistentHistory

Inherited from SimpleHistory

Inherited from JLineHistory

Inherited from History

Inherited from History

Inherited from Iterable[scala.tools.jline.console.history.History.Entry]

Inherited from AnyRef

Inherited from Any

Ungrouped