GetReservationHomeSubClusterResponsePBImpl@Private
@Unstable
public abstract class GetReservationHomeSubClusterResponse
extends java.lang.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.:
ReservationIdSubClusterId| Constructor | Description |
|---|---|
GetReservationHomeSubClusterResponse() |
| Modifier and Type | Method | 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()
@Private @Unstable public static GetReservationHomeSubClusterResponse 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.