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

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

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

Methods in org.apache.oozie.dependency that return URIHandler.Context
 URIHandler.Context URIHandler.getContext(URI uri, org.apache.hadoop.conf.Configuration conf, String user)
          Get the Context which can be used to access URI of the same scheme and host
 URIHandler.Context HCatURIHandler.getContext(URI uri, org.apache.hadoop.conf.Configuration conf, String user)
           
 URIHandler.Context FSURIHandler.getContext(URI uri, org.apache.hadoop.conf.Configuration conf, String user)
           
 

Methods in org.apache.oozie.dependency with parameters of type URIHandler.Context
 boolean URIHandler.exists(URI uri, URIHandler.Context context)
          Check if the dependency identified by the URI is available
 boolean HCatURIHandler.exists(URI uri, URIHandler.Context context)
           
 boolean FSURIHandler.exists(URI uri, URIHandler.Context context)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.