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