Package

io.prophecy.libs.core

interim

Permalink

package interim

Visibility
  1. Public
  2. All

Type Members

  1. case class LInterimContent(subgraph: String, component: String, port: String, 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) extends SparkListenerEvent with Product with Serializable

    Permalink
  2. case class LInterimRow(values: List[String]) extends LInterimRowTrait with Product with Serializable

    Permalink
  3. case class LInterimRow2(values: Map[String, JsValue]) extends LInterimRowTrait with Product with Serializable

    Permalink
  4. sealed trait LInterimRowTrait extends AnyRef

    Permalink
  5. case class PartitionRowCount(id: Int, count: Long) extends Product with Serializable

    Permalink

Value Members

  1. object LInterimContent extends Serializable

    Permalink
  2. object LInterimContentOrdering extends Ordering[LInterimContent]

    Permalink
  3. object LInterimRow extends Serializable

    Permalink
  4. object LInterimRow2 extends Serializable

    Permalink
  5. object PartitionRowCount extends Serializable

    Permalink

Ungrouped