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