public abstract static class GetUserMappingsProtocolProtos.GetUserMappingsProtocolService extends Object implements org.apache.hadoop.thirdparty.protobuf.Service
Protocol which maps users to groups.Protobuf service
hadoop.common.GetUserMappingsProtocolService
Modifier and Type | Class and Description |
---|---|
static interface |
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface |
static interface |
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface |
static class |
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
GetUserMappingsProtocolService() |
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() |
abstract void |
getGroupsForUser(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto> done)
Get the groups which are mapped to the given user.
|
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 GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface |
newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel) |
static org.apache.hadoop.thirdparty.protobuf.BlockingService |
newReflectiveBlockingService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface impl) |
static org.apache.hadoop.thirdparty.protobuf.Service |
newReflectiveService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface impl) |
static GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub |
newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel) |
public static org.apache.hadoop.thirdparty.protobuf.Service newReflectiveService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface impl)
public static org.apache.hadoop.thirdparty.protobuf.BlockingService newReflectiveBlockingService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface impl)
public abstract void getGroupsForUser(org.apache.hadoop.thirdparty.protobuf.RpcController controller, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto> done)
Get the groups which are mapped to the given user.
rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto);
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.Service
public 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.Service
public final org.apache.hadoop.thirdparty.protobuf.Message getRequestPrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface org.apache.hadoop.thirdparty.protobuf.Service
public final org.apache.hadoop.thirdparty.protobuf.Message getResponsePrototype(org.apache.hadoop.thirdparty.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface org.apache.hadoop.thirdparty.protobuf.Service
public static GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub newStub(org.apache.hadoop.thirdparty.protobuf.RpcChannel channel)
public static GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface newBlockingStub(org.apache.hadoop.thirdparty.protobuf.BlockingRpcChannel channel)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.