@InterfaceAudience.LimitedPrivate(value={"HDFS","MapReduce"})
@InterfaceStability.Evolving
public interface RefreshUserMappingsProtocol
extends org.apache.hadoop.ipc.VersionedProtocol
Modifier and Type | Field and Description |
---|---|
static long |
versionID
Version 1: Initial version.
|
Modifier and Type | Method and Description |
---|---|
void |
refreshSuperUserGroupsConfiguration()
Refresh superuser proxy group list
|
void |
refreshUserToGroupsMappings()
Refresh user to group mappings.
|
static final long versionID
void refreshUserToGroupsMappings() throws java.io.IOException
java.io.IOException
void refreshSuperUserGroupsConfiguration() throws java.io.IOException
java.io.IOException
Copyright © 2009 The Apache Software Foundation