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

Packages that use SessionState.ResourceType
org.apache.hadoop.hive.ql.exec   
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 ExecDriver.getResourceFiles(org.apache.hadoop.conf.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_resource(SessionState.ResourceType t, String value)
           
 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 © 2009 The Apache Software Foundation