Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.ApplicationHomeSubCluster
Packages that use ApplicationHomeSubCluster
Package
Description
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of ApplicationHomeSubCluster in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return ApplicationHomeSubClusterModifier and TypeMethodDescriptionabstract ApplicationHomeSubClusterAddApplicationHomeSubClusterRequest.getApplicationHomeSubCluster()Get theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.abstract ApplicationHomeSubClusterGetApplicationHomeSubClusterResponse.getApplicationHomeSubCluster()Get theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.abstract ApplicationHomeSubClusterUpdateApplicationHomeSubClusterRequest.getApplicationHomeSubCluster()Get theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.static ApplicationHomeSubClusterApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, long createTime, SubClusterId homeSubCluster) static ApplicationHomeSubClusterApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, long createTime, SubClusterId homeSubCluster, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext appSubmissionContext) static ApplicationHomeSubClusterApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, SubClusterId homeSubCluster) static ApplicationHomeSubClusterApplicationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, SubClusterId homeSubCluster, org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext appSubmissionContext) Methods in org.apache.hadoop.yarn.server.federation.store.records that return types with arguments of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionabstract List<ApplicationHomeSubCluster>GetApplicationsHomeSubClusterResponse.getAppsHomeSubClusters()Get theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster.Methods in org.apache.hadoop.yarn.server.federation.store.records with parameters of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionAddApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) UpdateApplicationHomeSubClusterRequest.newInstance(ApplicationHomeSubCluster applicationHomeSubCluster) abstract voidAddApplicationHomeSubClusterRequest.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) Set theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.abstract voidGetApplicationHomeSubClusterResponse.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) Set theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.abstract voidUpdateApplicationHomeSubClusterRequest.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationHomeSubCluster) Set theApplicationHomeSubClusterrepresenting the mapping of the application to it's home sub-cluster.Method parameters in org.apache.hadoop.yarn.server.federation.store.records with type arguments of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionGetApplicationsHomeSubClusterResponse.newInstance(List<ApplicationHomeSubCluster> appsHomeSubClusters) abstract voidGetApplicationsHomeSubClusterResponse.setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters) Set theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster. -
Uses of ApplicationHomeSubCluster in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of ApplicationHomeSubCluster in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofApplicationHomeSubCluster.Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb that return ApplicationHomeSubClusterModifier and TypeMethodDescriptionAddApplicationHomeSubClusterRequestPBImpl.getApplicationHomeSubCluster()GetApplicationHomeSubClusterResponsePBImpl.getApplicationHomeSubCluster()UpdateApplicationHomeSubClusterRequestPBImpl.getApplicationHomeSubCluster()Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb that return types with arguments of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionGetApplicationsHomeSubClusterResponsePBImpl.getAppsHomeSubClusters()Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb with parameters of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionvoidAddApplicationHomeSubClusterRequestPBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) voidGetApplicationHomeSubClusterResponsePBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) voidUpdateApplicationHomeSubClusterRequestPBImpl.setApplicationHomeSubCluster(ApplicationHomeSubCluster applicationInfo) Method parameters in org.apache.hadoop.yarn.server.federation.store.records.impl.pb with type arguments of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionvoidGetApplicationsHomeSubClusterResponsePBImpl.setAppsHomeSubClusters(List<ApplicationHomeSubCluster> appsHomeSubClusters) -
Uses of ApplicationHomeSubCluster in org.apache.hadoop.yarn.server.federation.utils
Methods in org.apache.hadoop.yarn.server.federation.utils that return types with arguments of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionFederationStateStoreFacade.getApplicationsHomeSubCluster()Get theApplicationHomeSubClusterlist representing the mapping of all submitted applications to it's home sub-cluster.Methods in org.apache.hadoop.yarn.server.federation.utils with parameters of type ApplicationHomeSubClusterModifier and TypeMethodDescriptionvoidFederationStateStoreFacade.addApplicationHomeSubCluster(org.apache.hadoop.yarn.api.records.ApplicationId applicationId, ApplicationHomeSubCluster homeSubCluster) Add ApplicationHomeSubCluster to FederationStateStore.FederationStateStoreFacade.addApplicationHomeSubCluster(ApplicationHomeSubCluster appHomeSubCluster) Adds the homeSubClusterIdfor the specifiedApplicationId.voidFederationStateStoreFacade.updateApplicationHomeSubCluster(ApplicationHomeSubCluster appHomeSubCluster) Updates the homeSubClusterIdfor the specifiedApplicationId.voidFederationStateStoreFacade.updateApplicationHomeSubCluster(SubClusterId subClusterId, org.apache.hadoop.yarn.api.records.ApplicationId applicationId, ApplicationHomeSubCluster homeSubCluster) Update ApplicationHomeSubCluster to FederationStateStore.