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