public abstract static class RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService extends Object implements org.apache.hadoop.thirdparty.protobuf.Service
Protocol which is used to refresh the authorization policy in use currently.Protobuf service
hadoop.common.RefreshAuthorizationPolicyProtocolService| Modifier and Type | Class and Description |
|---|---|
static interface |
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface |
static interface |
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface |
static class |
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
RefreshAuthorizationPolicyProtocolService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method,
org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.thirdparty.protobuf.Message request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.thirdparty.protobuf.Message> done) |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
org.apache.hadoop.thirdparty.protobuf.Message |
getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method) |
org.apache.hadoop.thirdparty.protobuf.Message |
getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method) |
static RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface |
newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel) |
static org.apache.hadoop.thirdparty.protobuf.BlockingService |
newReflectiveBlockingService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface impl) |
static org.apache.hadoop.thirdparty.protobuf.Service |
newReflectiveService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface impl) |
static RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub |
newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel) |
abstract void |
refreshServiceAcl(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto> done)
Refresh the service-level authorization policy in-effect.
|
protected RefreshAuthorizationPolicyProtocolService()
public static org.apache.hadoop.thirdparty.protobuf.Service newReflectiveService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface impl)
public static org.apache.hadoop.thirdparty.protobuf.BlockingService newReflectiveBlockingService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface impl)
public abstract void refreshServiceAcl(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto> done)
Refresh the service-level authorization policy in-effect.
rpc refreshServiceAcl(.hadoop.common.RefreshServiceAclRequestProto) returns (.hadoop.common.RefreshServiceAclResponseProto);public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final org.apache.hadoop.thirdparty.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final void callMethod(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method,
org.apache.hadoop.thirdparty.protobuf.RpcController controller,
org.apache.hadoop.thirdparty.protobuf.Message request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.thirdparty.protobuf.Message> done)
callMethod in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final org.apache.hadoop.thirdparty.protobuf.Message getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic final org.apache.hadoop.thirdparty.protobuf.Message getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface org.apache.hadoop.thirdparty.protobuf.Servicepublic static RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel)
public static RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.