Class

com.groupon.sparklint.events

IteratorEventSource

Related Doc: package events

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

    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: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val appMeta: EventSourceMeta

    Permalink

    the meta data of the app

    the meta data of the app

    Definition Classes
    IteratorEventSourceEventSource
  5. def appState: SparklintStateLike

    Permalink
    Definition Classes
    IteratorEventSourceEventSource
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

    Permalink
  13. def forwardJobs(count: Int): Unit

    Permalink
  14. def forwardStages(count: Int): Unit

    Permalink
  15. def forwardTasks(count: Int): Unit

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hasNext: Boolean

    Permalink
    Definition Classes
    IteratorEventSourceEventSource
  18. def hasPrevious: Boolean

    Permalink
    Definition Classes
    IteratorEventSourceEventSource
  19. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val progressTracker: EventProgressTracker

    Permalink
    Definition Classes
    IteratorEventSourceEventSource
  25. def rewind(): Boolean

    Permalink
  26. def rewindEvents(count: Int): Unit

    Permalink
  27. def rewindJobs(count: Int): Unit

    Permalink
  28. def rewindStages(count: Int): Unit

    Permalink
  29. def rewindTasks(count: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def toEnd(): Unit

    Permalink
  32. def toStart(): Unit

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. val uuid: UUID

    Permalink
    Definition Classes
    IteratorEventSourceEventSource
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FreeScrollEventSource

Inherited from EventSource

Inherited from AnyRef

Inherited from Any

Ungrouped