com
.
webank
.
wedatasphere
.
dss
.
flow
.
execution
.
entrance
.
node
NodeRunner
Related Doc:
package node
abstract
class
NodeRunner
extends
Runnable
with
Logging
Linear Supertypes
Logging
,
Runnable
,
AnyRef
,
Any
Known Subclasses
DefaultNodeRunner
Ordering
Alphabetic
By Inheritance
Inherited
NodeRunner
Logging
Runnable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
NodeRunner
()
Abstract Value Members
abstract
def
cancel
()
:
Unit
abstract
def
getLinkisJob
:
LinkisJob
abstract
def
getNode
:
WorkflowNode
abstract
def
getNodeExecutedInfo
()
:
String
abstract
def
getNodeRunnerListener
:
NodeRunnerListener
abstract
def
getNowTime
()
:
Long
abstract
def
getStartTime
()
:
Long
abstract
def
getStatus
:
NodeExecutionState
abstract
def
isCanceled
:
Boolean
abstract
def
isLinkisJobCompleted
:
Boolean
abstract
def
pause
()
:
Unit
abstract
def
resume
()
:
Boolean
abstract
def
run
()
:
Unit
Definition Classes
Runnable
abstract
def
setNode
(
node:
WorkflowNode
)
:
Unit
abstract
def
setNodeExecutedInfo
(
info:
String
)
:
Unit
abstract
def
setNodeRunnerListener
(
nodeRunnerListener:
NodeRunnerListener
)
:
Unit
abstract
def
setNowTime
(
nowTime:
Long
)
:
Unit
abstract
def
setStartTime
(
startTime:
Long
)
:
Unit
abstract
def
setStatus
(
nodeExecutionState:
NodeExecutionState
)
:
Unit
Concrete 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[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
debug
(
message: ⇒
String
)
:
Unit
Definition Classes
Logging
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
error
(
message: ⇒
String
)
:
Unit
Definition Classes
Logging
def
error
(
message: ⇒
String
,
t:
Throwable
)
:
Unit
Definition Classes
Logging
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
fromScheduledTunToState
(
state:
NodeExecutionState
)
:
Boolean
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getFlowContext
:
FlowContext
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
info
(
message: ⇒
String
,
t:
Throwable
)
:
Unit
Definition Classes
Logging
def
info
(
message: ⇒
String
)
:
Unit
Definition Classes
Logging
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
lazy val
logger
:
Logger
Attributes
protected
Definition Classes
Logging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
setFlowContext
(
flowContext:
FlowContext
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
trace
(
message: ⇒
String
)
:
Unit
Definition Classes
Logging
def
transitionState
(
toState:
NodeExecutionState
)
:
Unit
Attributes
protected
def
tunToScheduled
()
:
Boolean
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
(
...
)
def
warn
(
message: ⇒
String
,
t:
Throwable
)
:
Unit
Definition Classes
Logging
def
warn
(
message: ⇒
String
)
:
Unit
Definition Classes
Logging
Inherited from
Logging
Inherited from
Runnable
Inherited from
AnyRef
Inherited from
Any
Ungrouped