diff --git hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/server/api/ResourceManagerAdministrationProtocol.java hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/server/api/ResourceManagerAdministrationProtocol.java index 0cfa8ce..b7d7d40 100644 --- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/server/api/ResourceManagerAdministrationProtocol.java +++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/server/api/ResourceManagerAdministrationProtocol.java @@ -57,19 +57,19 @@ @Stable public interface ResourceManagerAdministrationProtocol extends GetUserMappingsProtocol { - @Public + @Private @Stable @Idempotent public RefreshQueuesResponse refreshQueues(RefreshQueuesRequest request) throws StandbyException, YarnException, IOException; - @Public + @Private @Stable @Idempotent public RefreshNodesResponse refreshNodes(RefreshNodesRequest request) throws StandbyException, YarnException, IOException; - @Public + @Private @Stable @Idempotent public RefreshSuperUserGroupsConfigurationResponse @@ -77,21 +77,21 @@ public RefreshNodesResponse refreshNodes(RefreshNodesRequest request) RefreshSuperUserGroupsConfigurationRequest request) throws StandbyException, YarnException, IOException; - @Public + @Private @Stable @Idempotent public RefreshUserToGroupsMappingsResponse refreshUserToGroupsMappings( RefreshUserToGroupsMappingsRequest request) throws StandbyException, YarnException, IOException; - @Public + @Private @Stable @Idempotent public RefreshAdminAclsResponse refreshAdminAcls( RefreshAdminAclsRequest request) throws YarnException, IOException; - @Public + @Private @Stable @Idempotent public RefreshServiceAclsResponse refreshServiceAcls( @@ -112,32 +112,32 @@ public RefreshServiceAclsResponse refreshServiceAcls( * @throws YarnException * @throws IOException */ - @Public + @Private @Evolving @Idempotent public UpdateNodeResourceResponse updateNodeResource( UpdateNodeResourceRequest request) throws YarnException, IOException; - @Public + @Private @Evolving @Idempotent public AddToClusterNodeLabelsResponse addToClusterNodeLabels( AddToClusterNodeLabelsRequest request) throws YarnException, IOException; - @Public + @Private @Evolving @Idempotent public RemoveFromClusterNodeLabelsResponse removeFromClusterNodeLabels( RemoveFromClusterNodeLabelsRequest request) throws YarnException, IOException; - @Public + @Private @Evolving @Idempotent public ReplaceLabelsOnNodeResponse replaceLabelsOnNode( ReplaceLabelsOnNodeRequest request) throws YarnException, IOException; - @Public + @Private @Evolving @Idempotent public CheckForDecommissioningNodesResponse checkForDecommissioningNodes(