Uses of Class
org.apache.oozie.util.XConfiguration

Packages that use XConfiguration
org.apache.oozie.action.hadoop   
org.apache.oozie.service   
org.apache.oozie.util   
 

Uses of XConfiguration in org.apache.oozie.action.hadoop
 

Methods in org.apache.oozie.action.hadoop with parameters of type XConfiguration
 void FsActionExecutor.delete(ActionExecutor.Context context, XConfiguration fsConf, org.apache.hadoop.fs.Path nameNodePath, org.apache.hadoop.fs.Path path)
          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
 

Uses of XConfiguration in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return XConfiguration
 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, String authToken, boolean isWorkflowJob)
          Create proto configuration.
 

Uses of XConfiguration in org.apache.oozie.util
 

Methods in org.apache.oozie.util that return XConfiguration
 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 © 2013 Apache Software Foundation. All Rights Reserved.