public class FederationSubClusterPBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
Constructor and Description |
---|
FederationSubClusterPBImpl() |
FederationSubClusterPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.FederationSubClusterProto proto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getLastHeartBeatTime() |
org.apache.hadoop.yarn.proto.YarnProtos.FederationSubClusterProto |
getProto() |
String |
getSubClusterId() |
String |
getSubClusterState() |
int |
hashCode() |
void |
setLastHeartBeatTime(String lastHeartBeatTime) |
void |
setSubClusterId(String subClusterId) |
void |
setSubClusterState(String subClusterState) |
public FederationSubClusterPBImpl()
public FederationSubClusterPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.FederationSubClusterProto proto)
public org.apache.hadoop.yarn.proto.YarnProtos.FederationSubClusterProto getProto()
public String getSubClusterId()
getSubClusterId
in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
public void setSubClusterId(String subClusterId)
setSubClusterId
in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
public String getSubClusterState()
getSubClusterState
in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
public void setSubClusterState(String subClusterState)
setSubClusterState
in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
public String getLastHeartBeatTime()
getLastHeartBeatTime
in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
public void setLastHeartBeatTime(String lastHeartBeatTime)
setLastHeartBeatTime
in class org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.