class PipelineSnapshotExecuter extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PipelineSnapshotExecuter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PipelineSnapshotExecuter(sparkSession: SparkSession, facades: FacadeScope, pipelineSnapshot: PipelineSnapshotInfo, serviceBase: ServiceBaseFacade, transformExecuterFactory: TransformExecuterFactory)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def execute(executionOptions: PipelineExecutionOptions, extraArgs: SparkExtraArgs, tempOutputManager: TempOutputManager, pipeline: PipelineContent, dateRange: Option[(Option[LocalDateTime], LocalDateTime)], user: String, loadedResults: Map[(OutputAccess, UUID), TransformExecutionResult] = Map(), onPartStarted: (String) ⇒ Unit = _ => {}, onPartCompleted: (String) ⇒ Unit = _ => {}, onMessageLogged: (String) ⇒ Unit = _ => {}, shouldCancel: () ⇒ Boolean = () => false, testInfoContainer: TestInfoContainer = new TestInfoContainer, testResults: Option[Map[String, TransformExecutionResult]] = None, setCurrentTransformProgress: (Double) ⇒ Unit = _ => {}): Map[String, TransformExecutionResult]
- def execute(executionArgs: PipelineExecutionArgs, extraArgs: SparkExtraArgs, tempOutputManager: TempOutputManager, onPartCompleted: (String) ⇒ Unit, onMessageLogged: (String) ⇒ Unit, user: String, setCurrentTransformProgress: (Double) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDateRange(pipeline: PipelineContent, skipOutput: Boolean): Option[(Option[LocalDateTime], LocalDateTime)]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadExistingResult(resultId: String, outputRepository: String, modelPersistence: Option[ModelPersistence], part: Option[Int]): TransformExecutionResult
-
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()
- def sample(sourceData: ⇒ DataFrame, testSample: Option[Int]): DataFrame
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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