Class AddApplicationHomeSubClusterRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.AddApplicationHomeSubClusterRequestPBImpl
@Private
@Unstable
public class AddApplicationHomeSubClusterRequestPBImpl
extends AddApplicationHomeSubClusterRequest
Protocol buffer based implementation of
AddApplicationHomeSubClusterRequest.-
Constructor Summary
ConstructorsConstructorDescriptionAddApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProtogetProto()inthashCode()voidsetApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) Set theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.AddApplicationHomeSubClusterRequest
newInstance
-
Constructor Details
-
AddApplicationHomeSubClusterRequestPBImpl
public AddApplicationHomeSubClusterRequestPBImpl() -
AddApplicationHomeSubClusterRequestPBImpl
public AddApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddApplicationHomeSubClusterRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationHomeSubCluster
Description copied from class:AddApplicationHomeSubClusterRequestGet theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.- Specified by:
getApplicationHomeSubClusterin classAddApplicationHomeSubClusterRequest- Returns:
- the mapping of the application to it's home sub-cluster.
-
setApplicationHomeSubCluster
Description copied from class:AddApplicationHomeSubClusterRequestSet theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.- Specified by:
setApplicationHomeSubClusterin classAddApplicationHomeSubClusterRequest- Parameters:
applicationInfo- the mapping of the application to it's home sub-cluster.
-