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 and Description |
---|---|
abstract ReservationHomeSubCluster |
UpdateReservationHomeSubClusterRequest.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 |
AddReservationHomeSubClusterRequest.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 and Description |
---|---|
abstract 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 and Description |
---|---|
static UpdateReservationHomeSubClusterRequest |
UpdateReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
static GetReservationHomeSubClusterResponse |
GetReservationHomeSubClusterResponse.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
static AddReservationHomeSubClusterRequest |
AddReservationHomeSubClusterRequest.newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
abstract void |
UpdateReservationHomeSubClusterRequest.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 |
AddReservationHomeSubClusterRequest.setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster)
Set the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
Modifier and Type | Method and Description |
---|---|
static GetReservationsHomeSubClusterResponse |
GetReservationsHomeSubClusterResponse.newInstance(List<ReservationHomeSubCluster> appsHomeSubClusters) |
abstract void |
GetReservationsHomeSubClusterResponse.setAppsHomeSubClusters(List<ReservationHomeSubCluster> reservationsHomeSubClusters)
Set the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
Modifier and Type | Class and Description |
---|---|
class |
ReservationHomeSubClusterPBImpl
Protocol buffer based implementation of
ReservationHomeSubCluster . |
Modifier and Type | Method and Description |
---|---|
ReservationHomeSubCluster |
AddReservationHomeSubClusterRequestPBImpl.getReservationHomeSubCluster() |
ReservationHomeSubCluster |
GetReservationHomeSubClusterResponsePBImpl.getReservationHomeSubCluster() |
ReservationHomeSubCluster |
UpdateReservationHomeSubClusterRequestPBImpl.getReservationHomeSubCluster() |
Modifier and Type | Method and Description |
---|---|
List<ReservationHomeSubCluster> |
GetReservationsHomeSubClusterResponsePBImpl.getAppsHomeSubClusters() |
Modifier and Type | Method and Description |
---|---|
void |
AddReservationHomeSubClusterRequestPBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
void |
GetReservationHomeSubClusterResponsePBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
void |
UpdateReservationHomeSubClusterRequestPBImpl.setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
Modifier and Type | Method and Description |
---|---|
void |
GetReservationsHomeSubClusterResponsePBImpl.setAppsHomeSubClusters(List<ReservationHomeSubCluster> appsHomeSubClusters) |
Modifier and Type | Method and Description |
---|---|
SubClusterId |
FederationStateStoreFacade.addReservationHomeSubCluster(ReservationHomeSubCluster appHomeSubCluster)
Adds the home
SubClusterId for the specified ReservationId . |
void |
FederationStateStoreFacade.addReservationHomeSubCluster(org.apache.hadoop.yarn.api.records.ReservationId reservationId,
ReservationHomeSubCluster homeSubCluster)
Save Reservation And HomeSubCluster Mapping.
|
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–2024 Apache Software Foundation. All rights reserved.