Uses of Class
org.apache.hadoop.hive.ql.session.SessionState.ResourceType

Packages that use SessionState.ResourceType
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.session   
 

Uses of SessionState.ResourceType in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type SessionState.ResourceType
static String Utilities.getResourceFiles(Configuration conf, SessionState.ResourceType t)
           
 

Uses of SessionState.ResourceType in org.apache.hadoop.hive.ql.session
 

Methods in org.apache.hadoop.hive.ql.session that return SessionState.ResourceType
static SessionState.ResourceType SessionState.find_resource_type(String s)
           
static SessionState.ResourceType SessionState.ResourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionState.ResourceType[] SessionState.ResourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.session with parameters of type SessionState.ResourceType
 void SessionState.add_builtin_resource(SessionState.ResourceType t, String value)
           
 String SessionState.add_resource(SessionState.ResourceType t, String value)
           
 String SessionState.add_resource(SessionState.ResourceType t, String value, boolean convertToUnix)
           
 void SessionState.delete_resource(SessionState.ResourceType t)
           
 boolean SessionState.delete_resource(SessionState.ResourceType t, String value)
           
 Set<String> SessionState.list_resource(SessionState.ResourceType t, List<String> filter)
           
 



Copyright © 2012 The Apache Software Foundation