@Private
@Unstable
public class DeregisterSubClusterResponsePBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponse
| Constructor | Description |
|---|---|
DeregisterSubClusterResponsePBImpl() |
|
DeregisterSubClusterResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> |
getDeregisterSubClusters() |
|
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setDeregisterSubClusters(java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> deregisterSubClusters) |
|
java.lang.String |
toString() |
public DeregisterSubClusterResponsePBImpl()
public DeregisterSubClusterResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto 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 void setDeregisterSubClusters(java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> deregisterSubClusters)
setDeregisterSubClusters in class org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponsepublic java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> getDeregisterSubClusters()
getDeregisterSubClusters in class org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.