| 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 |
|---|---|---|
SubClusterHeartbeatResponse |
FederationMembershipStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest subClusterHeartbeatRequest) |
Periodic heartbeat from a
ResourceManager participating in
federation to indicate liveliness. |
| Modifier and Type | Method | Description |
|---|---|---|
SubClusterHeartbeatResponse |
MemoryFederationStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest request) |
|
SubClusterHeartbeatResponse |
SQLFederationStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest subClusterHeartbeatRequest) |
|
SubClusterHeartbeatResponse |
ZookeeperFederationStateStore.subClusterHeartbeat(SubClusterHeartbeatRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
static SubClusterHeartbeatRequest |
SubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId,
long lastHeartBeat,
SubClusterState state,
java.lang.String capability) |
|
static SubClusterHeartbeatRequest |
SubClusterHeartbeatRequest.newInstance(SubClusterId subClusterId,
SubClusterState state,
java.lang.String capability) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SubClusterHeartbeatRequestPBImpl |
Protocol buffer based implementation of
SubClusterHeartbeatRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FederationMembershipStateStoreInputValidator.validate(SubClusterHeartbeatRequest request) |
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.