@InterfaceAudience.LimitedPrivate(value="Apache Argus (incubating)") @InterfaceStability.Evolving public class HivePrivilege extends Object implements Comparable<HivePrivilege>
Constructor and Description |
---|
HivePrivilege(String name,
List<String> columns) |
HivePrivilege(String name,
List<String> columns,
List<String> supportedScope) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(HivePrivilege privilege) |
boolean |
equals(Object obj) |
List<String> |
getColumns() |
String |
getName() |
List<String> |
getSupportedScope() |
int |
hashCode() |
boolean |
supportsScope(PrivilegeScope scope) |
String |
toString() |
public String getName()
public boolean supportsScope(PrivilegeScope scope)
public int compareTo(HivePrivilege privilege)
compareTo
in interface Comparable<HivePrivilege>
Copyright © 2017 The Apache Software Foundation. All rights reserved.