Package | Description |
---|---|
org.apache.oozie.action.hadoop | |
org.apache.oozie.command.coord | |
org.apache.oozie.service | |
org.apache.oozie.util |
Modifier and Type | Field and Description |
---|---|
XConfiguration |
JavaActionExecutor.workflowConf |
Modifier and Type | Method and Description |
---|---|
void |
FsActionExecutor.delete(ActionExecutor.Context context,
XConfiguration fsConf,
org.apache.hadoop.fs.Path nameNodePath,
org.apache.hadoop.fs.Path path,
boolean skipTrash)
Delete path
|
void |
FsActionExecutor.move(ActionExecutor.Context context,
XConfiguration fsConf,
org.apache.hadoop.fs.Path nameNodePath,
org.apache.hadoop.fs.Path source,
org.apache.hadoop.fs.Path target,
boolean recovery)
Move source to target
|
Modifier and Type | Method and Description |
---|---|
protected XConfiguration |
CoordSLAAlertsXCommand.getJobConf() |
Modifier and Type | Method and Description |
---|---|
XConfiguration |
HadoopAccessorService.createActionDefaultConf(String hostPort,
String action)
Returns a Configuration containing any defaults for an action for a particular cluster.
|
XConfiguration |
WorkflowAppService.createProtoActionConf(org.apache.hadoop.conf.Configuration jobConf,
boolean isWorkflowJob)
Create proto configuration.
|
Modifier and Type | Method and Description |
---|---|
XConfiguration |
XConfiguration.resolve()
Returns a new XConfiguration instance with all inline values resolved.
|
XConfiguration |
XConfiguration.trim()
Returns a new XConfiguration with all values trimmed.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.