Skip navigation links
A B C D E F G H I J K L M N O P Q R S T W 

A

ActionAttributes - Class in org.apache.oozie.fluentjob.api.action
An immutable class holding data that is used by several actions.
ActionAttributesBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for ActionAttributes.
actualCondition(String) - Static method in class org.apache.oozie.fluentjob.api.Condition
Creates an actual condition (as opposed to a default condition).
addAsChildToAllParents(Node) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
 
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Decision
 
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.End
 
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
 
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Fork
 
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Adds a child to this NodeBase object.
addChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Start
 
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Decision
Adds the provided node as a parent of this node.
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.End
Adds the provided node as a parent of this node.
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Adds the provided node as a parent of this node.
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Fork
Adds the provided node as a parent of this node.
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Adds the provided node as a parent of this NodeBase object.
addParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Start
Throws IllegalStateException as start nodes cannot have parents.
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.Decision
Adds the provided node as the default conditional parent of this node.
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.End
Adds the provided node as the default conditional parent of this node.
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Adds the provided node as the default conditional parent of this node.
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.Fork
Adds the provided node as the default conditional parent of this node.
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Adds the provided node as the default conditional parent of this NodeBase object.
addParentDefaultConditional(Decision) - Method in class org.apache.oozie.fluentjob.api.dag.Start
Throws IllegalStateException as start nodes cannot have parents.
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.Decision
Adds the provided node as a conditional parent of this node.
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.End
Adds the provided node as a conditional parent of this node.
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Adds the provided node as a conditional parent of this node.
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.Fork
Adds the provided node as a conditional parent of this node.
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Adds the provided node as a conditional parent of this NodeBase object.
addParentWithCondition(Decision, Condition) - Method in class org.apache.oozie.fluentjob.api.dag.Start
Throws IllegalStateException as start nodes cannot have parents.
asXml() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
attributes - Variable in class org.apache.oozie.fluentjob.api.action.GitAction
 
attributesBuilder - Variable in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 

B

BooleanToFLAGConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Boolean to JAXB FLAG.
BooleanToFLAGConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.BooleanToFLAGConverter
 
BooleanToShellFLAGConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Boolean to JAXB FLAG.
BooleanToShellFLAGConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.BooleanToShellFLAGConverter
 
BooleanToSshFLAGConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Boolean to JAXB FLAG.
BooleanToSshFLAGConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.BooleanToSshFLAGConverter
 
branch - Variable in class org.apache.oozie.fluentjob.api.action.GitAction
 
build() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Creates a new ActionAttributes object with the properties stores in this builder.
build() - Method in interface org.apache.oozie.fluentjob.api.action.Builder
Builds and returns an object.
build() - Method in class org.apache.oozie.fluentjob.api.action.ChgrpBuilder
Builds and returns a new Chgrp object with the properties set in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.ChmodBuilder
Builds and returns a new Chmod object with the properties set in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Creates a new EmailAction object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Creates a new FSAction object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Creates a new MapReduceAction object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Creates a new Pipes object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.PrepareBuilder
Creates a new Prepare object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Creates a new Streaming object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Creates a new SubWorkflowAction object with the properties stores in this builder.
build() - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialsBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.workflow.ParametersBuilder
 
build() - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
buildAsErrorHandler(Builder<? extends Node>) - Static method in class org.apache.oozie.fluentjob.api.action.ErrorHandler
Creates a new ErrorHandler.
Builder<T> - Interface in org.apache.oozie.fluentjob.api.action
A common interface for builders.

C

ChFSBase - Class in org.apache.oozie.fluentjob.api.action
A base class for Chgrp and Chmod.
ChFSBase.ConstructionData - Class in org.apache.oozie.fluentjob.api.action
Helper class that is used by the subclasses of this class and their builders.
ChFSBaseBuilder<B extends ChFSBaseBuilder<B>> - Class in org.apache.oozie.fluentjob.api.action
A base class for ChgrpBuilder and ChmodBuilder.
ChFSBaseBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
 
Chgrp - Class in org.apache.oozie.fluentjob.api.action
A class representing the chgrp command of FSAction.
ChgrpBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Chgrp.
ChgrpBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.ChgrpBuilder
 
Chmod - Class in org.apache.oozie.fluentjob.api.action
A class representing the chmod command of FSAction.
ChmodBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Chmod.
ChmodBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.ChmodBuilder
 
clearArchive() - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Removes all archives that are registered with this builder.
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
clearArchives() - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
clearArgs() - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
clearArguments() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
clearArguments() - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
clearChgrps() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all Chgrp objects that are registered with this builder.
clearChmods() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all Chmod objects that are registered with this builder.
clearCredentials() - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Removes all Credentials registered with this builder.
clearDeletes() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all Delete objects that are registered with this builder.
clearEnvironmentVariables() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Removes all files that are registered with this builder.
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
clearFiles() - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
clearJavaOpts() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Removes all job XMLs that are registered with this builder.
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all job XMLs that are registered with this builder.
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Removes all job XMLs that are registered with this builder.
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
clearJobXmls() - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
clearMkdirs() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all Mkdir objects that are registered with this builder.
clearMoves() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all Move objects that are registered with this builder.
clearParams() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
clearParams() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
clearParams() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
clearParents() - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Removes all parents registered with this builder.
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.Decision
 
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.End
 
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
 
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.Fork
 
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Removes all parents (whether or not conditional) of this NodeBase object.
clearParents() - Method in class org.apache.oozie.fluentjob.api.dag.Start
Does nothing as start nodes cannot have parents.
clearTouchzs() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes all Touchz objects that are registered with this builder.
Condition - Class in org.apache.oozie.fluentjob.api
A class representing a condition in the "switch statement" of an Oozie decision node.
ConfigurationEntry - Class in org.apache.oozie.fluentjob.api.workflow
Represents the <configuration> element and its siblings inside workflow XML / XSD.
ConfigurationEntry(String, String) - Constructor for class org.apache.oozie.fluentjob.api.workflow.ConfigurationEntry
 
ConfigurationEntry(String, String, String) - Constructor for class org.apache.oozie.fluentjob.api.workflow.ConfigurationEntry
 
ConstructionData(boolean, String, String) - Constructor for class org.apache.oozie.fluentjob.api.action.ChFSBase.ConstructionData
 
convertFrom(FLAG, Boolean) - Method in class org.apache.oozie.fluentjob.api.mapping.BooleanToFLAGConverter
 
convertFrom(FLAG, Boolean) - Method in class org.apache.oozie.fluentjob.api.mapping.BooleanToShellFLAGConverter
 
convertFrom(FLAG, Boolean) - Method in class org.apache.oozie.fluentjob.api.mapping.BooleanToSshFLAGConverter
 
convertFrom(CREDENTIALS, Credentials) - Method in class org.apache.oozie.fluentjob.api.mapping.CredentialsConverter
 
convertFrom(DECISION, Decision) - Method in class org.apache.oozie.fluentjob.api.mapping.DecisionConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.DistcpConfigurationConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.DistcpPrepareConverter
 
convertFrom(ACTION, ExplicitNode) - Method in class org.apache.oozie.fluentjob.api.mapping.ExplicitNodeConverter
 
convertFrom(FORK, Fork) - Method in class org.apache.oozie.fluentjob.api.mapping.ForkConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.GitConfigurationConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.GitPrepareConverter
 
convertFrom(GLOBAL, Global) - Method in class org.apache.oozie.fluentjob.api.mapping.GlobalConverter
 
convertFrom(WORKFLOWAPP, GraphNodes) - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodesToWORKFLOWAPPConverter
 
convertFrom(WORKFLOWAPP, Graph) - Method in class org.apache.oozie.fluentjob.api.mapping.GraphToWORKFLOWAPPConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.Hive2ConfigurationConverter
 
convertFrom(LAUNCHER, Launcher) - Method in class org.apache.oozie.fluentjob.api.mapping.Hive2LauncherConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.Hive2PrepareConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.HiveConfigurationConverter
 
convertFrom(LAUNCHER, Launcher) - Method in class org.apache.oozie.fluentjob.api.mapping.HiveLauncherConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.HivePrepareConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowConfigurationConverter
 
convertFrom(LAUNCHER, Launcher) - Method in class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowLauncherConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowPrepareConverter
 
convertFrom(JOIN, Join) - Method in class org.apache.oozie.fluentjob.api.mapping.JoinConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.MapToConfigurationPropertyConverter
 
convertFrom(PARAMETERS, Parameters) - Method in class org.apache.oozie.fluentjob.api.mapping.ParametersConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.ShellConfigurationConverter
 
convertFrom(LAUNCHER, Launcher) - Method in class org.apache.oozie.fluentjob.api.mapping.ShellLauncherConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.ShellPrepareConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.SparkConfigurationConverter
 
convertFrom(LAUNCHER, Launcher) - Method in class org.apache.oozie.fluentjob.api.mapping.SparkLauncherConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.SparkPrepareConverter
 
convertFrom(CONFIGURATION, Map) - Method in class org.apache.oozie.fluentjob.api.mapping.SqoopConfigurationConverter
 
convertFrom(LAUNCHER, Launcher) - Method in class org.apache.oozie.fluentjob.api.mapping.SqoopLauncherConverter
 
convertFrom(PREPARE, Prepare) - Method in class org.apache.oozie.fluentjob.api.mapping.SqoopPrepareConverter
 
convertFrom(START, Start) - Method in class org.apache.oozie.fluentjob.api.mapping.StartConverter
 
convertTo(Boolean, FLAG) - Method in class org.apache.oozie.fluentjob.api.mapping.BooleanToFLAGConverter
 
convertTo(Boolean, FLAG) - Method in class org.apache.oozie.fluentjob.api.mapping.BooleanToShellFLAGConverter
 
convertTo(Boolean, FLAG) - Method in class org.apache.oozie.fluentjob.api.mapping.BooleanToSshFLAGConverter
 
convertTo(Credentials, CREDENTIALS) - Method in class org.apache.oozie.fluentjob.api.mapping.CredentialsConverter
 
convertTo(Decision, DECISION) - Method in class org.apache.oozie.fluentjob.api.mapping.DecisionConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.DistcpConfigurationConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.DistcpPrepareConverter
 
convertTo(ExplicitNode, ACTION) - Method in class org.apache.oozie.fluentjob.api.mapping.ExplicitNodeConverter
 
convertTo(Fork, FORK) - Method in class org.apache.oozie.fluentjob.api.mapping.ForkConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.GitConfigurationConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.GitPrepareConverter
 
convertTo(Global, GLOBAL) - Method in class org.apache.oozie.fluentjob.api.mapping.GlobalConverter
 
convertTo(GraphNodes, WORKFLOWAPP) - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodesToWORKFLOWAPPConverter
 
convertTo(Graph, WORKFLOWAPP) - Method in class org.apache.oozie.fluentjob.api.mapping.GraphToWORKFLOWAPPConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.Hive2ConfigurationConverter
 
convertTo(Launcher, LAUNCHER) - Method in class org.apache.oozie.fluentjob.api.mapping.Hive2LauncherConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.Hive2PrepareConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.HiveConfigurationConverter
 
convertTo(Launcher, LAUNCHER) - Method in class org.apache.oozie.fluentjob.api.mapping.HiveLauncherConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.HivePrepareConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowConfigurationConverter
 
convertTo(Launcher, LAUNCHER) - Method in class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowLauncherConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowPrepareConverter
 
convertTo(Join, JOIN) - Method in class org.apache.oozie.fluentjob.api.mapping.JoinConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.MapToConfigurationPropertyConverter
 
convertTo(Parameters, PARAMETERS) - Method in class org.apache.oozie.fluentjob.api.mapping.ParametersConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.ShellConfigurationConverter
 
convertTo(Launcher, LAUNCHER) - Method in class org.apache.oozie.fluentjob.api.mapping.ShellLauncherConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.ShellPrepareConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.SparkConfigurationConverter
 
convertTo(Launcher, LAUNCHER) - Method in class org.apache.oozie.fluentjob.api.mapping.SparkLauncherConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.SparkPrepareConverter
 
convertTo(Map, CONFIGURATION) - Method in class org.apache.oozie.fluentjob.api.mapping.SqoopConfigurationConverter
 
convertTo(Launcher, LAUNCHER) - Method in class org.apache.oozie.fluentjob.api.mapping.SqoopLauncherConverter
 
convertTo(Prepare, PREPARE) - Method in class org.apache.oozie.fluentjob.api.mapping.SqoopPrepareConverter
 
convertTo(Start, START) - Method in class org.apache.oozie.fluentjob.api.mapping.StartConverter
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Creates and returns an empty builder.
create() - Static method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Creates and returns an empty builder.
create() - Static method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Creates and returns an empty builder.
create() - Static method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Creates and returns an empty builder.
create() - Static method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Creates and returns an empty builder.
create() - Method in interface org.apache.oozie.fluentjob.api.factory.WorkflowFactory
 
create() - Static method in class org.apache.oozie.fluentjob.api.workflow.CredentialBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.workflow.CredentialsBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
create() - Static method in class org.apache.oozie.fluentjob.api.workflow.ParametersBuilder
 
createFromAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
 
createFromExisting(ActionAttributes) - Static method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Create and return a new ActionAttributesBuilder that is based on an already built ActionAttributes object.
createFromExisting(Credential) - Static method in class org.apache.oozie.fluentjob.api.workflow.CredentialBuilder
 
createFromExisting(Credentials) - Static method in class org.apache.oozie.fluentjob.api.workflow.CredentialsBuilder
 
createFromExisting(HasAttributes) - Static method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
createFromExisting(Parameters) - Static method in class org.apache.oozie.fluentjob.api.workflow.ParametersBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
createFromExistingAction(EmailAction) - Static method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Create and return a new EmailActionBuilder that is based on an already built EmailAction object.
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Create and return a new FSActionBuilder that is based on an already built FSAction object.
createFromExistingAction(GitAction) - Static method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
createFromExistingAction(Hive2Action) - Static method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
createFromExistingAction(HiveAction) - Static method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
createFromExistingAction(JavaAction) - Static method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Create and return a new MapReduceActionBuilder that is based on an already built MapReduceAction object.
createFromExistingAction(PigAction) - Static method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
createFromExistingAction(ShellAction) - Static method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
createFromExistingAction(SparkAction) - Static method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
createFromExistingAction(SqoopAction) - Static method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
createFromExistingAction(SshAction) - Static method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
createFromExistingAction(Node) - Static method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
createFromExistingAction(SubWorkflowAction) - Static method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Create and return a new SubWorkflowActionBuilder that is based on an already built SubWorkflowAction object.
Credential - Class in org.apache.oozie.fluentjob.api.workflow
Represents the <credential> element and its siblings inside workflow XML / XSD.
Credential(String, String, ImmutableList<ConfigurationEntry>) - Constructor for class org.apache.oozie.fluentjob.api.workflow.Credential
 
CredentialBuilder - Class in org.apache.oozie.fluentjob.api.workflow
A builder class for Credential.
Credentials - Class in org.apache.oozie.fluentjob.api.workflow
Represents the <credentials> element and its siblings inside workflow XML / XSD.
Credentials(ImmutableList<Credential>) - Constructor for class org.apache.oozie.fluentjob.api.workflow.Credentials
 
CredentialsBuilder - Class in org.apache.oozie.fluentjob.api.workflow
A builder class for Credentials.
CredentialsConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Credentials to JAXB CREDENTIALS.
CredentialsConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.CredentialsConverter
 

D

DagNodeWithCondition - Class in org.apache.oozie.fluentjob.api.dag
This is a class bundling together a NodeBase object and a Condition object.
DagNodeWithCondition(NodeBase, Condition) - Constructor for class org.apache.oozie.fluentjob.api.dag.DagNodeWithCondition
Creates a new DagNodeWithCondition object.
Decision - Class in org.apache.oozie.fluentjob.api.dag
A class representing decision nodes in an Oozie workflow definition DAG.
Decision(String) - Constructor for class org.apache.oozie.fluentjob.api.dag.Decision
Create a new decision node with the given name.
DecisionConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Decision to JAXB DECISION.
DecisionConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.DecisionConverter
 
DecisionJoin - Class in org.apache.oozie.fluentjob.api.dag
This class represents a joining point where two or more (but not necessarily all) conditional branches originating from the same decision node meet.
DecisionJoin(String, Decision) - Constructor for class org.apache.oozie.fluentjob.api.dag.DecisionJoin
Creates a new DecisionJoin object.
defaultCondition() - Static method in class org.apache.oozie.fluentjob.api.Condition
Creates a new default condition.
Delete - Class in org.apache.oozie.fluentjob.api.action
A class representing the delete operation of FSAction and the prepare section of other actions.
Delete(String, Boolean) - Constructor for class org.apache.oozie.fluentjob.api.action.Delete
Creates a new Delete object.
destinationUri - Variable in class org.apache.oozie.fluentjob.api.action.GitAction
 
DistcpAction - Class in org.apache.oozie.fluentjob.api.action
Represents the Oozie DistCp action.
DistcpActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for DistcpAction.
DistcpConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
DistcpConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.DistcpConfigurationConverter
 
DistcpPrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
DistcpPrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.DistcpPrepareConverter
 
DozerBeanMapperSingleton - Class in org.apache.oozie.fluentjob.api.mapping
Instantiates and configures a DozerBeanMapper to use custom mapping files.
DozerBeanMapperSingleton() - Constructor for class org.apache.oozie.fluentjob.api.mapping.DozerBeanMapperSingleton
 

E

EmailAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie email action.
EmailActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for EmailAction.
End - Class in org.apache.oozie.fluentjob.api.dag
A class representing end nodes in an Oozie workflow definition DAG.
End(String) - Constructor for class org.apache.oozie.fluentjob.api.dag.End
Create a new end node with the given name.
equals(Object) - Method in class org.apache.oozie.fluentjob.api.Condition
 
equals(Object) - Method in class org.apache.oozie.fluentjob.api.dag.DagNodeWithCondition
 
ErrorHandler - Class in org.apache.oozie.fluentjob.api.action
A class encapsulating an action so that it can be used as an error handler in a workflow.
ExplicitNode - Class in org.apache.oozie.fluentjob.api.dag
A class representing action nodes in an Oozie workflow definition DAG.
ExplicitNode(String, Node) - Constructor for class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Create a new explicit node with the given name.
ExplicitNodeConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from ExplicitNode to JAXB ACTION.
ExplicitNodeConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.ExplicitNodeConverter
 

F

Fork - Class in org.apache.oozie.fluentjob.api.dag
A class representing end nodes in an Oozie workflow definition DAG.
Fork(String) - Constructor for class org.apache.oozie.fluentjob.api.dag.Fork
Create a new fork node with the given name.
ForkConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Fork to JAXB FORK.
ForkConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.ForkConverter
 
FSAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie file system action.
FSActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for FSAction.

G

get() - Method in class org.apache.oozie.fluentjob.api.ModifyOnce
Returns the wrapped value.
getActionClass() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getActionName() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getAllChildren() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns an unmodifiable view of list of all the children of this Node.
getAllNodes() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getAllParents() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns a list of all the parents of this node, including unconditional and conditional parents.
getAppPath() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowAction
Returns the path to the application definition (usually workflow.xml) of the subworkflow.
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the names of the archives associated with this ActionAttributes object.
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns an immutable list of the names of the archives associated with this MapReduceAction object.
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getArchives() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getArgs() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Get all the arguments.
getArgs() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getArgs() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getArgs() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getArgs() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getArgs() - Method in class org.apache.oozie.fluentjob.api.action.SshAction
 
getArguments() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getArguments() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getAttachment() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the attachment of the email.
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getAttributes() - Method in interface org.apache.oozie.fluentjob.api.action.HasAttributes
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.action.SshAction
 
getAttributes() - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getBcc() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the address of the secret recipient of a copy of the email.
getBody() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the body of the email.
getBranch() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getCc() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the address of the recipient of a copy of the email.
getChgrps() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the Chgrp objects stored in this ActionAttributes object.
getChgrps() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the Chgrp objects that specify the directories or files the owner / group of which will be changed and to what when running this action.
getChild() - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Returns the child of this node.
getChild() - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
getChild() - Method in class org.apache.oozie.fluentjob.api.dag.Start
Returns the child of this Start object.
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.Decision
 
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.End
 
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
 
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.Fork
 
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Returns all the children (whether conditional or not) of this NodeBase object.
getChildren() - Method in class org.apache.oozie.fluentjob.api.dag.Start
 
getChildrenWithConditions() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns an unmodifiable view of list of the children with condition (including the default) of this Node.
getChildrenWithConditions() - Method in class org.apache.oozie.fluentjob.api.dag.Decision
Returns the children of this Decision node together with their conditions (all children are conditional), including the default child.
getChildrenWithoutConditions() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns an unmodifiable view of list of the children without condition of this Node.
getChmods() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the Chmod objects stored in this ActionAttributes object.
getChmods() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the Chmod objects that specify the directories or files the permission of which will be changed and to what when running this action.
getCommand() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getCommand() - Method in class org.apache.oozie.fluentjob.api.action.SshAction
 
getCondition() - Method in class org.apache.oozie.fluentjob.api.action.Node.NodeWithCondition
 
getCondition() - Method in class org.apache.oozie.fluentjob.api.Condition
Returns the string defining the condition or null if this is a default condition.
getCondition() - Method in class org.apache.oozie.fluentjob.api.dag.DagNodeWithCondition
Returns the Condition object of this DagNodeWithCondition.
getConfigClass() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the configuration class property of this ActionAttributes object.
getConfigClass() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the configuration class property of this MapReduceAction object.
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the value associated with the provided configuration property name.
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the value associated with the provided configuration property name.
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowAction
Returns the value associated with the provided configuration property name.
getConfigProperty(String) - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a map of the configuration key-value pairs stored in this ActionAttributes object.
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns all configuration properties of this FSAction as a map.
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns an immutable map of the configuration key-value pairs stored in this MapReduceAction object.
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowAction
Returns an immutable map of the configuration key-value pairs stored in this MapReduceAction object.
getConfiguration() - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getConfigurationEntries() - Method in class org.apache.oozie.fluentjob.api.workflow.Credential
 
getConstructionData() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
 
getContentType() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the content type of the email.
getCredentials() - Method in class org.apache.oozie.fluentjob.api.action.Node
Get the Credential associated with this Node.
getCredentials() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
 
getCredentials() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getCredentials() - Method in class org.apache.oozie.fluentjob.api.workflow.Credentials
 
getCredentials() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getDefaultChild() - Method in class org.apache.oozie.fluentjob.api.dag.Decision
Returns the default child of this Decision node.
getDefaultConditionalChild() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns the default conditional child of this Node.
getDeletes() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the Delete objects stored in this ActionAttributes object.
getDeletes() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the Delete objects that specify which directories or files will be deleted when running this action.
getDeletes() - Method in class org.apache.oozie.fluentjob.api.action.Prepare
Returns the Delete objects that specify which directories or files will be deleted.
getDescription() - Method in class org.apache.oozie.fluentjob.api.workflow.ConfigurationEntry
 
getDescription() - Method in class org.apache.oozie.fluentjob.api.workflow.Parameter
 
getDestinationUri() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getDirFiles() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBase
Returns whether this file system operation should be applied to all files in the given directory.
getEnd() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
Returns the end node of this graph.
getEnd() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getEnvironmentVariables() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getEnvs() - Method in class org.apache.oozie.fluentjob.api.action.Streaming
Returns the environment variables of this Streaming object as a list.
getErrorHandler() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns the error handler of this node.
getExecutable() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the names of the files associated with this ActionAttributes object.
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns an immutable list of the names of the files associated with this MapReduceAction object.
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getFiles() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getFirstNonDecisionJoinDescendant() - Method in class org.apache.oozie.fluentjob.api.dag.DecisionJoin
 
getGitUri() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getGlobal() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
 
getGlobal() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getGlobal() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getGroup() - Method in class org.apache.oozie.fluentjob.api.action.Chgrp
Returns the new group that will be set by the command.
getHandlerNode() - Method in class org.apache.oozie.fluentjob.api.action.ErrorHandler
Returns the error handler action node.
getHost() - Method in class org.apache.oozie.fluentjob.api.action.SshAction
 
getInputformat() - Method in class org.apache.oozie.fluentjob.api.action.Pipes
Returns the input format of this Pipes object.
getJar() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getJavaOpts() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Get the java options.
getJavaOpts() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getJavaOpts() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getJavaOptsString() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getJdbcUrl() - Method in class org.apache.oozie.fluentjob.api.action.Hive2Action
 
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the list of job XMLs stored in this ActionAttributes object.
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the list of job XMLs used by this FSAction.
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the list of job XMLs stored in this MapReduceAction object.
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getJobXmls() - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getKeyPath() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getLauncher() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Get the Launcher
getLauncher() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getLauncher() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getLauncher() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getLauncher() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getLauncher() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getLauncher() - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getMainClass() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getMap() - Method in class org.apache.oozie.fluentjob.api.action.Pipes
Returns the mapper of this Pipes object.
getMapper() - Method in class org.apache.oozie.fluentjob.api.action.Streaming
Returns the mapper of this Streaming object.
getMaster() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getMemoryMb() - Method in class org.apache.oozie.fluentjob.api.action.Launcher
 
getMkdirs() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the Mkdir objects stored in this ActionAttributes object.
getMkdirs() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the Mkdir objects that specify which directories will be created when running this action.
getMkdirs() - Method in class org.apache.oozie.fluentjob.api.action.Prepare
Returns the Mkdir objects that specify which directories will be created.
getMode() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getModifyAcl() - Method in class org.apache.oozie.fluentjob.api.action.Launcher
 
getMoves() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the Move objects stored in this ActionAttributes object.
getMoves() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the Move objects that specify which directories or files will be moved and where when running this action.
getName() - Method in class org.apache.oozie.fluentjob.api.action.ErrorHandler
Returns the name of the error handler action.
getName() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns the name of the node.
getName() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
Returns the name of this graph.
getName() - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Returns the name of this NodeBase object.
getName() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getName() - Method in class org.apache.oozie.fluentjob.api.workflow.ConfigurationEntry
 
getName() - Method in class org.apache.oozie.fluentjob.api.workflow.Credential
 
getName() - Method in class org.apache.oozie.fluentjob.api.workflow.Parameter
 
getName() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the name node stored in this ActionAttributes object.
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the name node used by this FSAction.
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the name node stored in this MapReduceAction object.
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getNameNode() - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getNode() - Method in class org.apache.oozie.fluentjob.api.action.Node.NodeWithCondition
 
getNode() - Method in class org.apache.oozie.fluentjob.api.dag.DagNodeWithCondition
Returns the NodeBase object of this DagNodeWithCondition.
getNodeByName(String) - Method in class org.apache.oozie.fluentjob.api.dag.Graph
Returns the node with the given name in this graph if it exists, null otherwise.
getNodes() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
Returns a collection of the nodes in this graph.
getNodes() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getNodes() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getParameters() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
 
getParameters() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getParameters() - Method in class org.apache.oozie.fluentjob.api.workflow.Parameters
 
getParameters() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getParams() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getParent() - Method in class org.apache.oozie.fluentjob.api.dag.Decision
Returns the parent of this node.
getParent() - Method in class org.apache.oozie.fluentjob.api.dag.End
Returns the parent of this node.
getParent() - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Returns the parent of this node.
getParent() - Method in class org.apache.oozie.fluentjob.api.dag.Fork
Returns the parent of this node.
getParents() - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
Returns an unmodifiable list of the parents of this node.
getParentsWithConditions() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns a list of the conditional parents of this node together with their conditions.
getParentsWithoutConditions() - Method in class org.apache.oozie.fluentjob.api.action.Node
Returns a list of the unconditional parents of this node.
getPartitioner() - Method in class org.apache.oozie.fluentjob.api.action.Pipes
Returns the partitioner of this Pipes object.
getPassword() - Method in class org.apache.oozie.fluentjob.api.action.Hive2Action
 
getPath() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBase
Returns the path of the target of this file system operation.
getPath() - Method in class org.apache.oozie.fluentjob.api.action.Delete
Returns the path of the item to be deleted.
getPath() - Method in class org.apache.oozie.fluentjob.api.action.Mkdir
Returns the path of the directory that will be created.
getPath() - Method in class org.apache.oozie.fluentjob.api.action.Touchz
Returns the path of the file that the touch operation will be executed on.
getPermissions() - Method in class org.apache.oozie.fluentjob.api.action.Chmod
Returns the new permissions that will be set by the command.
getPipes() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the Pipes object stored in this ActionAttributes object.
getPipes() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the Pipes object stored in this MapReduceAction object.
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the Prepare object stored in this ActionAttributes object.
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the Prepare object stored in this MapReduceAction object.
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getPrepare() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getProgram() - Method in class org.apache.oozie.fluentjob.api.action.Pipes
Returns the program of this Pipes object.
getQuery() - Method in class org.apache.oozie.fluentjob.api.action.HiveAction
 
getQueue() - Method in class org.apache.oozie.fluentjob.api.action.Launcher
 
getRealNode() - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
Returns the API level Node object defined by the end user.
getRecipient() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the address of the recipient of the email.
getRecordReader() - Method in class org.apache.oozie.fluentjob.api.action.Streaming
Returns the record reader of this Streaming object.
getRecordReaderMappings() - Method in class org.apache.oozie.fluentjob.api.action.Streaming
Returns the record reader mappings of this Streaming object as a list.
getReduce() - Method in class org.apache.oozie.fluentjob.api.action.Pipes
Returns the reducer of this Pipes object.
getReducer() - Method in class org.apache.oozie.fluentjob.api.action.Streaming
Returns the reducer of this Streaming object.
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the resource manager address
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.DistcpAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.GitAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.action.SqoopAction
 
getResourceManager() - Method in class org.apache.oozie.fluentjob.api.workflow.Global
 
getRetryInterval() - Method in class org.apache.oozie.fluentjob.api.action.Node
Get the retry-interval attribute of this Node.
getRetryMax() - Method in class org.apache.oozie.fluentjob.api.action.Node
Get the retry-max attribute of this Node.
getRetryPolicy() - Method in class org.apache.oozie.fluentjob.api.action.Node
Get the retry-policy attribute of this Node.
getRoots() - Method in class org.apache.oozie.fluentjob.api.workflow.Workflow
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.ChgrpBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.ChmodBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
getRuntimeSelfReference() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
 
getScript() - Method in class org.apache.oozie.fluentjob.api.action.PigAction
 
getSharelib() - Method in class org.apache.oozie.fluentjob.api.action.Launcher
 
getSkipTrash() - Method in class org.apache.oozie.fluentjob.api.action.Delete
Returns whether the trash should be skipped when deleting the items.
getSource() - Method in class org.apache.oozie.fluentjob.api.action.Move
Returns the source path of this Move operation.
getSparkOpts() - Method in class org.apache.oozie.fluentjob.api.action.SparkAction
 
getStart() - Method in class org.apache.oozie.fluentjob.api.dag.Graph
Returns the start node of this graph.
getStart() - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodes
 
getStreaming() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns the Streaming object stored in this ActionAttributes object.
getStreaming() - Method in class org.apache.oozie.fluentjob.api.action.MapReduceAction
Returns the Streaming object stored in this MapReduceAction object.
getSubject() - Method in class org.apache.oozie.fluentjob.api.action.EmailAction
Returns the subject of the email.
getTarget() - Method in class org.apache.oozie.fluentjob.api.action.Move
Returns the target path of this Move operation.
getTouchzs() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Returns a list of the Touchz objects stored in this ActionAttributes object.
getTouchzs() - Method in class org.apache.oozie.fluentjob.api.action.FSAction
Returns the Touchz objects that specify which files will be touched when running this action.
getType() - Method in class org.apache.oozie.fluentjob.api.workflow.Credential
 
getValue() - Method in class org.apache.oozie.fluentjob.api.workflow.ConfigurationEntry
 
getValue() - Method in class org.apache.oozie.fluentjob.api.workflow.Parameter
 
getVCores() - Method in class org.apache.oozie.fluentjob.api.action.Launcher
 
getViewAcl() - Method in class org.apache.oozie.fluentjob.api.action.Launcher
 
getWriter() - Method in class org.apache.oozie.fluentjob.api.action.Pipes
Returns the writer of this Pipes object.
GitAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Git action.
GitActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for GitAction.
GitConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
GitConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.GitConfigurationConverter
 
GitPrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
GitPrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.GitPrepareConverter
 
gitUri - Variable in class org.apache.oozie.fluentjob.api.action.GitAction
 
Global - Class in org.apache.oozie.fluentjob.api.workflow
 
GlobalBuilder - Class in org.apache.oozie.fluentjob.api.workflow
A builder class for Global.
GlobalConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Global to JAXB GLOBAL.
GlobalConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.GlobalConverter
 
Graph - Class in org.apache.oozie.fluentjob.api.dag
The class holding the intermediate representation of the workflow.
Graph(Workflow) - Constructor for class org.apache.oozie.fluentjob.api.dag.Graph
Creates a new Graph object transforming the graph of the provided Workflow object into an intermediate level graph.
GraphNodes - Class in org.apache.oozie.fluentjob.api.mapping
We use this class for better testability of the conversion from a Graph to WORKFLOWAPP - we don't have to build a Workflow to turn it into a Graph, we can generate the NodeBase's directly in the tests.
GraphNodesToWORKFLOWAPPConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from GraphNodes to JAXB WORKFLOWAPP.
GraphNodesToWORKFLOWAPPConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.GraphNodesToWORKFLOWAPPConverter
 
graphToDot(Graph) - Static method in class org.apache.oozie.fluentjob.api.GraphVisualization
 
graphToPng(Graph, String) - Static method in class org.apache.oozie.fluentjob.api.GraphVisualization
 
GraphToWORKFLOWAPPConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Graph to JAXB WORKFLOWAPP.
GraphToWORKFLOWAPPConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.GraphToWORKFLOWAPPConverter
 
GraphVisualization - Class in org.apache.oozie.fluentjob.api
Given a Graph or a Workflow instance, creates a visually appealing output using nidi-graphviz library in either .dot or .png format into GraphVisualization.PARENT_FOLDER_NAME.
GraphVisualization() - Constructor for class org.apache.oozie.fluentjob.api.GraphVisualization
 

H

HasAttributes - Interface in org.apache.oozie.fluentjob.api.action
Designates whether the implementing POJO has ActionAttributes.
hashCode() - Method in class org.apache.oozie.fluentjob.api.Condition
 
hashCode() - Method in class org.apache.oozie.fluentjob.api.dag.DagNodeWithCondition
 
Hive2Action - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Hive2 action.
Hive2Action(Node.ConstructionData, ActionAttributes, String, String, String, String, ImmutableList<String>) - Constructor for class org.apache.oozie.fluentjob.api.action.Hive2Action
 
Hive2ActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Hive2Action.
Hive2ConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
Hive2ConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.Hive2ConfigurationConverter
 
Hive2LauncherConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Launcher to JAXB LAUNCHER.
Hive2LauncherConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.Hive2LauncherConverter
 
Hive2PrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
Hive2PrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.Hive2PrepareConverter
 
HiveAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Hive action.
HiveActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for HiveAction.
HiveConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
HiveConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.HiveConfigurationConverter
 
HiveLauncherConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Launcher to JAXB LAUNCHER.
HiveLauncherConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.HiveLauncherConverter
 
HivePrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
HivePrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.HivePrepareConverter
 

I

InlineWorkflowConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
InlineWorkflowConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowConfigurationConverter
 
InlineWorkflowLauncherConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Launcher to JAXB LAUNCHER.
InlineWorkflowLauncherConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowLauncherConverter
 
InlineWorkflowPrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
InlineWorkflowPrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.InlineWorkflowPrepareConverter
 
instance() - Static method in class org.apache.oozie.fluentjob.api.mapping.DozerBeanMapperSingleton
 
isCaptureOutput() - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributes
Tells the caller whether to capture output or not.
isCaptureOutput() - Method in class org.apache.oozie.fluentjob.api.action.JavaAction
 
isCaptureOutput() - Method in class org.apache.oozie.fluentjob.api.action.ShellAction
 
isCaptureOutput() - Method in class org.apache.oozie.fluentjob.api.action.SshAction
 
isDefault() - Method in class org.apache.oozie.fluentjob.api.Condition
Returns whether this condition is a default condition.
isPropagatingConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowAction
Returns whether the configuration of the main workflow should propagate to the subworkflow.
isRecursive() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBase
Returns whether this file system operation is recursive.

J

JavaAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Java action.
JavaActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for JavaAction.
Join - Class in org.apache.oozie.fluentjob.api.dag
A class representing fork nodes in an Oozie workflow definition DAG.
Join(String, Fork) - Constructor for class org.apache.oozie.fluentjob.api.dag.Join
Create a new end node with the given name.
JoinConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Join to JAXB JOIN.
JoinConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.JoinConverter
 
JoiningNodeBase<T> - Class in org.apache.oozie.fluentjob.api.dag
An abstract base class for Join and DecisionJoin.

K

keyPath - Variable in class org.apache.oozie.fluentjob.api.action.GitAction
 

L

Launcher - Class in org.apache.oozie.fluentjob.api.action
Represents the <launcher> element and its siblings inside workflow XML / XSD.
LauncherBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Launcher.
LauncherBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 

M

MapReduceAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie map-reduce action.
MapReduceActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for MapReduceAction.
MapToConfigurationPropertyConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
MapToConfigurationPropertyConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.MapToConfigurationPropertyConverter
 
marshal(Workflow) - Static method in class org.apache.oozie.fluentjob.api.serialization.WorkflowMarshaller
 
Mkdir - Class in org.apache.oozie.fluentjob.api.action
A class representing the mkdir command of FSAction and the prepare section of other actions.
Mkdir(String) - Constructor for class org.apache.oozie.fluentjob.api.action.Mkdir
Creates a new Mkdir object with the provided path.
ModifyOnce<T> - Class in org.apache.oozie.fluentjob.api
A generic wrapper class for a value that can be modified once after construction, but only once.
ModifyOnce() - Constructor for class org.apache.oozie.fluentjob.api.ModifyOnce
Creates a new ModifyOnce object initialized to null.
ModifyOnce(T) - Constructor for class org.apache.oozie.fluentjob.api.ModifyOnce
Creates a new ModifyOnce object initialized to defaultData.
Move - Class in org.apache.oozie.fluentjob.api.action
A class representing the move command of FSAction.
Move(String, String) - Constructor for class org.apache.oozie.fluentjob.api.action.Move
Creates a new Move object with the provided path.

N

Node - Class in org.apache.oozie.fluentjob.api.action
An abstract base class for API level action nodes.
Node.NodeWithCondition - Class in org.apache.oozie.fluentjob.api.action
 
NodeBase - Class in org.apache.oozie.fluentjob.api.dag
An abstract base class for nodes in the intermediate graph representation of the workflow.
NodeBase(String) - Constructor for class org.apache.oozie.fluentjob.api.dag.NodeBase
Creates a new NodeBase object with the given name.
NodeBuilderBaseImpl<B extends NodeBuilderBaseImpl<B>> - Class in org.apache.oozie.fluentjob.api.action
An abstract base class for builders that build concrete instances of subclasses of Node.
NodeWithCondition(Node, Condition) - Constructor for class org.apache.oozie.fluentjob.api.action.Node.NodeWithCondition
 

O

org.apache.oozie.fluentjob.api - package org.apache.oozie.fluentjob.api
 
org.apache.oozie.fluentjob.api.action - package org.apache.oozie.fluentjob.api.action
 
org.apache.oozie.fluentjob.api.dag - package org.apache.oozie.fluentjob.api.dag
 
org.apache.oozie.fluentjob.api.factory - package org.apache.oozie.fluentjob.api.factory
 
org.apache.oozie.fluentjob.api.mapping - package org.apache.oozie.fluentjob.api.mapping
 
org.apache.oozie.fluentjob.api.serialization - package org.apache.oozie.fluentjob.api.serialization
 
org.apache.oozie.fluentjob.api.workflow - package org.apache.oozie.fluentjob.api.workflow
 

P

Parameter - Class in org.apache.oozie.fluentjob.api.workflow
Represents the <parameter> element and its siblings inside workflow XML / XSD.
Parameter(String, String, String) - Constructor for class org.apache.oozie.fluentjob.api.workflow.Parameter
 
Parameters - Class in org.apache.oozie.fluentjob.api.workflow
Represents the <parameters> element and its siblings inside workflow XML / XSD.
Parameters(ImmutableList<Parameter>) - Constructor for class org.apache.oozie.fluentjob.api.workflow.Parameters
 
ParametersBuilder - Class in org.apache.oozie.fluentjob.api.workflow
A builder class for Parameters.
ParametersConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Parameters to JAXB PARAMETERS.
ParametersConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.ParametersConverter
 
params - Variable in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
PigAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Pig action.
PigActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for PigAction.
Pipes - Class in org.apache.oozie.fluentjob.api.action
A class representing the piping information within a MapReduceAction.
PipesBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Pipes.
PipesBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.PipesBuilder
Creates a new PipesBuilder.
Prepare - Class in org.apache.oozie.fluentjob.api.action
A class representing the prepare section of various actions.
PrepareBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Prepare.
PrepareBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.PrepareBuilder
 

Q

query - Variable in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 

R

removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Decision
 
removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.End
 
removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
 
removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Fork
 
removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Removes the specified child from this NodeBase object.
removeChild(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Start
 
removeFromCollection(Collection<DagNodeWithCondition>, NodeBase) - Static method in class org.apache.oozie.fluentjob.api.dag.DagNodeWithCondition
Removes the first DagNodeWithCondition object from a collection that has the provided node as its node.
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Decision
 
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.End
 
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.ExplicitNode
 
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Fork
 
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.JoiningNodeBase
 
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.NodeBase
Removes a parent (whether or not conditional).
removeParent(NodeBase) - Method in class org.apache.oozie.fluentjob.api.dag.Start
Throws IllegalStateException as start nodes cannot have parents.

S

script - Variable in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
set(T) - Method in class org.apache.oozie.fluentjob.api.ModifyOnce
Sets the wrapped value.
setDirFiles(boolean) - Method in class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
Sets whether this file system operation should be applied to all files in the given directory.
setMapper(Mapper) - Method in class org.apache.oozie.fluentjob.api.mapping.DecisionConverter
 
setMapper(Mapper) - Method in class org.apache.oozie.fluentjob.api.mapping.ExplicitNodeConverter
 
setMapper(Mapper) - Method in class org.apache.oozie.fluentjob.api.mapping.GlobalConverter
 
setMapper(Mapper) - Method in class org.apache.oozie.fluentjob.api.mapping.GraphNodesToWORKFLOWAPPConverter
 
setMapper(Mapper) - Method in class org.apache.oozie.fluentjob.api.mapping.GraphToWORKFLOWAPPConverter
 
setNonRecursive() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
Sets this file system operation to be non-recursive.
setRecursive() - Method in class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
Sets this file system operation to be recursive.
ShellAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie shell action.
ShellActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for ShellAction.
ShellConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
ShellConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.ShellConfigurationConverter
 
ShellLauncherConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Launcher to JAXB LAUNCHER.
ShellLauncherConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.ShellLauncherConverter
 
ShellPrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
ShellPrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.ShellPrepareConverter
 
SparkAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Spark action.
SparkAction(Node.ConstructionData, ActionAttributes, String, String, String, String, String, String) - Constructor for class org.apache.oozie.fluentjob.api.action.SparkAction
 
SparkActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for SparkAction.
SparkConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
SparkConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.SparkConfigurationConverter
 
SparkLauncherConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Launcher to JAXB LAUNCHER.
SparkLauncherConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.SparkLauncherConverter
 
SparkPrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
SparkPrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.SparkPrepareConverter
 
SqoopAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie Sqoop action.
SqoopActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for SqoopAction.
SqoopConfigurationConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Map to JAXB CONFIGURATION.
SqoopConfigurationConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.SqoopConfigurationConverter
 
SqoopLauncherConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Launcher to JAXB LAUNCHER.
SqoopLauncherConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.SqoopLauncherConverter
 
SqoopPrepareConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Prepare to JAXB PREPARE.
SqoopPrepareConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.SqoopPrepareConverter
 
SshAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie ssh action.
SshActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for EmailAction.
Start - Class in org.apache.oozie.fluentjob.api.dag
A class representing start nodes in an Oozie workflow definition DAG.
Start(String) - Constructor for class org.apache.oozie.fluentjob.api.dag.Start
Create a new start node with the given name.
StartConverter - Class in org.apache.oozie.fluentjob.api.mapping
A DozerConverter converting from Start to JAXB START.
StartConverter() - Constructor for class org.apache.oozie.fluentjob.api.mapping.StartConverter
 
Streaming - Class in org.apache.oozie.fluentjob.api.action
A class representing the streaming information within a MapReduceAction.
StreamingBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for Streaming.
StreamingBuilder() - Constructor for class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Creates a new StreamingBuilder.
SubWorkflowAction - Class in org.apache.oozie.fluentjob.api.action
A class representing the Oozie subworkflow action.
SubWorkflowActionBuilder - Class in org.apache.oozie.fluentjob.api.action
A builder class for SubWorkflowAction.

T

Touchz - Class in org.apache.oozie.fluentjob.api.action
A class representing the touchz command of FSAction.
Touchz(String) - Constructor for class org.apache.oozie.fluentjob.api.action.Touchz
Creates a new Touchz object.

W

withActionClass(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withActionName(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withAppPath(String) - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Registers the path to the application definition (usually workflow.xml) of the subworkflow.
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers an archive with this builder.
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withArg(String) - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
withArgument(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withArgument(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withAttachment(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the attachment of the email.
withBcc(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the address of the secret recipient of a copy of the email.
withBody(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the body of the email.
withBranch(String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withCaptureOutput(Boolean) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withCaptureOutput(Boolean) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withCaptureOutput(Boolean) - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
withCc(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the address of the recipient of a copy of the email.
withChgrp(Chgrp) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a Chgrp object with this builder.
withChmod(Chmod) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a Chmod object with this builder.
withCommand(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withCommand(String) - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
withConfigClass(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a configuration class with this builder.
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Registers a configuration property (a key-value pair) with this builder.
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a configuration property (a key-value pair) with this builder.
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a configuration property (a key-value pair) with this builder.
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Registers a configuration property (a key-value pair) with this builder.
withConfigProperty(String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
withConfigurationEntry(String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialBuilder
 
withContentType(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the content type of the email.
withCredential(Credential) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers a Credential that will be the cred of the action built by this builder.
withCredential(String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialsBuilder
 
withCredential(String, String, List<ConfigurationEntry>) - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialsBuilder
 
withCredential(Credential) - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialsBuilder
 
withCredentials(Credentials) - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
Adds a Credentials to the Workflow.
withDagContainingNode(Node) - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
withDelete(Delete) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a Delete object with this builder.
withDelete(String) - Method in class org.apache.oozie.fluentjob.api.action.PrepareBuilder
Registers a Delete object with this builder.
withDelete(String, Boolean) - Method in class org.apache.oozie.fluentjob.api.action.PrepareBuilder
Registers a Delete object with this builder.
withDestinationUri(String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withEnv(String) - Method in class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Registers an environment variable with this builder.
withEnvironmentVariable(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withErrorHandler(ErrorHandler) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers an error handler with this builder.
withExecutable(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a file with this builder.
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withFile(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withGitUri(String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withGlobal(Global) - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
withGroup(String) - Method in class org.apache.oozie.fluentjob.api.action.ChgrpBuilder
Sets the new group that will be set by the operation.
withHost(String) - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
withInputformat(String) - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Registers an input format with this builder.
withJar(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withJavaOpt(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withJavaOpts(String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withJavaOptsString(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withJdbcUrl(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Registers a job XML with this builder.
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a job XML with this builder.
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a job XML with this builder.
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withJobXml(String) - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
withKeyPath(String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withLauncher(Launcher) - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
withMainClass(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withMap(String) - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Registers a mapper with this builder.
withMapper(String) - Method in class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Registers a mapper with this builder.
withMaster(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withMemoryMb(long) - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
withMkdir(Mkdir) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a Mkdir object with this builder.
withMkdir(String) - Method in class org.apache.oozie.fluentjob.api.action.PrepareBuilder
Registers a Mkdir object with this builder The Mkdir object will have the provided path as its target.
withMode(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withModifyAcl(String) - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
withMove(Move) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a Move object with this builder.
withName(String) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers a name that will be the name of the action built by this builder.
withName(String) - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialBuilder
 
withName(String) - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Registers a name node.
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a name node.
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a name node.
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withNameNode(String) - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Removes an archive if it is registered with this builder, otherwise does nothing.
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withoutArchive(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withoutArg(String) - Method in class org.apache.oozie.fluentjob.api.action.SshActionBuilder
 
withoutArgument(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withoutArgument(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withoutChgrp(Chgrp) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a Chgrp object if it is registered with this builder, otherwise does nothing.
withoutChmod(Chmod) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a Chmod object if it is registered with this builder, otherwise does nothing.
withoutCredential(Credential) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Removes a Credential registered with this builder.
withoutDelete(Delete) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a Delete object if it is registered with this builder, otherwise does nothing.
withoutEnvironmentVariable(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withoutErrorHandler() - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Removes the currently registered error handler if any.
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Removes a file if it is registered with this builder, otherwise does nothing.
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withoutFile(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withoutJavaOpt(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
Removes a job XML if it is registered with this builder, otherwise does nothing.
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a job XML if it is registered with this builder, otherwise does nothing.
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Removes a job XML if it is registered with this builder, otherwise does nothing.
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withoutJobXml(String) - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
withoutMkdir(Mkdir) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a Mkdir object if it is registered with this builder, otherwise does nothing.
withoutMove(Move) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a Move object if it is registered with this builder, otherwise does nothing.
withoutParam(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withoutParam(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withoutParam(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withoutParent(Node) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Removes a parent registered with this builder.
withoutPropagatingConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Registers that the configuration of the main workflow should NOT propagate to the subworkflow.
withoutTouchz(Touchz) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Removes a Touchz object if it is registered with this builder, otherwise does nothing.
withParam(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withParam(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withParam(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withParameter(String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.ParametersBuilder
 
withParameter(String, String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.ParametersBuilder
 
withParameter(String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
withParameter(String, String, String) - Method in class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
withParent(Node) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers an unconditional parent with this builder.
withParentDefaultConditional(Node) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers a conditional parent for which this node is the default transition.
withParentWithCondition(Node, String) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers a conditional parent with this builder.
withPartitioner(String) - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Registers a partitioner with this builder.
withPassword(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withPath(String) - Method in class org.apache.oozie.fluentjob.api.action.ChFSBaseBuilder
Sets the path of the target of this file system operation.
withPermissions(String) - Method in class org.apache.oozie.fluentjob.api.action.ChmodBuilder
Sets the new permissions that will be set by the operation.
withPipes(Pipes) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a Pipes object.
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a Prepare object.
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withPrepare(Prepare) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withProgram(String) - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Registers an executable program with this builder.
withPropagatingConfiguration() - Method in class org.apache.oozie.fluentjob.api.action.SubWorkflowActionBuilder
Registers that the configuration of the main workflow should propagate to the subworkflow.
withQuery(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withQuery(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withQueue(String) - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
withRecipient(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the address of the recipient of the email.
withRecordReader(String) - Method in class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Registers a record reader with this builder.
withRecordReaderMapping(String) - Method in class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Registers a record reader mapping with this builder.
withReduce(String) - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Registers a reducer with this builder.
withReducer(String) - Method in class org.apache.oozie.fluentjob.api.action.StreamingBuilder
Registers a reducer with this builder.
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.ActionAttributesBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.DistcpActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.GitActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.JavaActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.ShellActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.action.SqoopActionBuilder
 
withResourceManager(String) - Method in class org.apache.oozie.fluentjob.api.workflow.GlobalBuilder
 
withRetryInterval(Integer) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers an Integer that will be the retry-interval of the action built by this builder.
withRetryMax(Integer) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers an Integer that will be the retry-max of the action built by this builder.
withRetryPolicy(String) - Method in class org.apache.oozie.fluentjob.api.action.NodeBuilderBaseImpl
Registers a String that will be the retry-policy of the action built by this builder.
withScript(String) - Method in class org.apache.oozie.fluentjob.api.action.Hive2ActionBuilder
 
withScript(String) - Method in class org.apache.oozie.fluentjob.api.action.HiveActionBuilder
 
withScript(String) - Method in class org.apache.oozie.fluentjob.api.action.PigActionBuilder
 
withSharelib(String) - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
withSparkOpts(String) - Method in class org.apache.oozie.fluentjob.api.action.SparkActionBuilder
 
withStreaming(Streaming) - Method in class org.apache.oozie.fluentjob.api.action.MapReduceActionBuilder
Registers a Streaming object.
withSubject(String) - Method in class org.apache.oozie.fluentjob.api.action.EmailActionBuilder
Sets the subject of the email.
withTouchz(Touchz) - Method in class org.apache.oozie.fluentjob.api.action.FSActionBuilder
Registers a Touchz object with this builder.
withType(String) - Method in class org.apache.oozie.fluentjob.api.workflow.CredentialBuilder
 
withVCores(long) - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
withViewAcl(String) - Method in class org.apache.oozie.fluentjob.api.action.LauncherBuilder
 
withWriter(String) - Method in class org.apache.oozie.fluentjob.api.action.PipesBuilder
Registers a writer with this builder.
Workflow - Class in org.apache.oozie.fluentjob.api.workflow
Being the topmost POJO in the Jobs API hierarchy, represents the <workflow> element and its siblings inside workflow XML / XSD.
WorkflowBuilder - Class in org.apache.oozie.fluentjob.api.workflow
A builder class for Workflow.
WorkflowBuilder() - Constructor for class org.apache.oozie.fluentjob.api.workflow.WorkflowBuilder
 
WorkflowFactory - Interface in org.apache.oozie.fluentjob.api.factory
A marker interface telling callers the implementor can and will create a Workflow instance.
WorkflowMarshaller - Class in org.apache.oozie.fluentjob.api.serialization
Similar to JAXB Marshaller / Unmarshaller, this class translates between Jobs API Workflow and JAXB WORKFLOWAPP by using the appropriate Dozer converters.
WorkflowMarshaller() - Constructor for class org.apache.oozie.fluentjob.api.serialization.WorkflowMarshaller
 
workflowToPng(Workflow, String) - Static method in class org.apache.oozie.fluentjob.api.GraphVisualization
 
A B C D E F G H I J K L M N O P Q R S T W 
Skip navigation links

Copyright © 2021 Apache Software Foundation. All rights reserved.