@InterfaceAudience.Private @InterfaceStability.Unstable public class SubClusterDeregisterRequestPBImpl extends SubClusterDeregisterRequest
SubClusterDeregisterRequest.| Constructor and Description | 
|---|
| SubClusterDeregisterRequestPBImpl() | 
| SubClusterDeregisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterDeregisterRequestProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterDeregisterRequestProto | getProto() | 
| SubClusterState | getState()Get the  SubClusterStateof the subcluster. | 
| SubClusterId | getSubClusterId()Get the  SubClusterIdrepresenting the unique identifier of the
 subcluster. | 
| int | hashCode() | 
| void | setState(SubClusterState state)Set the  SubClusterStateof the subcluster. | 
| void | setSubClusterId(SubClusterId subClusterId)Set the  SubClusterIdrepresenting the unique identifier of the
 subcluster. | 
| String | toString() | 
newInstancepublic SubClusterDeregisterRequestPBImpl()
public SubClusterDeregisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterDeregisterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterDeregisterRequestProto getProto()
public SubClusterId getSubClusterId()
SubClusterDeregisterRequestSubClusterId representing the unique identifier of the
 subcluster.getSubClusterId in class SubClusterDeregisterRequestpublic void setSubClusterId(SubClusterId subClusterId)
SubClusterDeregisterRequestSubClusterId representing the unique identifier of the
 subcluster.setSubClusterId in class SubClusterDeregisterRequestsubClusterId - the subcluster identifierpublic SubClusterState getState()
SubClusterDeregisterRequestSubClusterState of the subcluster.getState in class SubClusterDeregisterRequestpublic void setState(SubClusterState state)
SubClusterDeregisterRequestSubClusterState of the subcluster.setState in class SubClusterDeregisterRequeststate - the state of the subClusterCopyright © 2008–2023 Apache Software Foundation. All rights reserved.