org.apache.hadoop.hive.ql.security.authorization.plugin
Class HivePrivilege

java.lang.Object
  extended by org.apache.hadoop.hive.ql.security.authorization.plugin.HivePrivilege

@InterfaceAudience.LimitedPrivate(value="")
@InterfaceStability.Evolving
public class HivePrivilege
extends Object

Represents the hive privilege being granted/revoked


Constructor Summary
HivePrivilege(String name, List<String> columns)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getColumns()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HivePrivilege

public HivePrivilege(String name,
                     List<String> columns)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()

getColumns

public List<String> getColumns()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 The Apache Software Foundation. All rights reserved.