Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.UpdateReservationHomeSubClusterRequest
Packages that use UpdateReservationHomeSubClusterRequest
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.
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 UpdateReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type UpdateReservationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationReservationHomeSubClusterStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) Update the homeSubClusterIdof a previously submittedReservationId. -
Uses of UpdateReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type UpdateReservationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) SQLFederationStateStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) ZookeeperFederationStateStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) -
Uses of UpdateReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return UpdateReservationHomeSubClusterRequestModifier and TypeMethodDescriptionUpdateReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) -
Uses of UpdateReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of UpdateReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofUpdateReservationHomeSubClusterRequest. -
Uses of UpdateReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type UpdateReservationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationReservationHomeSubClusterStoreInputValidator.validate(UpdateReservationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).