| 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.
|
| org.apache.hadoop.yarn.server.federation.store.records |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.hadoop.yarn.server.federation.store.records.impl.pb |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| org.apache.hadoop.yarn.server.federation.store.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
GetSubClusterInfoResponse |
FederationMembershipStateStore.getSubCluster(GetSubClusterInfoRequest subClusterRequest) |
Get the membership information of subcluster as identified by
SubClusterId. |
| Modifier and Type | Method | Description |
|---|---|---|
GetSubClusterInfoResponse |
MemoryFederationStateStore.getSubCluster(GetSubClusterInfoRequest request) |
|
GetSubClusterInfoResponse |
SQLFederationStateStore.getSubCluster(GetSubClusterInfoRequest subClusterRequest) |
|
GetSubClusterInfoResponse |
ZookeeperFederationStateStore.getSubCluster(GetSubClusterInfoRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
static GetSubClusterInfoRequest |
GetSubClusterInfoRequest.newInstance(SubClusterId subClusterId) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GetSubClusterInfoRequestPBImpl |
Protocol buffer based implementation of
GetSubClusterInfoRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FederationMembershipStateStoreInputValidator.validate(GetSubClusterInfoRequest request) |
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.