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