Class UpdateApplicationHomeSubClusterRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.UpdateApplicationHomeSubClusterRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.UpdateApplicationHomeSubClusterRequestPBImpl
@Private
@Unstable
public class UpdateApplicationHomeSubClusterRequestPBImpl
extends UpdateApplicationHomeSubClusterRequest
Protocol buffer based implementation of
UpdateApplicationHomeSubClusterRequest .-
Constructor Summary
ConstructorsConstructorDescriptionUpdateApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateApplicationHomeSubClusterRequestProto 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.UpdateApplicationHomeSubClusterRequestProtogetProto()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.UpdateApplicationHomeSubClusterRequest
newInstance
-
Constructor Details
-
UpdateApplicationHomeSubClusterRequestPBImpl
public UpdateApplicationHomeSubClusterRequestPBImpl() -
UpdateApplicationHomeSubClusterRequestPBImpl
public UpdateApplicationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateApplicationHomeSubClusterRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateApplicationHomeSubClusterRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationHomeSubCluster
Description copied from class:UpdateApplicationHomeSubClusterRequestGet theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.- Specified by:
getApplicationHomeSubClusterin classUpdateApplicationHomeSubClusterRequest- Returns:
- the mapping of the application to it's home sub-cluster.
-
setApplicationHomeSubCluster
Description copied from class:UpdateApplicationHomeSubClusterRequestSet theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.- Specified by:
setApplicationHomeSubClusterin classUpdateApplicationHomeSubClusterRequest- Parameters:
applicationInfo- the mapping of the application to it's home sub-cluster.
-