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