class UpdatableAsyncActor extends DataFrameAsyncActor
Provides APIs to execute Updatable actions asynchronously.
- Since
- 
         0.11.0 
- Alphabetic
- By Inheritance
- UpdatableAsyncActor
- 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
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             action
            
            
             [
             
              T
             
             ]
            
            
             (
             
              funcName:
              
               String
              
             
             )
            
            
             (
             
              func: ⇒
              
               T
              
             
             )
            
            
             :
             
              T
             
            
           
           - Attributes
- protected
- Definition Classes
- UpdatableAsyncActor → DataFrameAsyncActor
- Annotations
- @inline ()
 
- 
           
           
           
            
             
              
             
            
           
           
            
             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
            
           
           
            
             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 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             delete
            
            
             (
             
              condition:
              
               Column
              
             
             ,
             
              sourceData:
              
               DataFrame
              
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              DeleteResult
             
             ]
            
           
           Executes Updatable.deleteasynchronously.Executes Updatable.deleteasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             delete
            
            
             (
             
              condition:
              
               Column
              
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              DeleteResult
             
             ]
            
           
           Executes Updatable.deleteasynchronously.Executes Updatable.deleteasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             delete
            
            
             ()
            
            
             :
             
              TypedAsyncJob
             
             [
             
              DeleteResult
             
             ]
            
           
           Executes Updatable.deleteasynchronously.Executes Updatable.deleteasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - 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
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             update
            
            
             [
             
              T
             
             ]
            
            
             (
             
              assignments:
              
               Map
              
              [
              
               String
              
              ,
              
               Column
              
              ]
             
             ,
             
              condition:
              
               Column
              
             
             ,
             
              sourceData:
              
               DataFrame
              
             
             )
            
            
             (
             
              implicit
             
             
              arg0:
              
               ClassTag
              
              [
              
               T
              
              ]
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              UpdateResult
             
             ]
            
           
           Executes Updatable.updateasynchronously.Executes Updatable.updateasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             update
            
            
             (
             
              assignments:
              
               Map
              
              [
              
               Column
              
              ,
              
               Column
              
              ]
             
             ,
             
              condition:
              
               Column
              
             
             ,
             
              sourceData:
              
               DataFrame
              
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              UpdateResult
             
             ]
            
           
           Executes Updatable.updateasynchronously.Executes Updatable.updateasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             update
            
            
             [
             
              T
             
             ]
            
            
             (
             
              assignments:
              
               Map
              
              [
              
               String
              
              ,
              
               Column
              
              ]
             
             ,
             
              condition:
              
               Column
              
             
             )
            
            
             (
             
              implicit
             
             
              arg0:
              
               ClassTag
              
              [
              
               T
              
              ]
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              UpdateResult
             
             ]
            
           
           Executes Updatable.updateasynchronously.Executes Updatable.updateasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             update
            
            
             (
             
              assignments:
              
               Map
              
              [
              
               Column
              
              ,
              
               Column
              
              ]
             
             ,
             
              condition:
              
               Column
              
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              UpdateResult
             
             ]
            
           
           Executes Updatable.updateasynchronously.Executes Updatable.updateasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             update
            
            
             [
             
              T
             
             ]
            
            
             (
             
              assignments:
              
               Map
              
              [
              
               String
              
              ,
              
               Column
              
              ]
             
             )
            
            
             (
             
              implicit
             
             
              arg0:
              
               ClassTag
              
              [
              
               T
              
              ]
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              UpdateResult
             
             ]
            
           
           Executes Updatable.updateasynchronously.Executes Updatable.updateasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
            
            
             def
            
           
           
            
             update
            
            
             (
             
              assignments:
              
               Map
              
              [
              
               Column
              
              ,
              
               Column
              
              ]
             
             )
            
            
             :
             
              TypedAsyncJob
             
             [
             
              UpdateResult
             
             ]
            
           
           Executes Updatable.updateasynchronously.Executes Updatable.updateasynchronously.- returns
- 
              A TypedAsyncJob object that you can use to check the status of the action and get the results. 
 - Since
- 
              0.11.0 
 
- 
           
           
           
           
           
            
             
              
             
            
           
           
            
             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