UpdateReservationHomeSubClusterRequestPBImpl@Private
@Unstable
public abstract class UpdateReservationHomeSubClusterRequest
extends java.lang.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.:
ReservationIdSubClusterId| Constructor | Description |
|---|---|
UpdateReservationHomeSubClusterRequest() |
| Modifier and Type | Method | 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()
@Private @Unstable public static UpdateReservationHomeSubClusterRequest newInstance(ReservationHomeSubCluster reservationHomeSubCluster)
@Public @Unstable public abstract ReservationHomeSubCluster getReservationHomeSubCluster()
ReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster.@Private @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–2025 Apache Software Foundation. All rights reserved.