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