Uses of Interface
org.apache.hadoop.yarn.server.federation.store.FederationStateStore
Packages that use FederationStateStore
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.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of FederationStateStore in org.apache.hadoop.yarn.server.federation.cache
Methods in org.apache.hadoop.yarn.server.federation.cache that return FederationStateStoreMethods in org.apache.hadoop.yarn.server.federation.cache with parameters of type FederationStateStoreModifier and TypeMethodDescriptionabstract voidFederationCache.initCache(org.apache.hadoop.conf.Configuration pConf, FederationStateStore pStateStore) Initialize the cache.voidFederationCaffeineCache.initCache(org.apache.hadoop.conf.Configuration pConf, FederationStateStore pStateStore) voidFederationGuavaCache.initCache(org.apache.hadoop.conf.Configuration pConf, FederationStateStore pStateStore) voidFederationJCache.initCache(org.apache.hadoop.conf.Configuration pConf, FederationStateStore pStateStore) voidFederationCache.setStateStore(FederationStateStore stateStore) -
Uses of FederationStateStore in org.apache.hadoop.yarn.server.federation.store.impl
Classes in org.apache.hadoop.yarn.server.federation.store.impl that implement FederationStateStoreModifier and TypeClassDescriptionclassIn-memory implementation ofFederationStateStore.classSQL implementation ofFederationStateStore.classZooKeeper implementation ofFederationStateStore. -
Uses of FederationStateStore in org.apache.hadoop.yarn.server.federation.utils
Methods in org.apache.hadoop.yarn.server.federation.utils that return FederationStateStoreMethods in org.apache.hadoop.yarn.server.federation.utils with parameters of type FederationStateStoreModifier and TypeMethodDescriptionvoidFederationStateStoreFacade.reinitialize(FederationStateStore store, org.apache.hadoop.conf.Configuration config) Delete and re-initialize the cache, to force it to use the given configuration.