| 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 | Description |
|---|---|---|
interface |
FederationStateStore |
FederationStore extends the three interfaces used to coordinate the state of
a federated cluster:
FederationApplicationHomeSubClusterStore,
FederationMembershipStateStore, FederationPolicyStore, and
FederationReservationHomeSubClusterStore. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MemoryFederationStateStore |
In-memory implementation of
FederationStateStore. |
class |
SQLFederationStateStore |
SQL implementation of
FederationStateStore. |
class |
ZookeeperFederationStateStore |
ZooKeeper implementation of
FederationStateStore. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.