public static interface GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface
| Modifier and Type | Method and Description | 
|---|---|
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); | 
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);
 Get the groups which are mapped to the given user.
Copyright © 2018 Apache Software Foundation. All Rights Reserved.