Class GetApplicationsHomeSubClusterResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterResponse
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetApplicationsHomeSubClusterResponsePBImpl
@Private
@Unstable
public class GetApplicationsHomeSubClusterResponsePBImpl
extends GetApplicationsHomeSubClusterResponse
Protocol buffer based implementation of
GetApplicationsHomeSubClusterResponse.-
Constructor Summary
ConstructorsConstructorDescriptionGetApplicationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster.org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProtogetProto()inthashCode()voidsetAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters) Set theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetApplicationsHomeSubClusterResponse
newInstance
-
Constructor Details
-
GetApplicationsHomeSubClusterResponsePBImpl
public GetApplicationsHomeSubClusterResponsePBImpl() -
GetApplicationsHomeSubClusterResponsePBImpl
public GetApplicationsHomeSubClusterResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetApplicationsHomeSubClusterResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getAppsHomeSubClusters
Description copied from class:GetApplicationsHomeSubClusterResponseGet theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster.- Specified by:
getAppsHomeSubClustersin classGetApplicationsHomeSubClusterResponse- Returns:
- the mapping of all submitted application to it's home sub-cluster.
-
setAppsHomeSubClusters
Description copied from class:GetApplicationsHomeSubClusterResponseSet theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster.- Specified by:
setAppsHomeSubClustersin classGetApplicationsHomeSubClusterResponse- Parameters:
appsHomeSubClusters- the mapping of all submitted application to it's home sub-cluster.
-