| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action | |
| org.apache.oozie.fluentjob.api.dag | |
| org.apache.oozie.fluentjob.api.workflow |
| Modifier and Type | Class and Description |
|---|---|
class |
DistcpAction
Represents the Oozie DistCp action.
|
class |
EmailAction
A class representing the Oozie email action.
|
class |
FSAction
A class representing the Oozie file system action.
|
class |
GitAction
A class representing the Oozie Git action.
|
class |
Hive2Action
A class representing the Oozie Hive2 action.
|
class |
HiveAction
A class representing the Oozie Hive action.
|
class |
JavaAction
A class representing the Oozie Java action.
|
class |
MapReduceAction
A class representing the Oozie map-reduce action.
|
class |
PigAction
A class representing the Oozie Pig action.
|
class |
ShellAction
A class representing the Oozie shell action.
|
class |
SparkAction
A class representing the Oozie Spark action.
|
class |
SqoopAction
A class representing the Oozie Sqoop action.
|
class |
SshAction
A class representing the Oozie ssh action.
|
class |
SubWorkflowAction
A class representing the Oozie subworkflow action.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getDefaultConditionalChild()
Returns the default conditional child of this
Node. |
Node |
ErrorHandler.getHandlerNode()
Returns the error handler action node.
|
Node |
Node.NodeWithCondition.getNode() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getAllChildren()
Returns an unmodifiable view of list of all the children of this
Node. |
List<Node> |
Node.getAllParents()
Returns a list of all the parents of this node, including unconditional and conditional parents.
|
List<Node> |
Node.getChildrenWithoutConditions()
Returns an unmodifiable view of list of the children without condition of this
Node. |
List<Node> |
Node.getParentsWithoutConditions()
Returns a list of the unconditional parents of this node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NodeBuilderBaseImpl.addAsChildToAllParents(Node child) |
static ActionAttributesBuilder |
ActionAttributesBuilder.createFromAction(Node action) |
static SqoopActionBuilder |
SqoopActionBuilder.createFromExistingAction(Node action) |
static Hive2ActionBuilder |
Hive2ActionBuilder.createFromExistingAction(Node action) |
static DistcpActionBuilder |
DistcpActionBuilder.createFromExistingAction(Node action) |
static GitActionBuilder |
GitActionBuilder.createFromExistingAction(Node action) |
static EmailActionBuilder |
EmailActionBuilder.createFromExistingAction(Node action) |
static SshActionBuilder |
SshActionBuilder.createFromExistingAction(Node action) |
static HiveActionBuilder |
HiveActionBuilder.createFromExistingAction(Node action) |
static FSActionBuilder |
FSActionBuilder.createFromExistingAction(Node action)
Create and return a new
FSActionBuilder that is based on an already built
FSAction object. |
static MapReduceActionBuilder |
MapReduceActionBuilder.createFromExistingAction(Node action)
Create and return a new
MapReduceActionBuilder that is based on an already built
MapReduceAction object. |
static JavaActionBuilder |
JavaActionBuilder.createFromExistingAction(Node action) |
static ShellActionBuilder |
ShellActionBuilder.createFromExistingAction(Node action) |
static SparkActionBuilder |
SparkActionBuilder.createFromExistingAction(Node action) |
static PigActionBuilder |
PigActionBuilder.createFromExistingAction(Node action) |
B |
NodeBuilderBaseImpl.withoutParent(Node parent)
Removes a parent registered with this builder.
|
B |
NodeBuilderBaseImpl.withParent(Node parent)
Registers an unconditional parent with this builder.
|
B |
NodeBuilderBaseImpl.withParentDefaultConditional(Node parent)
Registers a conditional parent for which this node is the default transition.
|
B |
NodeBuilderBaseImpl.withParentWithCondition(Node parent,
String condition)
Registers a conditional parent with this builder.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandler |
ErrorHandler.buildAsErrorHandler(Builder<? extends Node> builder)
Creates a new
ErrorHandler. |
| Constructor and Description |
|---|
NodeWithCondition(Node node,
Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ExplicitNode.getRealNode()
Returns the API level
Node object defined by the end user. |
| Constructor and Description |
|---|
ExplicitNode(String name,
Node realNode)
Create a new explicit node with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
Workflow.getAllNodes() |
Set<Node> |
Workflow.getNodes() |
Set<Node> |
Workflow.getRoots() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowBuilder |
WorkflowBuilder.withDagContainingNode(Node node) |
Copyright © 2021 Apache Software Foundation. All rights reserved.