| 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 |
|---|---|---|
UpdateReservationHomeSubClusterResponse |
FederationReservationHomeSubClusterStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) |
Update the home
SubClusterId of a previously submitted
ReservationId. |
| Modifier and Type | Method | Description |
|---|---|---|
UpdateReservationHomeSubClusterResponse |
MemoryFederationStateStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) |
|
UpdateReservationHomeSubClusterResponse |
SQLFederationStateStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) |
|
UpdateReservationHomeSubClusterResponse |
ZookeeperFederationStateStore.updateReservationHomeSubCluster(UpdateReservationHomeSubClusterRequest request) |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateReservationHomeSubClusterRequest |
UpdateReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UpdateReservationHomeSubClusterRequestPBImpl |
Protocol buffer based implementation of
UpdateReservationHomeSubClusterRequest . |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
FederationReservationHomeSubClusterStoreInputValidator.validate(UpdateReservationHomeSubClusterRequest request) |
Quick validation on the input to check some obvious fail conditions (fail
fast).
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.