com.groupon.sparklint.events

EventBuffer

class EventBuffer extends ListIterator[SparkListenerEvent]

The EventBuffer provides an abstraction around a buffered set of SparkListenerEvent's and provides an extension of the Java ListIterator[T} interface allowing for traversal forward and backwards through the events.

Since

9/10/16.

Linear Supertypes
ListIterator[SparkListenerEvent], Iterator[SparkListenerEvent], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EventBuffer
  2. ListIterator
  3. Iterator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EventBuffer(buffer: IndexedSeq[SparkListenerEvent])

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(e: SparkListenerEvent): Unit

    Definition Classes
    EventBuffer → ListIterator
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. val eventCount: Int

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forEachRemaining(arg0: Consumer[_ >: SparkListenerEvent]): Unit

    Definition Classes
    Iterator
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hasNext(): Boolean

    Definition Classes
    EventBuffer → ListIterator → Iterator
  16. def hasPrevious(): Boolean

    Definition Classes
    EventBuffer → ListIterator
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. var index: Int

  19. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  21. def next(): SparkListenerEvent

    Definition Classes
    EventBuffer → ListIterator → Iterator
  22. def nextIndex(): Int

    Definition Classes
    EventBuffer → ListIterator
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def previous(): SparkListenerEvent

    Definition Classes
    EventBuffer → ListIterator
  26. def previousIndex(): Int

    Definition Classes
    EventBuffer → ListIterator
  27. def remove(): Unit

    Definition Classes
    Iterator
  28. def set(e: SparkListenerEvent): Unit

    Definition Classes
    EventBuffer → ListIterator
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ListIterator[SparkListenerEvent]

Inherited from Iterator[SparkListenerEvent]

Inherited from AnyRef

Inherited from Any

Ungrouped