org.apache.hadoop.hive.ql.session
Class CreateTableAutomaticGrant

java.lang.Object
  extended by org.apache.hadoop.hive.ql.session.CreateTableAutomaticGrant

public class CreateTableAutomaticGrant
extends Object


Constructor Summary
CreateTableAutomaticGrant()
           
 
Method Summary
static CreateTableAutomaticGrant create(HiveConf conf)
           
 Map<String,List<PrivilegeGrantInfo>> getGroupGrants()
           
 Map<String,List<PrivilegeGrantInfo>> getRoleGrants()
           
 Map<String,List<PrivilegeGrantInfo>> getUserGrants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTableAutomaticGrant

public CreateTableAutomaticGrant()
Method Detail

create

public static CreateTableAutomaticGrant create(HiveConf conf)
                                        throws HiveException
Throws:
HiveException

getUserGrants

public Map<String,List<PrivilegeGrantInfo>> getUserGrants()

getGroupGrants

public Map<String,List<PrivilegeGrantInfo>> getGroupGrants()

getRoleGrants

public Map<String,List<PrivilegeGrantInfo>> getRoleGrants()


Copyright © 2013 The Apache Software Foundation