Class RefreshSuperUserGroupsConfigurationRequest
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.RefreshSuperUserGroupsConfigurationRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringGet the subClusterId.newInstance(String subClusterId) abstract voidsetSubClusterId(String subClusterId) Set the subClusterId.
-
Constructor Details
-
RefreshSuperUserGroupsConfigurationRequest
public RefreshSuperUserGroupsConfigurationRequest()
-
-
Method Details
-
newInstance
-
newInstance
@Public @Stable public static RefreshSuperUserGroupsConfigurationRequest newInstance(String subClusterId) -
getSubClusterId
Get the subClusterId.- Returns:
- subClusterId.
-
setSubClusterId
Set the subClusterId.- Parameters:
subClusterId- subCluster Id.
-