Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.ReservationHomeSubCluster
Packages that use ReservationHomeSubCluster
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 ReservationHomeSubCluster in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return ReservationHomeSubClusterModifier and TypeMethodDescriptionabstract ReservationHomeSubClusterAddReservationHomeSubClusterRequest.getReservationHomeSubCluster()Get theReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster.abstract ReservationHomeSubClusterGetReservationHomeSubClusterResponse.getReservationHomeSubCluster()Get theReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster.abstract ReservationHomeSubClusterUpdateReservationHomeSubClusterRequest.getReservationHomeSubCluster()Get theReservationHomeSubClusterrepresenting the mapping of the reservation to it's home sub-cluster.static ReservationHomeSubClusterReservationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ReservationId resId, SubClusterId homeSubCluster) Methods in org.apache.hadoop.yarn.server.federation.store.records that return types with arguments of type ReservationHomeSubClusterModifier and TypeMethodDescriptionabstract List<ReservationHomeSubCluster>GetReservationsHomeSubClusterResponse.getAppsHomeSubClusters()Get theReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster.Methods in org.apache.hadoop.yarn.server.federation.store.records with parameters of type ReservationHomeSubClusterModifier and TypeMethodDescriptionAddReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) GetReservationHomeSubClusterResponse.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) UpdateReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) abstract voidAddReservationHomeSubClusterRequest.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster) Set theReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster.abstract voidGetReservationHomeSubClusterResponse.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster) Set theReservationHomeSubClusterrepresenting the mapping of the Reservation to it's home sub-cluster.abstract voidUpdateReservationHomeSubClusterRequest.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster) Set theReservationHomeSubClusterrepresenting the mapping of the reservation to it's home sub-cluster.Method parameters in org.apache.hadoop.yarn.server.federation.store.records with type arguments of type ReservationHomeSubClusterModifier and TypeMethodDescriptionGetReservationsHomeSubClusterResponse.newInstance(List<ReservationHomeSubCluster> appsHomeSubClusters) abstract voidGetReservationsHomeSubClusterResponse.setAppsHomeSubClusters(List<ReservationHomeSubCluster> reservationsHomeSubClusters) Set theReservationHomeSubClusterlist representing the mapping of all submitted reservations to it's home sub-cluster. -
Uses of ReservationHomeSubCluster in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of ReservationHomeSubCluster in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofReservationHomeSubCluster.Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb that return ReservationHomeSubClusterModifier and TypeMethodDescriptionAddReservationHomeSubClusterRequestPBImpl.getReservationHomeSubCluster()GetReservationHomeSubClusterResponsePBImpl.getReservationHomeSubCluster()UpdateReservationHomeSubClusterRequestPBImpl.getReservationHomeSubCluster()Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb that return types with arguments of type ReservationHomeSubClusterModifier and TypeMethodDescriptionGetReservationsHomeSubClusterResponsePBImpl.getAppsHomeSubClusters()Methods in org.apache.hadoop.yarn.server.federation.store.records.impl.pb with parameters of type ReservationHomeSubClusterModifier and TypeMethodDescriptionvoidAddReservationHomeSubClusterRequestPBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) voidGetReservationHomeSubClusterResponsePBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) voidUpdateReservationHomeSubClusterRequestPBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) Method parameters in org.apache.hadoop.yarn.server.federation.store.records.impl.pb with type arguments of type ReservationHomeSubClusterModifier and TypeMethodDescriptionvoidGetReservationsHomeSubClusterResponsePBImpl.setAppsHomeSubClusters(List<ReservationHomeSubCluster> appsHomeSubClusters) -
Uses of ReservationHomeSubCluster in org.apache.hadoop.yarn.server.federation.utils
Methods in org.apache.hadoop.yarn.server.federation.utils with parameters of type ReservationHomeSubClusterModifier and TypeMethodDescriptionvoidFederationStateStoreFacade.addReservationHomeSubCluster(org.apache.hadoop.yarn.api.records.ReservationId reservationId, ReservationHomeSubCluster homeSubCluster) Save Reservation And HomeSubCluster Mapping.FederationStateStoreFacade.addReservationHomeSubCluster(ReservationHomeSubCluster appHomeSubCluster) Adds the homeSubClusterIdfor the specifiedReservationId.voidFederationStateStoreFacade.updateReservationHomeSubCluster(ReservationHomeSubCluster appHomeSubCluster) Updates the homeSubClusterIdfor the specifiedReservationId.voidFederationStateStoreFacade.updateReservationHomeSubCluster(SubClusterId subClusterId, org.apache.hadoop.yarn.api.records.ReservationId reservationId, ReservationHomeSubCluster homeSubCluster) Update Reservation And HomeSubCluster Mapping.