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
Ordering
- Alphabetic
- By Inheritance
Inherited
- LInterimContent
- Serializable
- Serializable
- Product
- Equals
- SparkListenerEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(right: LInterimContent): LInterimContent
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add[T](aOpt: Option[T], bOpt: Option[T])(implicit num: Numeric[T]): Option[T]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bytesProcessed: Option[Long]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val component: String
- val detailedStats: Option[JsValue]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val interimRows: List[LInterimRowTrait]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
logEvent: Boolean
- Attributes
- protected[spark]
- Definition Classes
- SparkListenerEvent
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numPartitions: Option[Int]
- val numRecords: Option[Long]
- val port: String
- val processId: Option[String]
- val rowsPerPartition: Option[Seq[PartitionRowCount]]
- val runConfig: Option[String]
- val runId: Option[String]
- val schema: StructType
- val stats: Option[JsValue]
- val subgraph: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated