org.apache.hadoop.hdfs.protocolPB
Class GetUserMappingsProtocolClientSideTranslatorPB

java.lang.Object
  extended by org.apache.hadoop.hdfs.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
All Implemented Interfaces:
Closeable, org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.tools.GetUserMappingsProtocol

public class GetUserMappingsProtocolClientSideTranslatorPB
extends Object
implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.tools.GetUserMappingsProtocol, Closeable


Field Summary
 
Fields inherited from interface org.apache.hadoop.tools.GetUserMappingsProtocol
versionID
 
Constructor Summary
GetUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.hdfs.protocolPB.GetUserMappingsProtocolPB rpcProxy)
           
 
Method Summary
 void close()
           
 String[] getGroupsForUser(String user)
           
 boolean isMethodSupported(String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetUserMappingsProtocolClientSideTranslatorPB

public GetUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.hdfs.protocolPB.GetUserMappingsProtocolPB rpcProxy)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException

getGroupsForUser

public String[] getGroupsForUser(String user)
                          throws IOException
Specified by:
getGroupsForUser in interface org.apache.hadoop.tools.GetUserMappingsProtocol
Throws:
IOException

isMethodSupported

public boolean isMethodSupported(String methodName)
                          throws IOException
Specified by:
isMethodSupported in interface org.apache.hadoop.ipc.ProtocolMetaInterface
Throws:
IOException


Copyright © 2013 Apache Software Foundation. All Rights Reserved.