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