Packages

class InterimStore extends LazyLogging

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterimStore
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InterimStore(sparkSession: SparkSession, appendedInterims: TrieMap[InterimKey, Boolean] = TrieMap.empty, plannedInterims: TrieMap[InterimKey, Boolean] = TrieMap.empty, executedInterims: TrieMap[InterimKey, List[RDDInterimKey]] = TrieMap.empty, foundInterims: TrieMap[RDDInterimKey, InterimStat] = TrieMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def execute(key: RDDInterimKey)(f: (InterimStat) ⇒ Unit): Unit
  9. def foundInterim(key: RDDInterimKey): Option[InterimStat]
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getMaxRowsReceivedForKey(rddInterimKey: RDDInterimKey): Long
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def interimSummary(): InterimSummary
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val listener: ProphecyEventSendingListener
  16. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def removeListener(): Unit
  21. def reset(): Unit
  22. def setSpark(): InterimStore
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    InterimStore → AnyRef → Any
  25. def update(key: RDDInterimKey, stat: InterimStat): Unit
  26. def updateAppendedInterims(interimKey: InterimKey): Unit
  27. def updateExecutedInterims(interimKey: InterimKey, key: RDDInterimKey): Unit
  28. def updatePlannedInterims(interimKey: InterimKey): Unit
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped