Uses of Class
org.apache.oozie.dependency.URIHandler.DependencyType

Packages that use URIHandler.DependencyType
org.apache.oozie.dependency   
 

Uses of URIHandler.DependencyType in org.apache.oozie.dependency
 

Methods in org.apache.oozie.dependency that return URIHandler.DependencyType
 URIHandler.DependencyType URIHandler.getDependencyType(URI uri)
          Get the dependency type of the URI.
 URIHandler.DependencyType HCatURIHandler.getDependencyType(URI uri)
           
 URIHandler.DependencyType FSURIHandler.getDependencyType(URI uri)
           
static URIHandler.DependencyType URIHandler.DependencyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static URIHandler.DependencyType[] URIHandler.DependencyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.