@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetReservationsHomeSubClusterResponse extends 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.:
ReservationId
SubClusterId
Constructor and Description |
---|
GetReservationsHomeSubClusterResponse() |
Modifier and Type | Method and Description |
---|---|
abstract List<ReservationHomeSubCluster> |
getAppsHomeSubClusters()
Get the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
static GetReservationsHomeSubClusterResponse |
newInstance(List<ReservationHomeSubCluster> appsHomeSubClusters) |
abstract void |
setAppsHomeSubClusters(List<ReservationHomeSubCluster> reservationsHomeSubClusters)
Set the
ReservationHomeSubCluster list representing the mapping of
all submitted reservations to it's home sub-cluster. |
public GetReservationsHomeSubClusterResponse()
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetReservationsHomeSubClusterResponse newInstance(List<ReservationHomeSubCluster> appsHomeSubClusters)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<ReservationHomeSubCluster> getAppsHomeSubClusters()
ReservationHomeSubCluster
list representing the mapping of
all submitted reservations to it's home sub-cluster.@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setAppsHomeSubClusters(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–2024 Apache Software Foundation. All rights reserved.