public static interface RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
Modifier and Type | Method and Description |
---|---|
void |
refreshSuperUserGroupsConfiguration(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
Refresh superuser proxy group list.
|
void |
refreshUserToGroupsMappings(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto> done)
Refresh user to group mappings.
|
void refreshUserToGroupsMappings(org.apache.hadoop.thirdparty.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto> done)
Refresh user to group mappings.
rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto);
void refreshSuperUserGroupsConfiguration(org.apache.hadoop.thirdparty.protobuf.RpcController controller, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto> done)
Refresh superuser proxy group list.
rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.