case class SourceExecutionScope(session: SparkSession, facades: FacadeApi, connection: ConnectionDescription, source: SourceContent, snapshot: SourceSnapshotInfo, dateRange: Option[TimelineFilter], testSample: Option[Int], tempOutputManager: TempOutputManager, log: (Any) ⇒ Unit, setProgress: (Double) ⇒ Unit) extends Product with Serializable
Exposes methods and properties that may be useful to access during source execution.
- session
The Apache Spark session that is used during execution.
- facades
Provides access to the external web service API.
- connection
The connection properties to be used with the source.
- source
The properties of the source configuration.
- snapshot
The properties of the snapshot of the source configuration.
- dateRange
The date range to fetch data for, if the source is of type ResultTypes.STREAM.
- testSample
The amount of data to sample during a test run.
- tempOutputManager
A manager that can handle storage and disposal of temporary output for the run.
- log
A method that writes to the logs.
- setProgress
A method that sets the progress.
- Alphabetic
- By Inheritance
- SourceExecutionScope
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
SourceExecutionScope(session: SparkSession, facades: FacadeApi, connection: ConnectionDescription, source: SourceContent, snapshot: SourceSnapshotInfo, dateRange: Option[TimelineFilter], testSample: Option[Int], tempOutputManager: TempOutputManager, log: (Any) ⇒ Unit, setProgress: (Double) ⇒ Unit)
- session
The Apache Spark session that is used during execution.
- facades
Provides access to the external web service API.
- connection
The connection properties to be used with the source.
- source
The properties of the source configuration.
- snapshot
The properties of the snapshot of the source configuration.
- dateRange
The date range to fetch data for, if the source is of type ResultTypes.STREAM.
- testSample
The amount of data to sample during a test run.
- tempOutputManager
A manager that can handle storage and disposal of temporary output for the run.
- log
A method that writes to the logs.
- setProgress
A method that sets the progress.
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()
- val connection: ConnectionDescription
- val dateRange: Option[TimelineFilter]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val facades: FacadeApi
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: (Any) ⇒ Unit
-
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 session: SparkSession
- val setProgress: (Double) ⇒ Unit
- val snapshot: SourceSnapshotInfo
- val source: SourceContent
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tempOutputManager: TempOutputManager
- val testSample: Option[Int]
-
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