Uses of Interface
org.apache.hadoop.yarn.server.federation.store.FederationReservationHomeSubClusterStore
Packages that use FederationReservationHomeSubClusterStore
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.
-
Uses of FederationReservationHomeSubClusterStore in org.apache.hadoop.yarn.server.federation.store
Subinterfaces of FederationReservationHomeSubClusterStore in org.apache.hadoop.yarn.server.federation.storeModifier and TypeInterfaceDescriptioninterfaceFederationStore extends the three interfaces used to coordinate the state of a federated cluster:FederationApplicationHomeSubClusterStore,FederationMembershipStateStore,FederationPolicyStore, andFederationReservationHomeSubClusterStore. -
Uses of FederationReservationHomeSubClusterStore in org.apache.hadoop.yarn.server.federation.store.impl
Classes in org.apache.hadoop.yarn.server.federation.store.impl that implement FederationReservationHomeSubClusterStoreModifier and TypeClassDescriptionclassIn-memory implementation ofFederationStateStore.classSQL implementation ofFederationStateStore.classZooKeeper implementation ofFederationStateStore.