@Private @Unstable public class UpdateReservationHomeSubClusterRequestPBImpl extends UpdateReservationHomeSubClusterRequest
UpdateReservationHomeSubClusterRequest .| Constructor | Description |
|---|---|
UpdateReservationHomeSubClusterRequestPBImpl() |
|
UpdateReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateReservationHomeSubClusterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateReservationHomeSubClusterRequestProto |
getProto() |
|
ReservationHomeSubCluster |
getReservationHomeSubCluster() |
Get the
ReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster. |
int |
hashCode() |
|
void |
setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo) |
Set the
ReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster. |
java.lang.String |
toString() |
newInstancepublic UpdateReservationHomeSubClusterRequestPBImpl()
public UpdateReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateReservationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.UpdateReservationHomeSubClusterRequestProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic ReservationHomeSubCluster getReservationHomeSubCluster()
UpdateReservationHomeSubClusterRequestReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster.getReservationHomeSubCluster in class UpdateReservationHomeSubClusterRequestpublic void setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo)
UpdateReservationHomeSubClusterRequestReservationHomeSubCluster representing the mapping of the
reservation to it's home sub-cluster.setReservationHomeSubCluster in class UpdateReservationHomeSubClusterRequestreservationInfo - the mapping of the reservation to it's
home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.