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 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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFederationSubClusters

      public List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> getFederationSubClusters()
      Specified by:
      getFederationSubClusters in class org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
    • setFederationSubClusters

      public void setFederationSubClusters(List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> pFederationSubClusters)
      Specified by:
      setFederationSubClusters in class org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse