GetReservationsHomeSubClusterResponsePBImpl@Private
@Unstable
public abstract class GetReservationsHomeSubClusterResponse
extends java.lang.Object
The response sent by Federation state
store to a query for the home subcluster of all submitted
reservations.
The response includes the mapping details, i.e.:
ReservationIdSubClusterId| Constructor | Description |
|---|---|
GetReservationsHomeSubClusterResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ReservationHomeSubCluster> |
getAppsHomeSubClusters() |
Get the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
static GetReservationsHomeSubClusterResponse |
newInstance(java.util.List<ReservationHomeSubCluster> appsHomeSubClusters) |
|
abstract void |
setAppsHomeSubClusters(java.util.List<ReservationHomeSubCluster> reservationsHomeSubClusters) |
Set the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
public GetReservationsHomeSubClusterResponse()
@Private @Unstable public static GetReservationsHomeSubClusterResponse newInstance(java.util.List<ReservationHomeSubCluster> appsHomeSubClusters)
@Public @Unstable public abstract java.util.List<ReservationHomeSubCluster> getAppsHomeSubClusters()
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster.@Private @Unstable public abstract void setAppsHomeSubClusters(java.util.List<ReservationHomeSubCluster> reservationsHomeSubClusters)
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster.reservationsHomeSubClusters - the mapping of all submitted reservation
to it's home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.