Class DeregisterSubClusterResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponse
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DeregisterSubClusterResponsePBImpl
@Private
@Unstable
public class DeregisterSubClusterResponsePBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDeregisterSubClusterResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters>org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProtogetProto()inthashCode()voidsetDeregisterSubClusters(List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> deregisterSubClusters) toString()Methods inherited from class org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponse
newInstance
-
Constructor Details
-
DeregisterSubClusterResponsePBImpl
public DeregisterSubClusterResponsePBImpl() -
DeregisterSubClusterResponsePBImpl
public DeregisterSubClusterResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
setDeregisterSubClusters
public void setDeregisterSubClusters(List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> deregisterSubClusters) - Specified by:
setDeregisterSubClustersin classorg.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponse
-
getDeregisterSubClusters
public List<org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusters> getDeregisterSubClusters()- Specified by:
getDeregisterSubClustersin classorg.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterResponse
-