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