Class GetApplicationsHomeSubClusterRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterRequestPBImpl
@Private
@Unstable
public class GetApplicationsHomeSubClusterRequestPBImpl
extends GetApplicationsHomeSubClusterRequest
Protocol buffer based implementation of
GetApplicationsHomeSubClusterRequest.-
Constructor Summary
ConstructorsConstructorDescriptionGetApplicationsHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProtogetProto()Get theSubClusterIdrepresenting the unique identifier of the subcluster.inthashCode()voidsetSubClusterId(SubClusterId subClusterId) Set theSubClusterIdrepresenting the unique identifier of the subcluster.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterRequest
newInstance, newInstance
-
Constructor Details
-
GetApplicationsHomeSubClusterRequestPBImpl
public GetApplicationsHomeSubClusterRequestPBImpl() -
GetApplicationsHomeSubClusterRequestPBImpl
public GetApplicationsHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getSubClusterId
Description copied from class:GetApplicationsHomeSubClusterRequestGet theSubClusterIdrepresenting the unique identifier of the subcluster.- Specified by:
getSubClusterIdin classGetApplicationsHomeSubClusterRequest- Returns:
- the subcluster identifier
-
setSubClusterId
Description copied from class:GetApplicationsHomeSubClusterRequestSet theSubClusterIdrepresenting the unique identifier of the subcluster.- Specified by:
setSubClusterIdin classGetApplicationsHomeSubClusterRequest- Parameters:
subClusterId- the subcluster identifier
-