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