org.apache.hadoop.hdfs.protocolPB
Class RefreshUserMappingsProtocolClientSideTranslatorPB

java.lang.Object
  extended by org.apache.hadoop.hdfs.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
All Implemented Interfaces:
Closeable, org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.security.RefreshUserMappingsProtocol

public class RefreshUserMappingsProtocolClientSideTranslatorPB
extends Object
implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.security.RefreshUserMappingsProtocol, Closeable


Field Summary
 
Fields inherited from interface org.apache.hadoop.security.RefreshUserMappingsProtocol
versionID
 
Constructor Summary
RefreshUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.hdfs.protocolPB.RefreshUserMappingsProtocolPB rpcProxy)
           
 
Method Summary
 void close()
           
 boolean isMethodSupported(String methodName)
           
 void refreshSuperUserGroupsConfiguration()
           
 void refreshUserToGroupsMappings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshUserMappingsProtocolClientSideTranslatorPB

public RefreshUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.hdfs.protocolPB.RefreshUserMappingsProtocolPB rpcProxy)
Method Detail

close

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

refreshUserToGroupsMappings

public void refreshUserToGroupsMappings()
                                 throws IOException
Specified by:
refreshUserToGroupsMappings in interface org.apache.hadoop.security.RefreshUserMappingsProtocol
Throws:
IOException

refreshSuperUserGroupsConfiguration

public void refreshSuperUserGroupsConfiguration()
                                         throws IOException
Specified by:
refreshSuperUserGroupsConfiguration in interface org.apache.hadoop.security.RefreshUserMappingsProtocol
Throws:
IOException

isMethodSupported

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


Copyright © 2012 Apache Software Foundation. All Rights Reserved.