|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeHandler | |
---|---|
org.apache.oozie.service | |
org.apache.oozie.workflow.lite |
Uses of NodeHandler in org.apache.oozie.service |
---|
Subclasses of NodeHandler in org.apache.oozie.service | |
---|---|
static class |
LiteWorkflowStoreService.LiteActionHandler
|
static class |
LiteWorkflowStoreService.LiteControlNodeHandler
|
static class |
LiteWorkflowStoreService.LiteDecisionHandler
|
Uses of NodeHandler in org.apache.oozie.workflow.lite |
---|
Subclasses of NodeHandler in org.apache.oozie.workflow.lite | |
---|---|
class |
ActionNodeHandler
|
class |
ControlNodeHandler
Node handler that provides the necessary workflow logic for control nodes: START/END/KILL/FORK/JOIN. |
class |
DecisionNodeHandler
|
static class |
EndNodeDef.EndNodeHandler
|
static class |
ForkNodeDef.ForkNodeHandler
|
static class |
JoinNodeDef.JoinNodeHandler
|
static class |
KillNodeDef.KillNodeHandler
|
static class |
StartNodeDef.StartNodeHandler
Start node handler. |
Methods in org.apache.oozie.workflow.lite that return types with arguments of type NodeHandler | |
---|---|
Class<? extends NodeHandler> |
NodeDef.getHandlerClass()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |