Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.DeleteReservationHomeSubClusterRequest
Packages that use DeleteReservationHomeSubClusterRequest
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 DeleteReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type DeleteReservationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationReservationHomeSubClusterStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) Delete the mapping of homeSubClusterIdof a previously submittedReservationId. -
Uses of DeleteReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type DeleteReservationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) SQLFederationStateStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) ZookeeperFederationStateStore.deleteReservationHomeSubCluster(DeleteReservationHomeSubClusterRequest request) -
Uses of DeleteReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return DeleteReservationHomeSubClusterRequestModifier and TypeMethodDescriptionDeleteReservationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) -
Uses of DeleteReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of DeleteReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofDeleteReservationHomeSubClusterRequest. -
Uses of DeleteReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type DeleteReservationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationReservationHomeSubClusterStoreInputValidator.validate(DeleteReservationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).