org.apache.hadoop.tools.proto
Class GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub

java.lang.Object
  extended by org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
      extended by org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface
Enclosing class:
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService

public static final class GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
extends GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
implements GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface, GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface, GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void getGroupsForUser(com.google.protobuf.RpcController controller, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto request, com.google.protobuf.RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto> done)
          rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto);
 
Methods inherited from class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

getGroupsForUser

public void getGroupsForUser(com.google.protobuf.RpcController controller,
                             GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto request,
                             com.google.protobuf.RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto> done)
Description copied from class: GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto);

 Get the groups which are mapped to the given user.
 

Specified by:
getGroupsForUser in interface GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface
Specified by:
getGroupsForUser in class GetUserMappingsProtocolProtos.GetUserMappingsProtocolService


Copyright © 2014 Apache Software Foundation. All Rights Reserved.