Uses of Class
org.apache.hadoop.yarn.server.federation.store.records.GetReservationHomeSubClusterRequest
Packages that use GetReservationHomeSubClusterRequest
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 GetReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store
Methods in org.apache.hadoop.yarn.server.federation.store with parameters of type GetReservationHomeSubClusterRequestModifier and TypeMethodDescriptionFederationReservationHomeSubClusterStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) Get information about the Reservation identified by the inputReservationId. -
Uses of GetReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.impl
Methods in org.apache.hadoop.yarn.server.federation.store.impl with parameters of type GetReservationHomeSubClusterRequestModifier and TypeMethodDescriptionMemoryFederationStateStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) SQLFederationStateStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) ZookeeperFederationStateStore.getReservationHomeSubCluster(GetReservationHomeSubClusterRequest request) -
Uses of GetReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records
Methods in org.apache.hadoop.yarn.server.federation.store.records that return GetReservationHomeSubClusterRequestModifier and TypeMethodDescriptionGetReservationHomeSubClusterRequest.newInstance(org.apache.hadoop.yarn.api.records.ReservationId reservationId) -
Uses of GetReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pb
Subclasses of GetReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtocol buffer based implementation ofGetReservationHomeSubClusterRequest. -
Uses of GetReservationHomeSubClusterRequest in org.apache.hadoop.yarn.server.federation.store.utils
Methods in org.apache.hadoop.yarn.server.federation.store.utils with parameters of type GetReservationHomeSubClusterRequestModifier and TypeMethodDescriptionstatic voidFederationReservationHomeSubClusterStoreInputValidator.validate(GetReservationHomeSubClusterRequest request) Quick validation on the input to check some obvious fail conditions (fail fast).