com.groupon.sparklint.events

IteratorEventSource

class IteratorEventSource extends FreeScrollEventSource

Since

1.0.5

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IteratorEventSource
  2. FreeScrollEventSource
  3. EventSource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IteratorEventSource(uuid: UUID, appMeta: EventSourceMeta, inputIterator: Iterator[SparkListenerEvent], compressStorage: Boolean)

    appMeta

    the meta data of the app

    inputIterator

    the source of the event stream

    compressStorage

    use a compressed storage (less memory required, can lose resolution)

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. val appMeta: EventSourceMeta

    the meta data of the app

    the meta data of the app

    Definition Classes
    IteratorEventSourceEventSource
  7. def appState: SparklintStateLike

    Definition Classes
    IteratorEventSourceEventSource
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forward(): Boolean

    Definition Classes
    IteratorEventSourceEventSource
  14. def forwardEvents(count: Int): Unit

  15. def forwardJobs(count: Int): Unit

  16. def forwardStages(count: Int): Unit

  17. def forwardTasks(count: Int): Unit

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hasNext: Boolean

    Definition Classes
    IteratorEventSourceEventSource
  20. def hasPrevious: Boolean

    Definition Classes
    IteratorEventSourceEventSource
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  26. val progressTracker: EventProgressTracker

    Definition Classes
    IteratorEventSourceEventSource
  27. def rewind(): Boolean

  28. def rewindEvents(count: Int): Unit

  29. def rewindJobs(count: Int): Unit

  30. def rewindStages(count: Int): Unit

  31. def rewindTasks(count: Int): Unit

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

    Definition Classes
    AnyRef
  33. def toEnd(): Unit

  34. def toStart(): Unit

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. val uuid: UUID

    Definition Classes
    IteratorEventSourceEventSource
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FreeScrollEventSource

Inherited from EventSource

Inherited from AnyRef

Inherited from Any

Ungrouped