public static final class AccessControlProtos.AccessControlService.Stub extends AccessControlProtos.AccessControlService implements AccessControlProtos.AccessControlService.Interface
AccessControlProtos.AccessControlService.BlockingInterface, AccessControlProtos.AccessControlService.Interface, AccessControlProtos.AccessControlService.Stub| 限定符和类型 | 方法和说明 |
|---|---|
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); |
org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel |
getChannel() |
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); |
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); |
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); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel getChannel()
public 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 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 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 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);Copyright © 2007–2019. All rights reserved.