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