public abstract static class AccessControlProtos.AccessControlService extends Object implements org.apache.hbase.thirdparty.com.google.protobuf.Service
hbase.pb.AccessControlService| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessControlProtos.AccessControlService.BlockingInterface |
static interface |
AccessControlProtos.AccessControlService.Interface |
static class |
AccessControlProtos.AccessControlService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
AccessControlService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method,
org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
org.apache.hbase.thirdparty.com.google.protobuf.Message request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hbase.thirdparty.com.google.protobuf.Message> done) |
abstract void |
checkPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.CheckPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.CheckPermissionsResponse> done)
rpc CheckPermissions(.hbase.pb.CheckPermissionsRequest) returns (.hbase.pb.CheckPermissionsResponse); |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
org.apache.hbase.thirdparty.com.google.protobuf.Message |
getRequestPrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method) |
org.apache.hbase.thirdparty.com.google.protobuf.Message |
getResponsePrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
getUserPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GetUserPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GetUserPermissionsResponse> done)
rpc GetUserPermissions(.hbase.pb.GetUserPermissionsRequest) returns (.hbase.pb.GetUserPermissionsResponse); |
abstract void |
grant(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GrantRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GrantResponse> done)
rpc Grant(.hbase.pb.GrantRequest) returns (.hbase.pb.GrantResponse); |
static AccessControlProtos.AccessControlService.BlockingInterface |
newBlockingStub(org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel channel) |
static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService |
newReflectiveBlockingService(AccessControlProtos.AccessControlService.BlockingInterface impl) |
static org.apache.hbase.thirdparty.com.google.protobuf.Service |
newReflectiveService(AccessControlProtos.AccessControlService.Interface impl) |
static AccessControlProtos.AccessControlService.Stub |
newStub(org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel channel) |
abstract void |
revoke(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.RevokeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
rpc Revoke(.hbase.pb.RevokeRequest) returns (.hbase.pb.RevokeResponse); |
public static org.apache.hbase.thirdparty.com.google.protobuf.Service newReflectiveService(AccessControlProtos.AccessControlService.Interface impl)
public static org.apache.hbase.thirdparty.com.google.protobuf.BlockingService newReflectiveBlockingService(AccessControlProtos.AccessControlService.BlockingInterface impl)
public abstract void grant(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GrantRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GrantResponse> done)
rpc Grant(.hbase.pb.GrantRequest) returns (.hbase.pb.GrantResponse);public abstract void revoke(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.RevokeRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.RevokeResponse> done)
rpc Revoke(.hbase.pb.RevokeRequest) returns (.hbase.pb.RevokeResponse);public abstract void getUserPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.GetUserPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.GetUserPermissionsResponse> done)
rpc GetUserPermissions(.hbase.pb.GetUserPermissionsRequest) returns (.hbase.pb.GetUserPermissionsResponse);public abstract void checkPermissions(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
AccessControlProtos.CheckPermissionsRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<AccessControlProtos.CheckPermissionsResponse> done)
rpc CheckPermissions(.hbase.pb.CheckPermissionsRequest) returns (.hbase.pb.CheckPermissionsResponse);public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic final void callMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method,
org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
org.apache.hbase.thirdparty.com.google.protobuf.Message request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hbase.thirdparty.com.google.protobuf.Message> done)
callMethod in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic final org.apache.hbase.thirdparty.com.google.protobuf.Message getRequestPrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic final org.apache.hbase.thirdparty.com.google.protobuf.Message getResponsePrototype(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface org.apache.hbase.thirdparty.com.google.protobuf.Servicepublic static AccessControlProtos.AccessControlService.Stub newStub(org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel channel)
public static AccessControlProtos.AccessControlService.BlockingInterface newBlockingStub(org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2007–2019 Cloudera. All rights reserved.