| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action | |
| org.apache.oozie.fluentjob.api.workflow |
| Modifier and Type | Field and Description |
|---|---|
protected ActionAttributes |
GitAction.attributes |
| Modifier and Type | Method and Description |
|---|---|
ActionAttributes |
ActionAttributesBuilder.build()
Creates a new
ActionAttributes object with the properties stores in this builder. |
ActionAttributes |
PigAction.getAttributes() |
ActionAttributes |
ShellAction.getAttributes() |
ActionAttributes |
FSAction.getAttributes() |
ActionAttributes |
HasAttributes.getAttributes() |
ActionAttributes |
SparkAction.getAttributes() |
ActionAttributes |
SshAction.getAttributes() |
ActionAttributes |
MapReduceAction.getAttributes() |
ActionAttributes |
GitAction.getAttributes() |
ActionAttributes |
SqoopAction.getAttributes() |
ActionAttributes |
DistcpAction.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static ActionAttributesBuilder |
ActionAttributesBuilder.createFromExisting(ActionAttributes attributes)
Create and return a new
ActionAttributesBuilder that is based on an already built
ActionAttributes object. |
| Constructor and Description |
|---|
Hive2Action(org.apache.oozie.fluentjob.api.action.Node.ConstructionData constructionData,
ActionAttributes attributes,
String jdbcUrl,
String password,
String script,
String query,
com.google.common.collect.ImmutableList<String> params) |
SparkAction(org.apache.oozie.fluentjob.api.action.Node.ConstructionData constructionData,
ActionAttributes attributes,
String master,
String mode,
String actionName,
String actionClass,
String jar,
String sparkOpts) |
| Modifier and Type | Method and Description |
|---|---|
ActionAttributes |
Global.getAttributes() |
Copyright © 2021 Apache Software Foundation. All rights reserved.