Class FederationSubClusterPBImpl

java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.FederationSubClusterPBImpl

public class FederationSubClusterPBImpl extends org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
  • Constructor Details

    • FederationSubClusterPBImpl

      public FederationSubClusterPBImpl()
    • FederationSubClusterPBImpl

      public FederationSubClusterPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.FederationSubClusterProto proto)
  • Method Details

    • getProto

      public org.apache.hadoop.yarn.proto.YarnProtos.FederationSubClusterProto getProto()
    • getSubClusterId

      public String getSubClusterId()
      Specified by:
      getSubClusterId in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
    • setSubClusterId

      public void setSubClusterId(String subClusterId)
      Specified by:
      setSubClusterId in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
    • getSubClusterState

      public String getSubClusterState()
      Specified by:
      getSubClusterState in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
    • setSubClusterState

      public void setSubClusterState(String subClusterState)
      Specified by:
      setSubClusterState in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
    • getLastHeartBeatTime

      public String getLastHeartBeatTime()
      Specified by:
      getLastHeartBeatTime in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
    • setLastHeartBeatTime

      public void setLastHeartBeatTime(String lastHeartBeatTime)
      Specified by:
      setLastHeartBeatTime in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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