This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.oozie.dependency.ActionDependency (Apache Oozie Core 4.0.1 API)

Uses of Class
org.apache.oozie.dependency.ActionDependency

Packages that use ActionDependency
org.apache.oozie.dependency   
 

Uses of ActionDependency in org.apache.oozie.dependency
 

Methods in org.apache.oozie.dependency that return ActionDependency
static ActionDependency DependencyChecker.checkForAvailability(String[] missingDependencies, org.apache.hadoop.conf.Configuration actionConf, boolean stopOnFirstMissing)
          Get the currently missing and available dependencies after checking the list of known missing dependencies against the source.
static ActionDependency DependencyChecker.checkForAvailability(String missingDependencies, org.apache.hadoop.conf.Configuration actionConf, boolean stopOnFirstMissing)
          Get the currently missing and available dependencies after checking the list of known missing dependencies against the source.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.