com
.
coxautodata
.
waimak
.
dataflow
.
spark
SparkDataFlowInfo
Related Doc:
package spark
case class
SparkDataFlowInfo
(
spark:
SparkSession
,
inputs:
DataFlowEntities
,
actions:
Seq
[
DataFlowAction
]
,
sqlTables:
Set
[
String
]
,
tempFolder:
Option
[
Path
]
,
schedulingMeta:
SchedulingMeta
,
commitLabels:
Map
[
String
,
LabelCommitDefinition
] =
Map.empty
,
tagState:
DataFlowTagState
=
...
,
extensionMetadata:
Set
[
DataFlowMetadataExtension
[
SparkDataFlow
]] =
Set.empty
,
executor:
DataFlowExecutor
=
Waimak.sparkExecutor()
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
SparkDataFlowInfo
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
SparkDataFlowInfo
(
spark:
SparkSession
,
inputs:
DataFlowEntities
,
actions:
Seq
[
DataFlowAction
]
,
sqlTables:
Set
[
String
]
,
tempFolder:
Option
[
Path
]
,
schedulingMeta:
SchedulingMeta
,
commitLabels:
Map
[
String
,
LabelCommitDefinition
] =
Map.empty
,
tagState:
DataFlowTagState
=
...
,
extensionMetadata:
Set
[
DataFlowMetadataExtension
[
SparkDataFlow
]] =
Set.empty
,
executor:
DataFlowExecutor
=
Waimak.sparkExecutor()
)
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
val
actions
:
Seq
[
DataFlowAction
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
commitLabels
:
Map
[
String
,
LabelCommitDefinition
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
executor
:
DataFlowExecutor
val
extensionMetadata
:
Set
[
DataFlowMetadataExtension
[
SparkDataFlow
]]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
inputs
:
DataFlowEntities
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
schedulingMeta
:
SchedulingMeta
val
spark
:
SparkSession
val
sqlTables
:
Set
[
String
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tagState
:
DataFlowTagState
val
tempFolder
:
Option
[
Path
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped