@Private @Unstable public class AddReservationHomeSubClusterRequestPBImpl extends AddReservationHomeSubClusterRequest
AddReservationHomeSubClusterRequest.| Constructor | Description |
|---|---|
AddReservationHomeSubClusterRequestPBImpl() |
|
AddReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddReservationHomeSubClusterRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddReservationHomeSubClusterRequestProto |
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 AddReservationHomeSubClusterRequestPBImpl()
public AddReservationHomeSubClusterRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddReservationHomeSubClusterRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.AddReservationHomeSubClusterRequestProto 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()
AddReservationHomeSubClusterRequestReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster.getReservationHomeSubCluster in class AddReservationHomeSubClusterRequestpublic void setReservationHomeSubCluster(ReservationHomeSubCluster reservationInfo)
AddReservationHomeSubClusterRequestReservationHomeSubCluster representing the mapping of the
Reservation to it's home sub-cluster.setReservationHomeSubCluster in class AddReservationHomeSubClusterRequestreservationInfo - the mapping of the Reservation to it's
home sub-cluster.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.