Class GetSubClustersResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetSubClustersResponsePBImpl
public class GetSubClustersResponsePBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
The class is responsible for get subclusters responses.
-
Constructor Summary
ConstructorsConstructorDescriptionGetSubClustersResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster>org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProtogetProto()inthashCode()voidsetFederationSubClusters(List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> pFederationSubClusters) toString()Methods inherited from class org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
newInstance
-
Constructor Details
-
GetSubClustersResponsePBImpl
public GetSubClustersResponsePBImpl() -
GetSubClustersResponsePBImpl
public GetSubClustersResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getFederationSubClusters
public List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> getFederationSubClusters()- Specified by:
getFederationSubClustersin classorg.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
-
setFederationSubClusters
public void setFederationSubClusters(List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> pFederationSubClusters) - Specified by:
setFederationSubClustersin classorg.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
-