Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters
Packages that use DeregisterSubClusters
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DeregisterSubClusters in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return DeregisterSubClustersModifier and TypeMethodDescriptionstatic DeregisterSubClustersDeregisterSubClusters.newInstance(String subClusterId, String deregisterState, String lastHeartBeatTime, String info, String subClusterState) Initialize DeregisterSubClusters.Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type DeregisterSubClustersModifier and TypeMethodDescriptionabstract List<DeregisterSubClusters>DeregisterSubClusterResponse.getDeregisterSubClusters()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type DeregisterSubClustersModifier and TypeMethodDescriptionstatic DeregisterSubClusterResponseDeregisterSubClusterResponse.newInstance(List<DeregisterSubClusters> deregisterSubClusters) abstract voidDeregisterSubClusterResponse.setDeregisterSubClusters(List<DeregisterSubClusters> deregisterSubClusters)