public class RefreshUserMappingsProtocolClientSideTranslatorPB extends Object implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.security.RefreshUserMappingsProtocol, Closeable
Constructor and Description |
---|
RefreshUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.hdfs.protocolPB.RefreshUserMappingsProtocolPB rpcProxy) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isMethodSupported(String methodName) |
void |
refreshSuperUserGroupsConfiguration() |
void |
refreshUserToGroupsMappings() |
public RefreshUserMappingsProtocolClientSideTranslatorPB(org.apache.hadoop.hdfs.protocolPB.RefreshUserMappingsProtocolPB rpcProxy)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void refreshUserToGroupsMappings() throws IOException
refreshUserToGroupsMappings
in interface org.apache.hadoop.security.RefreshUserMappingsProtocol
IOException
public void refreshSuperUserGroupsConfiguration() throws IOException
refreshSuperUserGroupsConfiguration
in interface org.apache.hadoop.security.RefreshUserMappingsProtocol
IOException
public boolean isMethodSupported(String methodName) throws IOException
isMethodSupported
in interface org.apache.hadoop.ipc.ProtocolMetaInterface
IOException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.