@InterfaceAudience.Public public final class GetUserPermissionsRequest extends Object
Admin.getUserPermissions(GetUserPermissionsRequest).
 Represents the params of user permissions needed to get from HBase.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GetUserPermissionsRequest.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getFamily()  | 
String | 
getNamespace()  | 
byte[] | 
getQualifier()  | 
TableName | 
getTableName()  | 
String | 
getUserName()  | 
static GetUserPermissionsRequest.Builder | 
newBuilder()
Build a get global permission request 
 | 
static GetUserPermissionsRequest.Builder | 
newBuilder(String namespace)
Build a get namespace permission request 
 | 
static GetUserPermissionsRequest.Builder | 
newBuilder(TableName tableName)
Build a get table permission request 
 | 
public static GetUserPermissionsRequest.Builder newBuilder()
public static GetUserPermissionsRequest.Builder newBuilder(String namespace)
namespace - the specific namespacepublic static GetUserPermissionsRequest.Builder newBuilder(TableName tableName)
tableName - the specific table namepublic String getUserName()
public String getNamespace()
public TableName getTableName()
public byte[] getFamily()
public byte[] getQualifier()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.