@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class AddReservationHomeSubClusterRequest extends Object
The request sent by the Router
to Federation state
store
to map the home subcluster of a newly submitted Reservation.
The request includes the mapping details, i.e.:
ReservationId
SubClusterId
Constructor and Description |
---|
AddReservationHomeSubClusterRequest() |
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 AddReservationHomeSubClusterRequest |
newInstance(ReservationHomeSubCluster reservationHomeSubCluster) |
abstract void |
setReservationHomeSubCluster(ReservationHomeSubCluster reservationHomeSubCluster)
Set the
ReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster. |
@InterfaceAudience.Private @InterfaceStability.Unstable public static AddReservationHomeSubClusterRequest 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.