| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
RolePrincipalGrant |
RolePrincipalGrant.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RolePrincipalGrant> |
GetPrincipalsInRoleResponse.getPrincipalGrants() |
java.util.List<RolePrincipalGrant> |
GetRoleGrantsForPrincipalResponse.getPrincipalGrants() |
java.util.Iterator<RolePrincipalGrant> |
GetPrincipalsInRoleResponse.getPrincipalGrantsIterator() |
java.util.Iterator<RolePrincipalGrant> |
GetRoleGrantsForPrincipalResponse.getPrincipalGrantsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPrincipalsInRoleResponse.addToPrincipalGrants(RolePrincipalGrant elem) |
void |
GetRoleGrantsForPrincipalResponse.addToPrincipalGrants(RolePrincipalGrant elem) |
int |
RolePrincipalGrant.compareTo(RolePrincipalGrant other) |
boolean |
RolePrincipalGrant.equals(RolePrincipalGrant that) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPrincipalsInRoleResponse.setPrincipalGrants(java.util.List<RolePrincipalGrant> principalGrants) |
void |
GetRoleGrantsForPrincipalResponse.setPrincipalGrants(java.util.List<RolePrincipalGrant> principalGrants) |
| Constructor and Description |
|---|
RolePrincipalGrant(RolePrincipalGrant other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
GetPrincipalsInRoleResponse(java.util.List<RolePrincipalGrant> principalGrants) |
GetRoleGrantsForPrincipalResponse(java.util.List<RolePrincipalGrant> principalGrants) |
Copyright © 2013-2021. All Rights Reserved.