@Private @Unstable public class SubClusterDeregisterRequestPBImpl extends SubClusterDeregisterRequest
SubClusterDeregisterRequest.| Constructor | Description |
|---|---|
SubClusterDeregisterRequestPBImpl() |
|
SubClusterDeregisterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterDeregisterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.SubClusterDeregisterRequestProto |
getProto() |
|
SubClusterState |
getState() |
Get the
SubClusterState of the subcluster. |
SubClusterId |
getSubClusterId() |
Get the
SubClusterId representing the unique identifier of the
subcluster. |
int |
hashCode() |
|
void |
setState(SubClusterState state) |
Set the
SubClusterState of the subcluster. |
void |
setSubClusterId(SubClusterId subClusterId) |
Set the
SubClusterId representing the unique identifier of the
subcluster. |
java.lang.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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic 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–2025 Apache Software Foundation. All rights reserved.