Class DeregisterSubClusterRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DeregisterSubClusterRequestPBImpl
@Private
@Unstable
public class DeregisterSubClusterRequestPBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest
-
Constructor Summary
ConstructorsConstructorDescriptionDeregisterSubClusterRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterRequestProtogetProto()inthashCode()voidsetSubClusterId(String subClusterId) toString()Methods inherited from class org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest
newInstance
-
Constructor Details
-
DeregisterSubClusterRequestPBImpl
public DeregisterSubClusterRequestPBImpl() -
DeregisterSubClusterRequestPBImpl
public DeregisterSubClusterRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.DeregisterSubClusterRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getSubClusterId
- Specified by:
getSubClusterIdin classorg.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest
-
setSubClusterId
- Specified by:
setSubClusterIdin classorg.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest
-