| Package | Description |
|---|---|
| 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.utils |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract ReservationHomeSubCluster |
AddReservationHomeSubClusterRequest.getReservationHomeSubCluster() |
Get the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
abstract ReservationHomeSubCluster |
GetReservationHomeSubClusterResponse.getReservationHomeSubCluster() |
Get the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
abstract ReservationHomeSubCluster |
UpdateReservationHomeSubClusterRequest.getReservationHomeSubCluster() |
Get the
ReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster. |
static ReservationHomeSubCluster |
ReservationHomeSubCluster.newInstance(org.apache.hadoop.yarn.api.records.ReservationId resId,
SubClusterId homeSubCluster) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ReservationHomeSubCluster> |
GetReservationsHomeSubClusterResponse.getAppsHomeSubClusters() |
Get the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
| Modifier and Type | Method | Description |
|---|---|---|
static AddReservationHomeSubClusterRequest |
AddReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
|
static GetReservationHomeSubClusterResponse |
GetReservationHomeSubClusterResponse.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
|
static UpdateReservationHomeSubClusterRequest |
UpdateReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
|
abstract void |
AddReservationHomeSubClusterRequest.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster) |
Set the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
abstract void |
GetReservationHomeSubClusterResponse.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster) |
Set the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
abstract void |
UpdateReservationHomeSubClusterRequest.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster) |
Set the
ReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster. |
| Modifier and Type | Method | Description |
|---|---|---|
static GetReservationsHomeSubClusterResponse |
GetReservationsHomeSubClusterResponse.newInstance(java.util.List<ReservationHomeSubCluster> appsHomeSubClusters) |
|
abstract void |
GetReservationsHomeSubClusterResponse.setAppsHomeSubClusters(java.util.List<ReservationHomeSubCluster> reservationsHomeSubClusters) |
Set the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ReservationHomeSubClusterPBImpl |
Protocol buffer based implementation of
ReservationHomeSubCluster. |
| Modifier and Type | Method | Description |
|---|---|---|
ReservationHomeSubCluster |
AddReservationHomeSubClusterRequestPBImpl.getReservationHomeSubCluster() |
|
ReservationHomeSubCluster |
GetReservationHomeSubClusterResponsePBImpl.getReservationHomeSubCluster() |
|
ReservationHomeSubCluster |
UpdateReservationHomeSubClusterRequestPBImpl.getReservationHomeSubCluster() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ReservationHomeSubCluster> |
GetReservationsHomeSubClusterResponsePBImpl.getAppsHomeSubClusters() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AddReservationHomeSubClusterRequestPBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
|
void |
GetReservationHomeSubClusterResponsePBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
|
void |
UpdateReservationHomeSubClusterRequestPBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GetReservationsHomeSubClusterResponsePBImpl.setAppsHomeSubClusters(java.util.List<ReservationHomeSubCluster> appsHomeSubClusters) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FederationStateStoreFacade.addReservationHomeSubCluster(org.apache.hadoop.yarn.api.records.ReservationId reservationId,
ReservationHomeSubCluster homeSubCluster) |
Save Reservation And HomeSubCluster Mapping.
|
SubClusterId |
FederationStateStoreFacade.addReservationHomeSubCluster(ReservationHomeSubCluster appHomeSubCluster) |
Adds the home
SubClusterId for the specified ReservationId. |
void |
FederationStateStoreFacade.updateReservationHomeSubCluster(ReservationHomeSubCluster appHomeSubCluster) |
Updates the home
SubClusterId for the specified
ReservationId. |
void |
FederationStateStoreFacade.updateReservationHomeSubCluster(SubClusterId subClusterId,
org.apache.hadoop.yarn.api.records.ReservationId reservationId,
ReservationHomeSubCluster homeSubCluster) |
Update Reservation And HomeSubCluster Mapping.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.