@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetReservationHomeSubClusterResponse extends Object
The response sent by Federation state
store
to a query for the home subcluster of a newly submitted
reservation.
The request includes the mapping details, i.e.:
ReservationId
SubClusterId
Constructor and Description |
---|
GetReservationHomeSubClusterResponse() |
Modifier and Type | Method and Description |
---|---|
abstract ReservationHomeSubCluster |
getReservationHomeSubCluster()
Get the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
static GetReservationHomeSubClusterResponse |
newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
abstract void |
setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster)
Set the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
public GetReservationHomeSubClusterResponse()
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetReservationHomeSubClusterResponse newInstance(ReservationHomeSubCluster reservationHomeSubCluster)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ReservationHomeSubCluster getReservationHomeSubCluster()
ReservationHomeSubCluster
representing the mapping of the
Reservation to it's home sub-cluster.@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster)
ReservationHomeSubCluster
representing the mapping of the
Reservation to it's home sub-cluster.reservationHomeSubCluster
- the mapping of the reservation to it's home sub-cluster.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.