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