Uses of Interface
org.apache.hadoop.yarn.server.federation.store.FederationPolicyStore
Packages that use FederationPolicyStore
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 FederationPolicyStore in org.apache.hadoop.yarn.server.federation.store
Subinterfaces of FederationPolicyStore 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 FederationPolicyStore in org.apache.hadoop.yarn.server.federation.store.impl
Classes in org.apache.hadoop.yarn.server.federation.store.impl that implement FederationPolicyStoreModifier and TypeClassDescriptionclassIn-memory implementation ofFederationStateStore.classSQL implementation ofFederationStateStore.classZooKeeper implementation ofFederationStateStore.