Package | Description |
---|---|
org.apache.hadoop.yarn.server.federation.store |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
org.apache.hadoop.yarn.server.federation.store.impl |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FederationStateStore
FederationStore extends the three interfaces used to coordinate the state of
a federated cluster:
FederationApplicationHomeSubClusterStore ,
FederationMembershipStateStore , and FederationPolicyStore . |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFederationStateStore
In-memory implementation of
FederationStateStore . |
class |
SQLFederationStateStore
SQL implementation of
FederationStateStore . |
class |
ZookeeperFederationStateStore
ZooKeeper implementation of
FederationStateStore . |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.