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