Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest
Packages that use DeregisterSubClusterRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DeregisterSubClusterRequest in org.apache.hadoop.yarn.server.api
Methods in org.apache.hadoop.yarn.server.api with parameters of type DeregisterSubClusterRequestModifier and TypeMethodDescriptionResourceManagerAdministrationProtocol.deregisterSubCluster(DeregisterSubClusterRequest request) In YARN Federation mode, We allow users to mark subClusters With no heartbeat for a long time as SC_LOST state. -
Uses of DeregisterSubClusterRequest in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return DeregisterSubClusterRequestModifier and TypeMethodDescriptionstatic DeregisterSubClusterRequestDeregisterSubClusterRequest.newInstance(String subClusterId) Initialize DeregisterSubClusterRequest according to subClusterId.