@Immutable public class UserTableKey extends Object
| Constructor and Description |
|---|
UserTableKey(HivePrincipal principal,
String database,
String table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDatabase() |
HivePrincipal |
getPrincipal() |
String |
getTable() |
int |
hashCode() |
boolean |
matches(String databaseName,
String tableName) |
String |
toString() |
public UserTableKey(HivePrincipal principal, String database, String table)
public HivePrincipal getPrincipal()
public String getDatabase()
public String getTable()
Copyright © 2012–2019. All rights reserved.