case class InitSubFeed(dataObjectId: DataObjectId, partitionValues: Seq[PartitionValues], isSkipped: Boolean = false) extends SubFeed with Product with Serializable

An InitSubFeed is used to initialize first Nodes of a DAG.

dataObjectId

id of the DataObject this SubFeed corresponds to

partitionValues

Values of Partitions transported by this SubFeed

isSkipped

true if this subfeed is the result of a skipped action

Annotations
@Scaladoc()
Linear Supertypes
Serializable, Serializable, Product, Equals, SubFeed, SmartDataLakeLogger, DAGResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InitSubFeed
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SubFeed
  7. SmartDataLakeLogger
  8. DAGResult
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InitSubFeed(dataObjectId: DataObjectId, partitionValues: Seq[PartitionValues], isSkipped: Boolean = false)

    dataObjectId

    id of the DataObject this SubFeed corresponds to

    partitionValues

    Values of Partitions transported by this SubFeed

    isSkipped

    true if this subfeed is the result of a skipped action

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. def applyExecutionModeResultForInput(result: ExecutionModeResult, mainInputId: DataObjectId)(implicit context: ActionPipelineContext): SubFeed
    Definition Classes
    InitSubFeedSubFeed
  5. def applyExecutionModeResultForOutput(result: ExecutionModeResult)(implicit context: ActionPipelineContext): SubFeed
    Definition Classes
    InitSubFeedSubFeed
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def breakLineage(implicit context: ActionPipelineContext): InitSubFeed

    Break lineage.

    Break lineage. This means to discard an existing DataFrame or List of FileRefs, so that it is requested again from the DataObject. On one side this is usable to break long DataFrame Lineages over multiple Actions and instead reread the data from an intermediate table. On the other side it is needed if partition values or filter condition are changed.

    Definition Classes
    InitSubFeedSubFeed
  8. def clearDAGStart(): InitSubFeed
    Definition Classes
    InitSubFeedSubFeed
  9. def clearPartitionValues(breakLineageOnChange: Boolean = true)(implicit context: ActionPipelineContext): InitSubFeed
    Definition Classes
    InitSubFeedSubFeed
  10. def clearSkipped(): InitSubFeed
    Definition Classes
    InitSubFeedSubFeed
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. val dataObjectId: DataObjectId
    Definition Classes
    InitSubFeedSubFeed
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def isDAGStart: Boolean
    Definition Classes
    InitSubFeedSubFeed
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isSkipped: Boolean
    Definition Classes
    InitSubFeedSubFeed
  18. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    SmartDataLakeLogger
    Annotations
    @transient()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val partitionValues: Seq[PartitionValues]
    Definition Classes
    InitSubFeedSubFeed
  23. def resultId: String
    Definition Classes
    SubFeed → DAGResult
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toOutput(dataObjectId: DataObjectId): FileSubFeed
    Definition Classes
    InitSubFeedSubFeed
  26. def union(other: SubFeed)(implicit context: ActionPipelineContext): SubFeed
    Definition Classes
    InitSubFeedSubFeed
  27. def unionPartitionValues(otherPartitionValues: Seq[PartitionValues]): Seq[PartitionValues]
    Definition Classes
    SubFeed
  28. def updatePartitionValues(partitions: Seq[String], breakLineageOnChange: Boolean = true, newPartitionValues: Option[Seq[PartitionValues]] = None)(implicit context: ActionPipelineContext): InitSubFeed
    Definition Classes
    InitSubFeedSubFeed
  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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SubFeed

Inherited from SmartDataLakeLogger

Inherited from DAGResult

Inherited from AnyRef

Inherited from Any

Ungrouped