Packages

case class LInterimContent(subgraph: String, component: String, port: String, runId: Option[String] = None, schema: StructType, interimRows: List[LInterimRowTrait], numRecords: Option[Long] = None, numPartitions: Option[Int] = None, stats: Option[JsValue] = None, detailedStats: Option[JsValue] = None, processId: Option[String] = None, rowsPerPartition: Option[Seq[PartitionRowCount]] = None, bytesProcessed: Option[Long] = None, runConfig: Option[String] = None) extends SparkListenerEvent with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SparkListenerEvent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LInterimContent
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SparkListenerEvent
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LInterimContent(subgraph: String, component: String, port: String, runId: Option[String] = None, schema: StructType, interimRows: List[LInterimRowTrait], numRecords: Option[Long] = None, numPartitions: Option[Int] = None, stats: Option[JsValue] = None, detailedStats: Option[JsValue] = None, processId: Option[String] = None, rowsPerPartition: Option[Seq[PartitionRowCount]] = None, bytesProcessed: Option[Long] = None, runConfig: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(right: LInterimContent): LInterimContent
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def add[T](aOpt: Option[T], bOpt: Option[T])(implicit num: Numeric[T]): Option[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bytesProcessed: Option[Long]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val component: String
  10. val detailedStats: Option[JsValue]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. val interimRows: List[LInterimRowTrait]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def logEvent: Boolean
    Attributes
    protected[spark]
    Definition Classes
    SparkListenerEvent
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val numPartitions: Option[Int]
  20. val numRecords: Option[Long]
  21. val port: String
  22. val processId: Option[String]
  23. val rowsPerPartition: Option[Seq[PartitionRowCount]]
  24. val runConfig: Option[String]
  25. val runId: Option[String]
  26. val schema: StructType
  27. val stats: Option[JsValue]
  28. val subgraph: String
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. 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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SparkListenerEvent

Inherited from AnyRef

Inherited from Any

Ungrouped