Class GetSubClustersResponse
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<FederationSubCluster>static GetSubClustersResponsenewInstance(List<FederationSubCluster> subClustersList) abstract voidsetFederationSubClusters(List<FederationSubCluster> federationSubClusters)
-
Constructor Details
-
GetSubClustersResponse
public GetSubClustersResponse()
-
-
Method Details
-
newInstance
@Public @Stable public static GetSubClustersResponse newInstance(List<FederationSubCluster> subClustersList) -
getFederationSubClusters
-
setFederationSubClusters
@Private @Unstable public abstract void setFederationSubClusters(List<FederationSubCluster> federationSubClusters)
-