class CopyableDataFrameAsyncActor extends DataFrameAsyncActor
Provides APIs to execute CopyableDataFrame actions asynchronously.
- Since
-
0.11.0
- Alphabetic
- By Inheritance
- CopyableDataFrameAsyncActor
- DataFrameAsyncActor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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 ()
-
def
collect
()
:
TypedAsyncJob
[
Array
[
Row
]]
Executes DataFrame.collect asynchronously.
Executes DataFrame.collect asynchronously.
- returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Definition Classes
- DataFrameAsyncActor
- Since
-
0.11.0
-
def
copyInto
(
tableName:
String
,
targetColumnNames:
Seq
[
String
]
,
transformations:
Seq
[
Column
]
,
options:
Map
[
String
,
Any
]
)
:
TypedAsyncJob
[
Unit
]
Executes
CopyableDataFrame.copyInto
asynchronously.Executes
CopyableDataFrame.copyInto
asynchronously.- tableName
-
Name of the table where the data should be saved.
- targetColumnNames
-
Name of the columns in the table where the data should be saved.
- transformations
-
Seq of Column expressions that specify the transformations to apply (similar to transformation parameters ).
- options
-
Map of the names of options (e.g. { @code compression}, { @code skip_header}, etc.) and their corresponding values.NOTE: By default, the
CopyableDataFrame
object uses the options set in the DataFrameReader used to create that object. You can use thisoptions
parameter to override the default options or set additional options. - returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Since
-
0.11.0
-
def
copyInto
(
tableName:
String
,
transformations:
Seq
[
Column
]
,
options:
Map
[
String
,
Any
]
)
:
TypedAsyncJob
[
Unit
]
Executes
CopyableDataFrame.copyInto
asynchronously.Executes
CopyableDataFrame.copyInto
asynchronously.- tableName
-
Name of the table where the data should be saved.
- transformations
-
Seq of Column expressions that specify the transformations to apply (similar to transformation parameters ).
- options
-
Map of the names of options (e.g. { @code compression}, { @code skip_header}, etc.) and their corresponding values.NOTE: By default, the
CopyableDataFrame
object uses the options set in the DataFrameReader used to create that object. You can use thisoptions
parameter to override the default options or set additional options. - returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Since
-
0.11.0
-
def
copyInto
(
tableName:
String
,
transformations:
Seq
[
Column
]
)
:
TypedAsyncJob
[
Unit
]
Executes
CopyableDataFrame.copyInto
asynchronously.Executes
CopyableDataFrame.copyInto
asynchronously.- tableName
-
Name of the table where the data should be saved.
- transformations
-
Seq of Column expressions that specify the transformations to apply (similar to transformation parameters ).
- returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Since
-
0.11.0
-
def
copyInto
(
tableName:
String
)
:
TypedAsyncJob
[
Unit
]
Executes
CopyableDataFrame.copyInto
asynchronously.Executes
CopyableDataFrame.copyInto
asynchronously.- tableName
-
Name of the table where the data should be saved.
- returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Since
-
0.11.0
-
def
count
()
:
TypedAsyncJob
[
Long
]
Executes DataFrame.count asynchronously.
Executes DataFrame.count asynchronously.
- returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Definition Classes
- DataFrameAsyncActor
- Since
-
0.11.0
-
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
- Definition Classes
- AnyRef
-
def
equals
(
arg0:
Any
)
:
Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass
()
:
Class
[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native () @HotSpotIntrinsicCandidate ()
-
def
hashCode
()
:
Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native () @HotSpotIntrinsicCandidate ()
-
final
def
isInstanceOf
[
T0
]
:
Boolean
- Definition Classes
- Any
-
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 ()
-
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
- Definition Classes
- AnyRef
-
def
toLocalIterator
()
:
TypedAsyncJob
[
Iterator
[
Row
]]
Executes DataFrame.toLocalIterator asynchronously.
Executes DataFrame.toLocalIterator asynchronously.
- returns
-
A TypedAsyncJob object that you can use to check the status of the action and get the results.
- Definition Classes
- DataFrameAsyncActor
- Since
-
0.11.0
-
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