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